summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 16:00:08 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 16:00:08 +1000
commitb1cbfa25f1618b277de670b943acb07ff5dbb1ac (patch)
tree159cc3fa99ba5c6a2b880ad216542b1262e186fa /ChangeLog
parentbd74025c7b08104828986d01e60f04372b3d5337 (diff)
- djm@cvs.openbsd.org 2008/05/09 14:18:44
[clientloop.c clientloop.h ssh.c mux.c] tidy up session multiplexing code, moving it into its own file and making the function names more consistent - making ssh.c and clientloop.c a fair bit more readable. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e683143a..90ee86ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,6 +111,12 @@
111 was to try the first address and give up. 111 was to try the first address and give up.
112 Reported by stig AT venaas.com in bz#343 112 Reported by stig AT venaas.com in bz#343
113 great feedback and ok markus@ 113 great feedback and ok markus@
114 - djm@cvs.openbsd.org 2008/05/09 14:18:44
115 [clientloop.c clientloop.h ssh.c mux.c]
116 tidy up session multiplexing code, moving it into its own file and
117 making the function names more consistent - making ssh.c and
118 clientloop.c a fair bit more readable.
119 ok markus@
114 120
11520080403 12120080403
116 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- 122 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@@ -3971,4 +3977,4 @@
3971 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3977 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3972 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3978 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3973 3979
3974$Id: ChangeLog,v 1.4925 2008/05/19 05:37:09 djm Exp $ 3980$Id: ChangeLog,v 1.4926 2008/05/19 06:00:08 djm Exp $