X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/c7724abb6e1bff3b642465ae6156b8c5b3746d76..99443922a2e5adfe5e007d386397aa9482662deb:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5075991e..25365eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +20020923 + - (djm) OpenBSD CVS Sync + - stevesk@cvs.openbsd.org 2002/09/23 20:46:27 + [canohost.c] + change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for + non-sockets; fixes a problem passing NULL to snprintf(). ok markus@ + +20020923 + - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au + 20020922 - (djm) OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2002/09/19 14:53:14 @@ -5,6 +15,13 @@ - markus@cvs.openbsd.org 2002/09/19 15:51:23 [ssh-add.c] typo; cd@kalkatraz.de + - stevesk@cvs.openbsd.org 2002/09/19 16:03:15 + [serverloop.c] + log IP address also; ok markus@ + - stevesk@cvs.openbsd.org 2002/09/20 18:41:29 + [auth.c] + log illegal user here for missing privsep case (ssh2). + this is executed in the monitor. ok markus@ 20020919 - (djm) OpenBSD CVS Sync