summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:01:43 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:01:43 +1000
commit98299261eb970688a7bad346491cffdf2a7f6072 (patch)
tree350cae6ab39538a9f62fd30b24a10c150c119fc0 /ChangeLog
parente6b3b610ece508f565a114a60f6ce0edb70a5dd2 (diff)
- dtucker@cvs.openbsd.org 2006/07/17 12:02:24
[auth-options.c] Use '\0' rather than 0 to terminates strings; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 046cadc84..c3069df12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c]
[sshconnect.c sshlogin.c sshpty.c uidswap.c]
move #include <unistd.h> out of includes.h
+ - dtucker@cvs.openbsd.org 2006/07/17 12:02:24
+ [auth-options.c]
+ Use '\0' rather than 0 to terminates strings; ok djm@
20060713
- (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -4941,4 +4944,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.4413 2006/07/24 04:01:23 djm Exp $
+$Id: ChangeLog,v 1.4414 2006/07/24 04:01:43 djm Exp $