diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-passwd.c | 3 | ||||
-rw-r--r-- | auth-rh-rsa.c | 3 | ||||
-rw-r--r-- | auth-rhosts.c | 3 |
4 files changed, 7 insertions, 7 deletions
@@ -38,6 +38,9 @@ | |||
38 | undo the 'delay hostname lookup' change | 38 | undo the 'delay hostname lookup' change |
39 | match.c must not use compress.c (via canonhost.c/packet.c) | 39 | match.c must not use compress.c (via canonhost.c/packet.c) |
40 | thanks to wilfried@ | 40 | thanks to wilfried@ |
41 | - markus@cvs.openbsd.org 2002/03/04 12:43:06 | ||
42 | [auth-passwd.c auth-rh-rsa.c auth-rhosts.c] | ||
43 | unused include | ||
41 | 44 | ||
42 | 20020226 | 45 | 20020226 |
43 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests | 46 | - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests |
@@ -7769,4 +7772,4 @@ | |||
7769 | - Wrote replacements for strlcpy and mkdtemp | 7772 | - Wrote replacements for strlcpy and mkdtemp |
7770 | - Released 1.0pre1 | 7773 | - Released 1.0pre1 |
7771 | 7774 | ||
7772 | $Id: ChangeLog,v 1.1901 2002/03/05 01:42:42 mouring Exp $ | 7775 | $Id: ChangeLog,v 1.1902 2002/03/05 01:45:56 mouring Exp $ |
diff --git a/auth-passwd.c b/auth-passwd.c index 3546636aa..095b9ba27 100644 --- a/auth-passwd.c +++ b/auth-passwd.c | |||
@@ -36,12 +36,11 @@ | |||
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $"); | 39 | RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $"); |
40 | 40 | ||
41 | #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) | 41 | #if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) |
42 | 42 | ||
43 | #include "packet.h" | 43 | #include "packet.h" |
44 | #include "xmalloc.h" | ||
45 | #include "log.h" | 44 | #include "log.h" |
46 | #include "servconf.h" | 45 | #include "servconf.h" |
47 | #include "auth.h" | 46 | #include "auth.h" |
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index df917583b..d1b7ae996 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c | |||
@@ -13,10 +13,9 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include "includes.h" | 15 | #include "includes.h" |
16 | RCSID("$OpenBSD: auth-rh-rsa.c,v 1.28 2002/01/29 14:32:03 markus Exp $"); | 16 | RCSID("$OpenBSD: auth-rh-rsa.c,v 1.29 2002/03/04 12:43:06 markus Exp $"); |
17 | 17 | ||
18 | #include "packet.h" | 18 | #include "packet.h" |
19 | #include "xmalloc.h" | ||
20 | #include "uidswap.h" | 19 | #include "uidswap.h" |
21 | #include "log.h" | 20 | #include "log.h" |
22 | #include "servconf.h" | 21 | #include "servconf.h" |
diff --git a/auth-rhosts.c b/auth-rhosts.c index ebbf88f89..bd15261f7 100644 --- a/auth-rhosts.c +++ b/auth-rhosts.c | |||
@@ -14,10 +14,9 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "includes.h" | 16 | #include "includes.h" |
17 | RCSID("$OpenBSD: auth-rhosts.c,v 1.26 2002/01/29 14:32:03 markus Exp $"); | 17 | RCSID("$OpenBSD: auth-rhosts.c,v 1.27 2002/03/04 12:43:06 markus Exp $"); |
18 | 18 | ||
19 | #include "packet.h" | 19 | #include "packet.h" |
20 | #include "xmalloc.h" | ||
21 | #include "uidswap.h" | 20 | #include "uidswap.h" |
22 | #include "pathnames.h" | 21 | #include "pathnames.h" |
23 | #include "log.h" | 22 | #include "log.h" |