diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | auth-sia.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20060908 | ||
2 | - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patch | ||
3 | from Chris Adams. | ||
4 | |||
1 | 20060907 | 5 | 20060907 |
2 | - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can | 6 | - (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can |
3 | be used to drop privilege to; fixes Solaris GSSAPI crash reported by | 7 | be used to drop privilege to; fixes Solaris GSSAPI crash reported by |
@@ -5410,4 +5414,4 @@ | |||
5410 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5414 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5411 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5415 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5412 | 5416 | ||
5413 | $Id: ChangeLog,v 1.4535 2006/09/07 14:03:05 dtucker Exp $ | 5417 | $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 @@ | |||
36 | #include <string.h> | 36 | #include <string.h> |
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "key.h" | ||
40 | #include "hostfile.h" | ||
39 | #include "auth.h" | 41 | #include "auth.h" |
40 | #include "auth-sia.h" | 42 | #include "auth-sia.h" |
41 | #include "log.h" | 43 | #include "log.h" |