summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-20 01:03:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-20 01:03:31 +0000
commitb1d822c311b33e653f60faee35964052b2229522 (patch)
tree42b5623e67846a025916964ea16bcf13e61c0ae8 /ChangeLog
parent2b7a0e953e3e85c2d95cfb6b4bed095135c3a2b7 (diff)
- stevesk@cvs.openbsd.org 2001/09/19 19:35:30
[authfd.c] use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blesses this and we do it this way elsewhere. this helps in portable because not all systems have SUN_LEN() and sockaddr_un.sun_len. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe725c79..b7706f08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
[readconf.c readconf.h scp.c sftp.c ssh.1]
add ClearAllForwardings ssh option and set it in scp and sftp; ok
markus@
+ - stevesk@cvs.openbsd.org 2001/09/19 19:35:30
+ [authfd.c]
+ use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens
+ blesses this and we do it this way elsewhere. this helps in
+ portable because not all systems have SUN_LEN() and
+ sockaddr_un.sun_len. ok markus@
20010918
- (djm) Configure support for smartcards. Based on Ben's work.
@@ -6517,4 +6523,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1544 2001/09/20 00:57:55 mouring Exp $
+$Id: ChangeLog,v 1.1545 2001/09/20 01:03:31 mouring Exp $