]> andersk Git - openssh.git/blobdiff - auth1.c
- (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 6a6cff862aa6dcd21ee933668021297984ca24f2..b9d6b1115f4f98d778f80186eacc41ee5cc6ce17 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth1.c,v 1.66 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: auth1.c,v 1.70 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
 
 #include "includes.h"
 
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
+#include <pwd.h>
+
 #include "xmalloc.h"
 #include "rsa.h"
 #include "ssh1.h"
 #include "log.h"
 #include "servconf.h"
 #include "compat.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "channels.h"
 #include "session.h"
 #include "uidswap.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 #include "buffer.h"
 
This page took 0.037903 seconds and 4 git commands to generate.