diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | acconfig.h | 5 |
2 files changed, 6 insertions, 2 deletions
@@ -11,6 +11,7 @@ | |||
11 | - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref | 11 | - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref |
12 | when /etc/default/login doesn't exist or isn't readable. Fixes from | 12 | when /etc/default/login doesn't exist or isn't readable. Fixes from |
13 | jparsons-lists at saffron.net and georg.oppenberg at deu mci com. | 13 | jparsons-lists at saffron.net and georg.oppenberg at deu mci com. |
14 | - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME | ||
14 | 15 | ||
15 | 20030918 | 16 | 20030918 |
16 | - (djm) Bug #652: Fix empty password auth | 17 | - (djm) Bug #652: Fix empty password auth |
@@ -1132,4 +1133,4 @@ | |||
1132 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1133 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1133 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1134 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1134 | 1135 | ||
1135 | $Id: ChangeLog,v 1.3007 2003/09/19 10:56:51 dtucker Exp $ | 1136 | $Id: ChangeLog,v 1.3008 2003/09/19 11:25:23 dtucker Exp $ |
diff --git a/acconfig.h b/acconfig.h index 9bfb9b6c9..d0897d6b6 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.167 2003/09/19 11:25:24 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -89,6 +89,9 @@ | |||
89 | /* Define if you have the getuserattr function. */ | 89 | /* Define if you have the getuserattr function. */ |
90 | #undef HAVE_GETUSERATTR | 90 | #undef HAVE_GETUSERATTR |
91 | 91 | ||
92 | /* Define if you have the basename function. */ | ||
93 | #undef HAVE_BASENAME | ||
94 | |||
92 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | 95 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ |
93 | #undef PAM_TTY_KLUDGE | 96 | #undef PAM_TTY_KLUDGE |
94 | 97 | ||