X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/95595a77afa57c02dc10e61f8483e7d0597e1a3a..719fc62ff24f296bb23e3419eeadb21758c8b8bc:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index f12897b2..3aa4add0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,92 @@ +20010505 + - OpenBSD CVS Sync + - stevesk@cvs.openbsd.org 2001/05/04 14:21:56 + [ssh.1 sshd.8] + typos + - markus@cvs.openbsd.org 2001/05/04 14:34:34 + [channels.c] + channel_new() reallocs channels[], we cannot use Channel *c after calling + channel_new(), XXX fix this in the future... + - markus@cvs.openbsd.org 2001/05/04 23:47:34 + [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c] + move to Channel **channels (instead of Channel *channels), fixes realloc + problems. channel_new now returns a Channel *, favour Channel * over + channel id. remove old channel_allocate interface. + +20010504 + - OpenBSD CVS Sync + - stevesk@cvs.openbsd.org 2001/05/03 15:07:39 + [channels.c] + typo in debug() string + - markus@cvs.openbsd.org 2001/05/03 15:45:15 + [session.c] + exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au + - stevesk@cvs.openbsd.org 2001/05/03 21:43:01 + [servconf.c] + remove "\n" from fatal() + - mouring@cvs.openbsd.org 2001/05/03 23:09:53 + [misc.c misc.h scp.c sftp.c] + Move colon() and cleanhost() to misc.c where I should I have put it in + the first place + - (bal) Updated Cygwin README by Corinna Vinschen + - (bal) Avoid socket file security issues in ssh-agent for Cygwin. + Patch by Egor Duda + +20010503 + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/05/02 16:41:20 + [ssh-add.c] + fix prompt for ssh-add. + +20010502 + - OpenBSD CVS Sync + - mouring@cvs.openbsd.org 2001/05/02 01:25:39 + [readpass.c] + Put the 'const' back into ssh_askpass() function. Pointed out + by Mark Miller . OK Markus + +20010501 + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/04/30 11:18:52 + [readconf.c readconf.h ssh.1 ssh.c sshconnect.c] + implement 'ssh -b bind_address' like 'telnet -b' + - markus@cvs.openbsd.org 2001/04/30 15:50:46 + [compat.c compat.h kex.c] + allow interop with weaker key generation used by ssh-2.0.x, x < 10 + - markus@cvs.openbsd.org 2001/04/30 16:02:49 + [compat.c] + ssh-2.0.10 has the weak-key-bug, too. + - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1 + +20010430 + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/04/29 18:32:52 + [serverloop.c] + fix whitespace + - markus@cvs.openbsd.org 2001/04/29 19:16:52 + [channels.c clientloop.c compat.c compat.h serverloop.c] + more ssh.com-2.0.x bug-compat; from per@appgate.com + - (tim) New version of mdoc2man.pl from Mark D. Roth + - (djm) Add .cvsignore files, suggested by Wayne Davison + +20010429 + - (bal) Updated INSTALL. PCRE moved to a new place. + - (djm) Release OpenSSH-2.9p1 + 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 + + - (bal) version.h synced, RPM specs updated for 2.9 + - (tim) update contrib/caldera files with what Caldera is using. + 20010425 - OpenBSD CVS Sync