diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-07-14 16:41:55 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-07-14 16:41:55 +1000 |
commit | fc3454ee6752333ce7af349b71be12aa9cbe4fcc (patch) | |
tree | b20e59100fd141acf577c7a9d29b4ded590240ea /ChangeLog | |
parent | 30317e37e4c3ba6b0a7c0b21f17760e4f45a6b12 (diff) |
- (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
Call setauthdb() before loginfailed(), which may load password registry-
specific functions. Based on patch by cawlfiel@us.ibm.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ | |||
3 | loginfailed at all, so assume 3-arg loginfailed if not declared. | 3 | loginfailed at all, so assume 3-arg loginfailed if not declared. |
4 | - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by | 4 | - (dtucker) [port-aix.h] Work around name collision on AIX for r_type by |
5 | undef'ing it. | 5 | undef'ing it. |
6 | - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h] | ||
7 | Call setauthdb() before loginfailed(), which may load password registry- | ||
8 | specific functions. Based on patch by cawlfiel@us.ibm.com. | ||
6 | 9 | ||
7 | 20030708 | 10 | 20030708 |
8 | - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] | 11 | - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]] |
@@ -676,4 +679,4 @@ | |||
676 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 679 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
677 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 680 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
678 | 681 | ||
679 | $Id: ChangeLog,v 1.2851 2003/07/14 06:26:51 dtucker Exp $ | 682 | $Id: ChangeLog,v 1.2852 2003/07/14 06:41:55 dtucker Exp $ |