X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/b37caf1a12a6bb6bd456fe283c933f52ca782bbd..d11c1288427f80649bb67720fa6ffc4020060615:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 683f621f..865dcb79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ +20010408 + - OpenBSD CVS Sync + - stevesk@cvs.openbsd.org 2001/04/06 22:12:47 + [hostfile.c] + unused; typo in comment + - stevesk@cvs.openbsd.org 2001/04/06 22:25:25 + [servconf.c] + in addition to: + ListenAddress host|ipv4_addr|ipv6_addr + permit: + ListenAddress [host|ipv4_addr|ipv6_addr]:port + ListenAddress host|ipv4_addr:port + sshd.8 updates coming. ok markus@ + +20010407 + - (bal) CVS ID Resync of version.h + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/04/05 23:39:20 + [serverloop.c] + keep the ssh session even if there is no active channel. + this is more in line with the protocol spec and makes + ssh -N -L 1234:server:110 host + more useful. + based on discussion with long time ago + and recent mail from + - deraadt@cvs.openbsd.org 2001/04/06 16:46:59 + [scp.c] + remove trailing / from source paths; fixes pr#1756 + 20010406 - (stevesk) logintest.c: fix for systems without __progname + - (stevesk) Makefile.in: log.o is in libssh.a - OpenBSD CVS Sync - markus@cvs.openbsd.org 2001/04/05 10:00:06 [compat.c] @@ -32,6 +62,9 @@ - markus@cvs.openbsd.org 2001/04/05 21:02:46 [buffer.c] better error message + - markus@cvs.openbsd.org 2001/04/05 21:05:24 + [clientloop.c ssh.c] + don't request a session for 'ssh -N', pointed out slade@shore.net 20010405 - OpenBSD CVS Sync