summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2003-09-19 11:25:23 +0000
committerdtucker <dtucker>2003-09-19 11:25:23 +0000
commita743f7a307863e8cc14edbe32db7bc1be0934e41 (patch)
treefe65b44aa119387d3853c452d984f73e3f1fe56d
parent45f0e55d9f4665d76a2b1261ea67c5c0297e8d7b (diff)
downloadopenssh-a743f7a307863e8cc14edbe32db7bc1be0934e41.tar.gz
- (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 fddf3314..dade6395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
- (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
when /etc/default/login doesn't exist or isn't readable. Fixes from
jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
+ - (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
20030918
- (djm) Bug #652: Fix empty password auth
@@ -1132,4 +1133,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3007 2003/09/19 10:56:51 dtucker Exp $
+$Id: ChangeLog,v 1.3008 2003/09/19 11:25:23 dtucker Exp $
diff --git a/acconfig.h b/acconfig.h
index 9bfb9b6c..d0897d6b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id: acconfig.h,v 1.166 2003/09/16 01:52:19 dtucker Exp $ */
+/* $Id: acconfig.h,v 1.167 2003/09/19 11:25:24 dtucker Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -89,6 +89,9 @@
/* Define if you have the getuserattr function. */
#undef HAVE_GETUSERATTR
+/* Define if you have the basename function. */
+#undef HAVE_BASENAME
+
/* Work around problematic Linux PAM modules handling of PAM_TTY */
#undef PAM_TTY_KLUDGE