summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a3b3b1a8..77d7739dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,12 @@
21 - dtucker@cvs.openbsd.org 2008/06/15 16:58:40 21 - dtucker@cvs.openbsd.org 2008/06/15 16:58:40
22 [servconf.c sshd_config.5] 22 [servconf.c sshd_config.5]
23 Allow MaxAuthTries within a Match block. ok djm@ 23 Allow MaxAuthTries within a Match block. ok djm@
24 - djm@cvs.openbsd.org 2008/06/15 20:06:26
25 [channels.c channels.h session.c]
26 don't call isatty() on a pty master, instead pass a flag down to
27 channel_set_fds() indicating that te fds refer to a tty. Fixes a
28 hang on exit on Solaris (bz#1463) in portable but is actually
29 a generic bug; ok dtucker deraadt markus
24 30
2520080614 3120080614
26 - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction 32 - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction
@@ -4393,4 +4399,4 @@
4393 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4399 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4394 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4400 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4395 4401
4396$Id: ChangeLog,v 1.5018 2008/06/15 21:56:20 djm Exp $ 4402$Id: ChangeLog,v 1.5019 2008/06/15 21:59:23 djm Exp $