diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ | |||
6 | [readconf.c ssh_config ssh_config.5 ssh-keysign.c] | 6 | [readconf.c ssh_config ssh_config.5 ssh-keysign.c] |
7 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | 7 | add AddressFamily option to ssh_config (like -4, -6 on commandline). |
8 | Portable bug #534; ok markus@ | 8 | Portable bug #534; ok markus@ |
9 | - itojun@cvs.openbsd.org 2003/05/17 03:25:58 | ||
10 | [auth-rhosts.c] | ||
11 | just in case, put numbers to sscanf %s arg. | ||
9 | - (djm) Remove IPv4 by default hack now that we can specify AF in config | 12 | - (djm) Remove IPv4 by default hack now that we can specify AF in config |
10 | 13 | ||
11 | 20030517 | 14 | 20030517 |
@@ -1562,4 +1565,4 @@ | |||
1562 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1565 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1563 | ok provos@ | 1566 | ok provos@ |
1564 | 1567 | ||
1565 | $Id: ChangeLog,v 1.2734 2003/05/18 10:52:40 djm Exp $ | 1568 | $Id: ChangeLog,v 1.2735 2003/05/18 10:53:10 djm Exp $ |