X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/732e8ac5e6103f6fe2ed6246048c98ba01980341..56118702fd6541b990ebdbdbcebff4f99f740777:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ef8d9d7f..5aea81e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20000711 + - (djm) Fixup for AIX getuserattr() support from Tom Bertelson + + 20000709 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from Kevin Steves @@ -5,6 +9,16 @@ Problem report from Niklas Edmundsson - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM builds. Problem report from Gregory Leblanc + - (djm) Replace ut_name with ut_user. Patch from Jim Watt + + - (djm) Fix pam sprintf fix + - (djm) Cleanup entropy collection code a little more. Split initialisation + from seeding, perform intialisation immediatly at start, be careful with + uids. Based on problem report from Jim Watt + - (djm) More NeXT compatibility from Ben Lindstrom + Including sigaction() et al. replacements + - (djm) AIX getuserattr() session initialisation from Tom Bertelson + 20000708 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from