diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-05 13:03:13 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-05 13:03:13 +1000 |
commit | 7fa96602e52f02e66897f98a1568cbd3a555192b (patch) | |
tree | 0736a83065f5ba47a1c79db14c4a3bd739404e73 /ChangeLog | |
parent | 081f3c73d8ee4352968348bd6d3dfb65203f3e01 (diff) |
- djm@cvs.openbsd.org 2010/08/04 05:37:01
[ssh.1 ssh_config.5 sshd.8]
Remove mentions of weird "addr/port" alternate address format for IPv6
addresses combinations. It hasn't worked for ages and we have supported
the more commen "[addr]:port" format for a long time. ok jmc@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ | |||
1 | 20100905 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2010/08/04 05:37:01 | ||
4 | [ssh.1 ssh_config.5 sshd.8] | ||
5 | Remove mentions of weird "addr/port" alternate address format for IPv6 | ||
6 | addresses combinations. It hasn't worked for ages and we have supported | ||
7 | the more commen "[addr]:port" format for a long time. ok jmc@ markus@ | ||
8 | |||
1 | 20100903 | 9 | 20100903 |
2 | - (dtucker) [monitor.c] Bug #1795: Initialize the values to be returned from | 10 | - (dtucker) [monitor.c] Bug #1795: Initialize the values to be returned from |
3 | PAM to sane values in case the PAM method doesn't write to them. Spotted by | 11 | PAM to sane values in case the PAM method doesn't write to them. Spotted by |