diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:07:39 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-08 20:07:39 +0000 |
commit | 69128668938c82e8d428e77726ef00b2b6f799b9 (patch) | |
tree | 1ee834a896b297768505ea963c1ed318dae3efdc /ChangeLog | |
parent | e487d84e03615256aca61431bb9b515db8c2b6e6 (diff) |
- markus@cvs.openbsd.org 2001/05/08 19:17:31
[channels.c serverloop.c]
adds correct error reporting to async connect()s
fixes the server-discards-data-before-connected-bug found by
onoe@sm.sony.co.jp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,6 +3,11 @@ | |||
3 | - markus@cvs.openbsd.org 2001/05/06 21:23:31 | 3 | - markus@cvs.openbsd.org 2001/05/06 21:23:31 |
4 | [cli.c] | 4 | [cli.c] |
5 | cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net | 5 | cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net |
6 | - markus@cvs.openbsd.org 2001/05/08 19:17:31 | ||
7 | [channels.c serverloop.c] | ||
8 | adds correct error reporting to async connect()s | ||
9 | fixes the server-discards-data-before-connected-bug found by | ||
10 | onoe@sm.sony.co.jp | ||
6 | 11 | ||
7 | 20010508 | 12 | 20010508 |
8 | - (bal) Fixed configure test for USE_SIA. | 13 | - (bal) Fixed configure test for USE_SIA. |
@@ -5363,4 +5368,4 @@ | |||
5363 | - Wrote replacements for strlcpy and mkdtemp | 5368 | - Wrote replacements for strlcpy and mkdtemp |
5364 | - Released 1.0pre1 | 5369 | - Released 1.0pre1 |
5365 | 5370 | ||
5366 | $Id: ChangeLog,v 1.1206 2001/05/08 20:05:44 mouring Exp $ | 5371 | $Id: ChangeLog,v 1.1207 2001/05/08 20:07:39 mouring Exp $ |