summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 14:53:39 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 14:53:39 +1100
commit5e7fd076f517e01cbab0549cbb43245f66c1ac70 (patch)
tree0e3216991d108e35ea6c6bb189da79852b161141 /ChangeLog
parent39eda6eb6a8364e8df6779e71e0b434eaae3edd5 (diff)
- djm@cvs.openbsd.org 2005/10/11 23:37:37
[channels.c] bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing bind() failure when a previous connection's listeners are in TIME_WAIT, reported by plattner AT inf.ethz.ch; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 221301eb9..f70f40f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@
12 fix regression I introduced in 4.2: X11 forwardings initiated after 12 fix regression I introduced in 4.2: X11 forwardings initiated after
13 a session has exited (e.g. "(sleep 5; xterm) &") would not start. 13 a session has exited (e.g. "(sleep 5; xterm) &") would not start.
14 bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@ 14 bz #1086 reported by t8m AT centrum.cz; ok markus@ dtucker@
15 - djm@cvs.openbsd.org 2005/10/11 23:37:37
16 [channels.c]
17 bz #1076 set SO_REUSEADDR on X11 forwarding listner sockets, preventing
18 bind() failure when a previous connection's listeners are in TIME_WAIT,
19 reported by plattner AT inf.ethz.ch; ok dtucker@
15 20
1620051102 2120051102
17 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 22 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
@@ -3145,4 +3150,4 @@
3145 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3150 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3146 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3151 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3147 3152
3148$Id: ChangeLog,v 1.3928 2005/11/05 03:52:50 djm Exp $ 3153$Id: ChangeLog,v 1.3929 2005/11/05 03:53:39 djm Exp $