summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-10 15:27:34 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-10 15:27:34 +1100
commitcfea2063e5e1f5d1415fd520f48730268e68d69e (patch)
tree2fb5446c3119d7414fe0eb9ff8fdbe2da39ba19b /ChangeLog
parent0d86829fca3eaa01392a34547935f73463422c4e (diff)
- (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
include from port-aix.h to port-aix.c and remove unnecessary function definition. Fixes build errors on AIX. #include'ing auth.h in port-aix.h causes conflicting definitions of Authctxt in sshconnect2.c. Sigh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3acb6eca9..4ac0ce1ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to 10 - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
11 change expired PAM passwords for SSHv1 connections without privsep. 11 change expired PAM passwords for SSHv1 connections without privsep.
12 pam_chauthtok is still used when privsep is disabled. ok djm@ 12 pam_chauthtok is still used when privsep is disabled. ok djm@
13 - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move
14 include from port-aix.h to port-aix.c and remove unnecessary function
15 definition. Fixes build errors on AIX.
13 16
1420040207 1720040207
15 - (dtucker) OpenBSD CVS Sync 18 - (dtucker) OpenBSD CVS Sync
@@ -1833,4 +1836,4 @@
1833 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1836 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1834 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1837 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1835 1838
1836$Id: ChangeLog,v 1.3221 2004/02/10 02:23:28 dtucker Exp $ 1839$Id: ChangeLog,v 1.3222 2004/02/10 04:27:34 dtucker Exp $