summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:27:11 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:27:11 +1100
commitabea8ee1c3bd404fdab316f359061a1fd3292099 (patch)
treef486614d3ccb8b84f3703c0302a96ab004025961 /ChangeLog
parent0e3b87279c3f20630e616b4de1be7cae815682dd (diff)
- markus@cvs.openbsd.org 2002/01/13 21:31:20
[channels.h nchan.c] add chan_set_[io]state(), order states, state is now an u_int, simplifies debugging messages; ok provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e688d4f02..c9bc5f1ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -159,6 +159,10 @@
159 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c] 159 [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
160 use buffer API and avoid static strings of fixed size; 160 use buffer API and avoid static strings of fixed size;
161 ok provos@/mouring@ 161 ok provos@/mouring@
162 - markus@cvs.openbsd.org 2002/01/13 21:31:20
163 [channels.h nchan.c]
164 add chan_set_[io]state(), order states, state is now an u_int,
165 simplifies debugging messages; ok provos@
162 166
163 167
16420020121 16820020121
@@ -7307,4 +7311,4 @@
7307 - Wrote replacements for strlcpy and mkdtemp 7311 - Wrote replacements for strlcpy and mkdtemp
7308 - Released 1.0pre1 7312 - Released 1.0pre1
7309 7313
7310$Id: ChangeLog,v 1.1768 2002/01/22 12:26:38 djm Exp $ 7314$Id: ChangeLog,v 1.1769 2002/01/22 12:27:11 djm Exp $