- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
This commit is contained in:
parent
ed9eb02326
commit
ed92b21321
|
@ -3,7 +3,8 @@
|
|||
builds. Portability corrections from tim@.
|
||||
- (dtucker) [configure.ac] Bug #655: uid swapping issues on Mac OS X.
|
||||
Patch from max at quendi.de.
|
||||
- (dtucker) [configure.ac] Bug #657: uid swappping issues on BSDi.
|
||||
- (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
|
||||
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
|
||||
|
||||
20030919
|
||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||
|
@ -1140,4 +1141,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.3012 2003/09/22 01:18:47 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3013 2003/09/22 01:26:16 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.158 2003/09/22 01:18:47 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.159 2003/09/22 01:26:16 dtucker Exp $
|
||||
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ssh.c])
|
||||
|
@ -403,6 +403,9 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||
fi
|
||||
AC_DEFINE(DISABLE_FD_PASSING)
|
||||
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||
AC_DEFINE(SETEIUD_BREAKS_SETUID)
|
||||
AC_DEFINE(BROKEN_SETREUID)
|
||||
AC_DEFINE(BROKEN_SETREGID)
|
||||
AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue