summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33919d4e7..693cb9616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,13 @@
4 [clientloop.c] 4 [clientloop.c]
5 set maximum packet and window sizes the same for multiplexed clients 5 set maximum packet and window sizes the same for multiplexed clients
6 as normal connections; ok markus@ 6 as normal connections; ok markus@
7 - dtucker@cvs.openbsd.org 2007/02/21 11:00:05
8 [sshd.c]
9 Clear alarm() before restarting sshd on SIGHUP. Without this, if there's
10 a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the
11 newly exec'ed sshd will get the SIGALRM and not have a handler for it,
12 and the default action will terminate the listening sshd. Analysis and
13 patch from andrew at gaul.org.
7 14
820070219 1520070219
9 - (dtucker) OpenBSD CVS Sync 16 - (dtucker) OpenBSD CVS Sync
@@ -2749,4 +2756,4 @@
2749 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2756 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2750 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2757 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2751 2758
2752$Id: ChangeLog,v 1.4620 2007/02/25 09:36:49 dtucker Exp $ 2759$Id: ChangeLog,v 1.4621 2007/02/25 09:37:21 dtucker Exp $