summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:47:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 07:47:23 +0000
commit6df8ef4196f1287d4c328f09ea7f8c0995e0cab1 (patch)
treec4d4da3f9a84099838388a6070c7cdc675c27155 /ChangeLog
parentfafea18d68f3d1a4ea412ff4618fd66c1a05b548 (diff)
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c ssh.c sshconnect.c sshd.c] log functions should not be passed strings that end in newline as they get passed on to syslog() and when logging to stderr, do_log() appends its own newline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d11d0e377..a726baf0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -159,6 +159,12 @@
159 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04 159 - stevesk@cvs.openbsd.org 2001/03/04 12:54:04
160 [sshd.8] 160 [sshd.8]
161 spelling 161 spelling
162 - millert@cvs.openbsd.org 2001/03/04 17:42:28
163 [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c
164 ssh.c sshconnect.c sshd.c]
165 log functions should not be passed strings that end in newline as they
166 get passed on to syslog() and when logging to stderr, do_log() appends
167 its own newline.
162 168
16320010304 16920010304
164 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. 170 - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
@@ -4351,4 +4357,4 @@
4351 - Wrote replacements for strlcpy and mkdtemp 4357 - Wrote replacements for strlcpy and mkdtemp
4352 - Released 1.0pre1 4358 - Released 1.0pre1
4353 4359
4354$Id: ChangeLog,v 1.901 2001/03/05 07:43:27 mouring Exp $ 4360$Id: ChangeLog,v 1.902 2001/03/05 07:47:23 mouring Exp $