diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-11-22 14:25:15 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-11-22 14:25:15 +1100 |
commit | 4e06a1d75d0f692c84f21347d4e1c4242dc1a96e (patch) | |
tree | 7ebbb2d480891d9bf751fa1f5f6fb03e8aad365f /ChangeLog | |
parent | d76341616dfebd4addc9c9594767ab1832ccb100 (diff) |
- (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.
Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA
is enabled, rely on SIA to check for locked accounts if enabled. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ | |||
3 | - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | 3 | - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] |
4 | Move AIX specific password authentication code to port-aix.c, call | 4 | Move AIX specific password authentication code to port-aix.c, call |
5 | authenticate() until reenter flag is clear. | 5 | authenticate() until reenter flag is clear. |
6 | - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net. | ||
7 | Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA | ||
8 | is enabled, rely on SIA to check for locked accounts if enabled. ok djm@ | ||
6 | 9 | ||
7 | 20031121 | 10 | 20031121 |
8 | - (djm) OpenBSD CVS Sync | 11 | - (djm) OpenBSD CVS Sync |
@@ -1504,4 +1507,4 @@ | |||
1504 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1507 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1505 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1508 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1506 | 1509 | ||
1507 | $Id: ChangeLog,v 1.3121 2003/11/22 03:16:56 dtucker Exp $ | 1510 | $Id: ChangeLog,v 1.3122 2003/11/22 03:25:15 dtucker Exp $ |