X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/031a105cfcd9f00db38e6e123ae86d95f1b2d89a..cc4ff6c44c2774ab32c510e8c1136994d57204f9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6967285a..a197aea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,33 @@ - djm@cvs.openbsd.org 2004/06/20 19:28:12 [sftp.1] mention new -n flag + - avsm@cvs.openbsd.org 2004/06/21 17:36:31 + [auth-rsa.c auth2-gss.c auth2-pubkey.c authfile.c canohost.c channels.c + cipher.c dns.c kex.c monitor.c monitor_fdpass.c monitor_wrap.c + monitor_wrap.h nchan.c packet.c progressmeter.c scp.c sftp-server.c sftp.c + ssh-gss.h ssh-keygen.c ssh.c sshconnect.c sshconnect1.c sshlogin.c + sshpty.c] + make ssh -Wshadow clean, no functional changes + markus@ ok + - djm@cvs.openbsd.org 2004/06/21 17:53:03 + [session.c] + fix fd leak for multiple subsystem connections; with markus@ + - djm@cvs.openbsd.org 2004/06/21 22:02:58 + [log.h] + mark fatal and cleanup exit as __dead; ok markus@ + - djm@cvs.openbsd.org 2004/06/21 22:04:50 + [sftp.c] + introduce sorting for ls, same options as /bin/ls; ok markus@ + - djm@cvs.openbsd.org 2004/06/21 22:30:45 + [sftp.c] + prefix ls option flags with LS_ + - djm@cvs.openbsd.org 2004/06/21 22:41:31 + [sftp.1] + document sort options + - djm@cvs.openbsd.org 2004/06/22 01:16:39 + [sftp.c] + don't show .files by default in ls, add -a option to turn them back on; + ok markus 20040620 - (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.