diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | acconfig.h | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -6,7 +6,8 @@ | |||
6 | - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more | 6 | - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more |
7 | distinctive, so "rm ${BATCH}.*" doesn't match the script itself. | 7 | distinctive, so "rm ${BATCH}.*" doesn't match the script itself. |
8 | - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin. | 8 | - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin. |
9 | - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif | 9 | - (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif |
10 | - (dtucker) [acconfig.h] Typo. | ||
10 | 11 | ||
11 | 20030906 | 12 | 20030906 |
12 | - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX. | 13 | - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX. |
@@ -1034,4 +1035,4 @@ | |||
1034 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1035 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1035 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1036 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1036 | 1037 | ||
1037 | $Id: ChangeLog,v 1.2967 2003/09/06 23:43:42 dtucker Exp $ | 1038 | $Id: ChangeLog,v 1.2968 2003/09/07 01:37:27 dtucker Exp $ |
diff --git a/acconfig.h b/acconfig.h index ce79146f4..f6f5f27e0 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: acconfig.h,v 1.163 2003/09/06 06:44:39 dtucker Exp $ */ | 1 | /* $Id: acconfig.h,v 1.164 2003/09/07 01:37:27 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -39,7 +39,7 @@ | |||
39 | #undef BROKEN_SETREUID | 39 | #undef BROKEN_SETREUID |
40 | 40 | ||
41 | /* Define if your setregid() is broken */ | 41 | /* Define if your setregid() is broken */ |
42 | #undef BROKEN_SERREGID | 42 | #undef BROKEN_SETREGID |
43 | 43 | ||
44 | /* Define to a Set Process Title type if your system is */ | 44 | /* Define to a Set Process Title type if your system is */ |
45 | /* supported by bsd-setproctitle.c */ | 45 | /* supported by bsd-setproctitle.c */ |