X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/6bcf7caa834f533b5332947f75c2fdf1b0730591..443172c4a07bea9722d4ab8f21bb01bff607d316:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ef7c54a4..9b37a5fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 20001014 + - (bal) Add support for realpath and getcwd for platforms with broken + or missing realpath implementations for sftp-server. + - (bal) Corrected mistake in INSTALL in regards to GNU rx library + - (bal) Add support for GNU rx library for those lacking regexp support - (djm) Don't accept PAM_PROMPT_ECHO_ON messages during initial auth - (djm) Revert SSH2 serverloop hack, will find a better way. - (djm) Add workaround for Linux 2.4's gratuitious errno change. Patch @@ -82,6 +86,11 @@ - (djm) Don't clobber ssh_prng_cmds on install - (stevesk) Include config.h in rijndael.c so we define intXX_t and u_intXX_t types on all platforms. + - (stevesk) rijndael.c: cleanup missing declaration warnings. + - (stevesk) ~/.hushlogin shouldn't cause required password change to + be bypassed. + - (stevesk) Display correct path to ssh-askpass in configure output. + Report from Lutz Jaenicke. 20001007 - (stevesk) Print PAM return value in PAM log messages to aid