X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/dc1759e6ed3459d8b9f623103bb691b32bebc908..b930668c42a0e86843a9054462264c51ab356893:/ChangeLog diff --git a/ChangeLog b/ChangeLog index da540ae8..d47b2a59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,26 @@ [auth1.c] remove unused variable (pw). ok djm@ (id sync only - still used in portable) + - jmc@cvs.openbsd.org 2003/11/08 19:17:29 + [sftp-int.c] + typos from Jonathon Gray; + - jakob@cvs.openbsd.org 2003/11/10 16:23:41 + [bufaux.c bufaux.h cipher.c cipher.h hostfile.c hostfile.h key.c] + [key.h sftp-common.c sftp-common.h sftp-server.c sshconnect.c sshd.c] + [ssh-dss.c ssh-rsa.c uuencode.c uuencode.h] + constify. ok markus@ & djm@ + - dtucker@cvs.openbsd.org 2003/11/12 10:12:15 + [scp.c] + When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@ + - jakob@cvs.openbsd.org 2003/11/12 16:39:58 + [dns.c dns.h readconf.c ssh_config.5 sshconnect.c] + update SSHFP validation. ok markus@ + - jmc@cvs.openbsd.org 2003/11/12 20:14:51 + [ssh_config.5] + make verb agree with subject, and kill some whitespace; + - markus@cvs.openbsd.org 2003/11/14 13:19:09 + [sshconnect2.c] + cleanup and minor fixes for the client code; from Simon Wilkinson 20031115 - (dtucker) [regress/agent-ptrace.sh] Test for GDB output from Solaris and