diff options
author | Damien Miller <djm@mindrot.org> | 2002-01-22 13:27:11 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-01-22 13:27:11 +0100 |
commit | abea8ee1c3bd404fdab316f359061a1fd3292099 (patch) | |
tree | f486614d3ccb8b84f3703c0302a96ab004025961 /ChangeLog | |
parent | - markus@cvs.openbsd.org 2002/01/13 17:57:37 (diff) | |
download | openssh-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 $ |