mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
Patch from david.haughton at ncr.com
This commit is contained in:
parent
ed92b21321
commit
0013011529
@ -5,6 +5,8 @@
|
|||||||
Patch from max at quendi.de.
|
Patch from max at quendi.de.
|
||||||
- (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
|
- (dtucker) [configure.ac] Bug #657: uid swapping issues on BSDi.
|
||||||
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
|
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
|
||||||
|
- (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
|
||||||
|
Patch from david.haughton at ncr.com
|
||||||
|
|
||||||
20030919
|
20030919
|
||||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||||
@ -1141,4 +1143,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3013 2003/09/22 01:26:16 dtucker Exp $
|
$Id: ChangeLog,v 1.3014 2003/09/22 01:40:24 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.159 2003/09/22 01:26:16 dtucker Exp $
|
# $Id: configure.ac,v 1.160 2003/09/22 01:40:25 dtucker Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -286,6 +286,9 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||||||
LIBS="$LIBS -lc89"
|
LIBS="$LIBS -lc89"
|
||||||
AC_DEFINE(USE_PIPES)
|
AC_DEFINE(USE_PIPES)
|
||||||
AC_DEFINE(SSHD_ACQUIRES_CTTY)
|
AC_DEFINE(SSHD_ACQUIRES_CTTY)
|
||||||
|
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
||||||
|
AC_DEFINE(BROKEN_SETREUID)
|
||||||
|
AC_DEFINE(BROKEN_SETREGID)
|
||||||
;;
|
;;
|
||||||
*-sni-sysv*)
|
*-sni-sysv*)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user