diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-19 16:41:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-19 16:41:01 +1000 |
commit | f09ad861e62978d4f6d77453977d7b58d63caf07 (patch) | |
tree | 38299fb5546ac1765dcacc6d94f910df150eb0cc | |
parent | 677179f23a332c0d1e17fd0d00f5ffd5c4b311cb (diff) |
- (djm) Bug #661: Remove duplicate check for basename; from
bugzilla-openssh AT thewrittenword.com
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,8 @@ | |||
1 | 20030919 | 1 | 20030919 |
2 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 2 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
3 | djast AT cs.toronto.edu | 3 | djast AT cs.toronto.edu |
4 | - (djm) Bug #661: Remove duplicate check for basename; from | ||
5 | bugzilla-openssh AT thewrittenword.com | ||
4 | 6 | ||
5 | 20030918 | 7 | 20030918 |
6 | - (djm) Bug #652: Fix empty password auth | 8 | - (djm) Bug #652: Fix empty password auth |
@@ -1122,4 +1124,4 @@ | |||
1122 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1124 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1123 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1125 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1124 | 1126 | ||
1125 | $Id: ChangeLog,v 1.3002 2003/09/19 06:30:14 djm Exp $ | 1127 | $Id: ChangeLog,v 1.3003 2003/09/19 06:41:01 djm Exp $ |
diff --git a/configure.ac b/configure.ac index 59a2f55f6..7f96c0473 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.155 2003/09/16 05:40:49 tim Exp $ | 1 | # $Id: configure.ac,v 1.156 2003/09/19 06:41:02 djm Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -712,7 +712,7 @@ AC_ARG_WITH(tcp-wrappers, | |||
712 | 712 | ||
713 | dnl Checks for library functions. Please keep in alphabetical order | 713 | dnl Checks for library functions. Please keep in alphabetical order |
714 | AC_CHECK_FUNCS(\ | 714 | AC_CHECK_FUNCS(\ |
715 | arc4random __b64_ntop b64_ntop __b64_pton b64_pton basename \ | 715 | arc4random __b64_ntop b64_ntop __b64_pton b64_pton \ |
716 | bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \ | 716 | bcopy bindresvport_sa clock fchmod fchown freeaddrinfo futimes \ |
717 | gai_strerror getaddrinfo getcwd getgrouplist getnameinfo getopt \ | 717 | gai_strerror getaddrinfo getcwd getgrouplist getnameinfo getopt \ |
718 | getpeereid _getpty getrlimit getttyent glob inet_aton \ | 718 | getpeereid _getpty getrlimit getttyent glob inet_aton \ |