summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:35:30 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:35:30 +1000
commit232711f6dbc107711b3957bfa2fd798aec702241 (patch)
tree2dfcd276712caa022fd8aa2f3c1319c13660fdd7 /ChangeLog
parent0e220dbfbcc9fe252e8f1f4890dbfa415aad35db (diff)
- djm@cvs.openbsd.org 2004/06/14 01:44:39
[channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c] [sshd.c] set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36aeb85bb..d1d45db79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
29 [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] 29 [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5]
30 implement session multiplexing in the client (the server has supported 30 implement session multiplexing in the client (the server has supported
31 this since 2.0); ok markus@ 31 this since 2.0); ok markus@
32 - djm@cvs.openbsd.org 2004/06/14 01:44:39
33 [channels.c clientloop.c misc.c misc.h packet.c ssh-agent.c ssh-keyscan.c]
34 [sshd.c]
35 set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
32 36
3320040603 3720040603
34 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. 38 - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions.
@@ -1213,4 +1217,4 @@
1213 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1217 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1214 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1218 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1215 1219
1216$Id: ChangeLog,v 1.3382 2004/06/15 00:34:08 djm Exp $ 1220$Id: ChangeLog,v 1.3383 2004/06/15 00:35:30 djm Exp $