summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-19 00:31:39 +1000
committerDamien Miller <djm@mindrot.org>2006-08-19 00:31:39 +1000
commita1f6840a4fa1fd48ecbf5a3ebb2c3b18f3a6c587 (patch)
tree8e43bc8778518252c8ebba8fb11764d8f1927a50 /ChangeLog
parent565ca3f60058f22d083572930833aaff2292ac20 (diff)
- djm@cvs.openbsd.org 2006/08/16 11:47:15
[sshd.c] factor inetd connection, TCP listen and main TCP accept loop out of main() into separate functions to improve readability; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 328f0c11..34aad31f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
[servconf.c servconf.h sshd_config.5]
Add ability to match groups to Match keyword in sshd_config. Feedback
djm@, stevesk@, ok stevesk@.
+ - djm@cvs.openbsd.org 2006/08/16 11:47:15
+ [sshd.c]
+ factor inetd connection, TCP listen and main TCP accept loop out of
+ main() into separate functions to improve readability; ok markus@
20060817
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
@@ -5239,4 +5243,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4489 2006/08/18 14:23:15 djm Exp $
+$Id: ChangeLog,v 1.4490 2006/08/18 14:31:39 djm Exp $