X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/e2902a5b4e77ce03f63c80f5249af3a7ff16195e..56118702fd6541b990ebdbdbcebff4f99f740777:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ad64019e..5aea81e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ +20000711 + - (djm) Fixup for AIX getuserattr() support from Tom Bertelson + + +20000709 + - (djm) Only enable PAM_TTY kludge for Linux. Problem report from + Kevin Steves + - (djm) Match prototype and function declaration for rresvport_af. + 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 Aaron Hopkins + - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from + Lutz Jaenicke + - (djm) Fixed undefined variables for OSF SIA. Report from + Baars, Henk + - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c + Fix from Marquess, Steve Mr JMLFDC + - (djm) Don't use inet_addr. 20000702 - (djm) Fix brace mismatch from Corinna Vinschen