diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-19 11:49:37 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-19 11:49:37 +1000 |
commit | e1383cee9d671906424797c084940b2d382f2813 (patch) | |
tree | 3e905a03f77414a7f09e63c009ee11edbbf43d52 /ChangeLog | |
parent | f37e246f858cdd79be4f4e158b7b04778d1cb7e9 (diff) |
- stevesk@cvs.openbsd.org 2002/09/13 19:23:09
[channels.c sshconnect.c sshd.c]
remove use of SO_LINGER, it should not be needed. error check
SO_REUSEADDR. fixup comments. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ | |||
6 | - stevesk@cvs.openbsd.org 2002/09/12 19:50:36 | 6 | - stevesk@cvs.openbsd.org 2002/09/12 19:50:36 |
7 | [session.c ssh.1] | 7 | [session.c ssh.1] |
8 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ | 8 | add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@ |
9 | - stevesk@cvs.openbsd.org 2002/09/13 19:23:09 | ||
10 | [channels.c sshconnect.c sshd.c] | ||
11 | remove use of SO_LINGER, it should not be needed. error check | ||
12 | SO_REUSEADDR. fixup comments. ok markus@ | ||
9 | 13 | ||
10 | 20020912 | 14 | 20020912 |
11 | - (djm) Made GNOME askpass programs return non-zero if cancel button is | 15 | - (djm) Made GNOME askpass programs return non-zero if cancel button is |
@@ -656,4 +660,4 @@ | |||
656 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 660 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
657 | ok provos@ | 661 | ok provos@ |
658 | 662 | ||
659 | $Id: ChangeLog,v 1.2465 2002/09/19 01:47:55 djm Exp $ | 663 | $Id: ChangeLog,v 1.2466 2002/09/19 01:49:37 djm Exp $ |