X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/1500bcdd0d7284f17358a6b5b3070a66acd21578..5ad9f968483755bb61af0cbc293fc00f5c7032bd:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 466c6cb3..4fd314f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +20010615 + - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL + around grantpt(). + +20010614 + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/06/13 09:10:31 + [session.c] + typo, use pid not s->pid, mstone@cs.loyola.edu + +20010613 + - OpenBSD CVS Sync + - markus@cvs.openbsd.org 2001/06/12 10:58:29 + [session.c] + merge session_free into session_close() + merge pty_cleanup_proc into session_pty_cleanup() + - markus@cvs.openbsd.org 2001/06/12 16:10:38 + [session.c] + merge ssh1/ssh2 tty msg parse and alloc code + - markus@cvs.openbsd.org 2001/06/12 16:11:26 + [packet.c] + do not log() packet_set_maxsize + - markus@cvs.openbsd.org 2001/06/12 21:21:29 + [session.c] + remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, since + we do already trust $HOME/.ssh + you can use .ssh/sshrc and .ssh/environment if you want to customize + the location of the xauth cookies + - markus@cvs.openbsd.org 2001/06/12 21:30:57 + [session.c] + unused + 20010612 - scp.c ID update (upstream synced vfsprintf() from us) - OpenBSD CVS Sync @@ -8,6 +40,9 @@ - markus@cvs.openbsd.org 2001/06/11 10:18:24 [session.c] reset pointer to NULL after xfree(); report from solar@openwall.com + - markus@cvs.openbsd.org 2001/06/11 16:04:38 + [sshd.8] + typo; bdubreuil@crrel.usace.army.mil 20010611 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller