X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/f7436b8cb60de0a0edb1ca8b487accd50a363002..2043936ff8b350d36b489e78c804333608535383:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 08958342..11ff3199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +20010919 + - (bal) OpenbSD Sycn + - markus@cvs.openbsd.org 2001/09/19 10:08:51 + [sshd.8] + command=xxx applies to subsystem now, too + - markus@cvs.openbsd.org 2001/09/19 13:23:29 + [key.c] + key_read() now returns -1 on type mismatch, too + - stevesk@cvs.openbsd.org 2001/09/19 19:24:19 + [readconf.c readconf.h scp.c sftp.c ssh.1] + add ClearAllForwardings ssh option and set it in scp and sftp; ok + markus@ + - stevesk@cvs.openbsd.org 2001/09/19 19:35:30 + [authfd.c] + use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens + blesses this and we do it this way elsewhere. this helps in + portable because not all systems have SUN_LEN() and + sockaddr_un.sun_len. ok markus@ + - stevesk@cvs.openbsd.org 2001/09/19 21:04:53 + [sshd.8] + missing -t in usage + 20010918 - (djm) Configure support for smartcards. Based on Ben's work. - (djm) Revert setgroups call, it causes problems on OS-X @@ -8,6 +30,9 @@ put somewhere sane. Add Ssh.bin to manifest. - (djm) Make smartcard support conditional in Redhat RPM spec - (bal) LICENCE update. Has not been done in a while. + - (stevesk) nchan.c: we use X/Open Sockets on HP-UX now so shutdown(2) + returns ENOTCONN vs. EINVAL for socket not connected; remove EINVAL + check. ok Lutz Jaenicke - OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2001/09/17 17:57:57 [scp.1 scp.c sftp.1 sftp.c] @@ -26,6 +51,21 @@ - markus@cvs.openbsd.org 2001/09/17 20:50:22 [key.c ssh-keygen.c] better error handling if you try to export a bad key to ssh.com + - markus@cvs.openbsd.org 2001/09/17 20:52:47 + [channels.c channels.h clientloop.c] + try to fix agent-forwarding-backconnection-bug, as seen on HPUX, + for example; with Lutz.Jaenicke@aet.TU-Cottbus.DE, + - markus@cvs.openbsd.org 2001/09/17 21:04:02 + [channels.c serverloop.c] + don't send fake dummy packets on CR (\r) + bugreport from yyua@cs.sfu.ca via solar@@openwall.com + - markus@cvs.openbsd.org 2001/09/17 21:09:47 + [compat.c] + more versions suffering the SSH_BUG_DEBUG bug; + 3.0.x reported by dbutts@maddog.storability.com + - stevesk@cvs.openbsd.org 2001/09/17 23:56:07 + [scp.1] + missing -B in usage string 20010917 - (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds