X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b587c165a1fde370aeceeac86c0f813d307e52b0..229be2df2b0880b5057908fd5068b61239b1f283:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 2d47682e..6814791c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,30 @@ +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 [ssh-keygen.1 ssh-keygen.c] allow public key for -e, too + - markus@cvs.openbsd.org 2001/04/23 22:14:13 + [ssh-keygen.c] + remove debug + - (bal) Whitespace resync w/ OpenBSD for uidswap.c + - (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