summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-19 21:25:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-19 21:25:23 +1000
commit4724d96ca8af844c0c5446388e82e728e2b8c55e (patch)
tree9024eb777946de3f714235d56ec27dab0c8b61d9
parentc11b1e84204e0ff449e9f3c50b990264a54f8921 (diff)
- (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h5
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fddf3314c..dade63953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1520030918 1620030918
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