X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/10f72868d80389f141d393453c32bc2bb310214e..229be2df2b0880b5057908fd5068b61239b1f283:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e88f6f21..6814791c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +20010427 + - (bal) Fixed uidswap.c so it should work on non-posix complient systems. + patch based on 2.5.2 version by djm. + - (bal) Build manpages and config files once unless changed. Patch by + Carson Gaspar + - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna + Vinschen + - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by + Pekka Savola + - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen + + 20010425 - OpenBSD CVS Sync - markus@cvs.openbsd.org 2001/04/23 21:57:07 @@ -10,6 +22,9 @@ - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt' (default: off), implies KbdInteractiveAuthentication. Suggestion from markus@ + - (djm) Include crypt.h if available in auth-passwd.c + - tim@mindrot.org 2001/04/25 21:38:01 [configure.in] + man page detection fixes for SCO 20010424 - OpenBSD CVS Sync