X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/3cc990d7b56524332615ec1fc2bb1d5978499d75..229be2df2b0880b5057908fd5068b61239b1f283:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 071bc070..6814791c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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 - markus@cvs.openbsd.org 2001/04/22 23:58:36 @@ -5,6 +33,9 @@ document hostbased and other cleanup - (stevesk) start_pam() doesn't use DNS now for sshd -u0. - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD + - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll + + - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net 20010422 - OpenBSD CVS Sync