summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-21 03:19:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-21 03:19:23 +0000
commit601e43638e9e7889127634c3ba0949ba9fb917aa (patch)
treecf47af3b86f9260589980db64440cea4cd2d8dbd /ChangeLog
parent0a7ca6c7baf13265e86b98a40bfd00714d67c84e (diff)
- markus@cvs.openbsd.org 2001/06/20 13:56:39
[channels.c channels.h clientloop.c packet.c serverloop.c] move from channel_stop_listening to channel_free_all, call channel_free_all before calling waitpid() in serverloop. fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2dc8c5aa..2360bbe74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,11 @@
21 - markus@cvs.openbsd.org 2001/06/19 15:40:45 21 - markus@cvs.openbsd.org 2001/06/19 15:40:45
22 [session.c] 22 [session.c]
23 allocate and free at the same level. 23 allocate and free at the same level.
24 - markus@cvs.openbsd.org 2001/06/20 13:56:39
25 [channels.c channels.h clientloop.c packet.c serverloop.c]
26 move from channel_stop_listening to channel_free_all,
27 call channel_free_all before calling waitpid() in serverloop.
28 fixes the utmp handling; report from Lutz.Jaenicke@aet.TU-Cottbus.DE
24 29
2520010615 3020010615
26 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL 31 - (stevesk) don't set SA_RESTART and set SIGCHLD to SIG_DFL
@@ -5673,4 +5678,4 @@
5673 - Wrote replacements for strlcpy and mkdtemp 5678 - Wrote replacements for strlcpy and mkdtemp
5674 - Released 1.0pre1 5679 - Released 1.0pre1
5675 5680
5676$Id: ChangeLog,v 1.1295 2001/06/21 03:17:42 mouring Exp $ 5681$Id: ChangeLog,v 1.1296 2001/06/21 03:19:23 mouring Exp $