diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,6 +10,12 @@ | |||
10 | [readconf.c readconf.h scp.c sftp.c ssh.1] | 10 | [readconf.c readconf.h scp.c sftp.c ssh.1] |
11 | add ClearAllForwardings ssh option and set it in scp and sftp; ok | 11 | add ClearAllForwardings ssh option and set it in scp and sftp; ok |
12 | markus@ | 12 | markus@ |
13 | - stevesk@cvs.openbsd.org 2001/09/19 19:35:30 | ||
14 | [authfd.c] | ||
15 | use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens | ||
16 | blesses this and we do it this way elsewhere. this helps in | ||
17 | portable because not all systems have SUN_LEN() and | ||
18 | sockaddr_un.sun_len. ok markus@ | ||
13 | 19 | ||
14 | 20010918 | 20 | 20010918 |
15 | - (djm) Configure support for smartcards. Based on Ben's work. | 21 | - (djm) Configure support for smartcards. Based on Ben's work. |
@@ -6517,4 +6523,4 @@ | |||
6517 | - Wrote replacements for strlcpy and mkdtemp | 6523 | - Wrote replacements for strlcpy and mkdtemp |
6518 | - Released 1.0pre1 | 6524 | - Released 1.0pre1 |
6519 | 6525 | ||
6520 | $Id: ChangeLog,v 1.1544 2001/09/20 00:57:55 mouring Exp $ | 6526 | $Id: ChangeLog,v 1.1545 2001/09/20 01:03:31 mouring Exp $ |