- (dtucker) [acconfig.h] Updated basename test needs HAVE_BASENAME
This commit is contained in:
parent
c11b1e8420
commit
4724d96ca8
|
@ -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 $
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue