summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 13:27:11 +0100
committerDamien Miller <djm@mindrot.org>2002-01-22 13:27:11 +0100
commitabea8ee1c3bd404fdab316f359061a1fd3292099 (patch)
treef486614d3ccb8b84f3703c0302a96ab004025961 /ChangeLog
parent - markus@cvs.openbsd.org 2002/01/13 17:57:37 (diff)
downloadopenssh-abea8ee1c3bd404fdab316f359061a1fd3292099.tar.xz
openssh-abea8ee1c3bd404fdab316f359061a1fd3292099.zip
- 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 @@
[auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
use buffer API and avoid static strings of fixed size;
ok provos@/mouring@
+ - 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@
20020121
@@ -7307,4 +7311,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1768 2002/01/22 12:26:38 djm Exp $
+$Id: ChangeLog,v 1.1769 2002/01/22 12:27:11 djm Exp $