diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-08 01:54:41 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-08 01:54:41 +0200 |
commit | 17da530d609a62b9d6e5da436feefa4fe38bae7b (patch) | |
tree | 07d1d9d9c9c495352554578e09b6e506b634fe9b | |
parent | - (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a better (diff) | |
download | openssh-17da530d609a62b9d6e5da436feefa4fe38bae7b.tar.xz openssh-17da530d609a62b9d6e5da436feefa4fe38bae7b.zip |
- (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch
from Chris Adams.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | auth-sia.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,7 @@ +20060908 + - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch + from Chris Adams. + 20060907 - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can be used to drop privilege to; fixes Solaris GSSAPI crash reported by @@ -5410,4 +5414,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4535 2006/09/07 14:03:05 dtucker Exp $ +$Id: ChangeLog,v 1.4536 2006/09/07 23:54:41 dtucker Exp $ diff --git a/auth-sia.c b/auth-sia.c index 63304d36e..a9e1c258c 100644 --- a/auth-sia.c +++ b/auth-sia.c @@ -36,6 +36,8 @@ #include <string.h> #include "ssh.h" +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "auth-sia.h" #include "log.h" |