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 @@
23 [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c] 23 [ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh.c]
24 [sshconnect.c sshlogin.c sshpty.c uidswap.c] 24 [sshconnect.c sshlogin.c sshpty.c uidswap.c]
25 move #include <unistd.h> out of includes.h 25 move #include <unistd.h> out of includes.h
26 - dtucker@cvs.openbsd.org 2006/07/17 12:02:24
27 [auth-options.c]
28 Use '\0' rather than 0 to terminates strings; ok djm@
26 29
2720060713 3020060713
28 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h 31 - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
@@ -4941,4 +4944,4 @@
4941 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4944 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4942 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4945 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4943 4946
4944$Id: ChangeLog,v 1.4413 2006/07/24 04:01:23 djm Exp $ 4947$Id: ChangeLog,v 1.4414 2006/07/24 04:01:43 djm Exp $