diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -55,6 +55,9 @@ | |||
55 | [auth-options.c match.c servconf.c addrmatch.c sshd.8] | 55 | [auth-options.c match.c servconf.c addrmatch.c sshd.8] |
56 | support CIDR address matching in .ssh/authorized_keys from="..." stanzas | 56 | support CIDR address matching in .ssh/authorized_keys from="..." stanzas |
57 | ok and extensive testing dtucker@ | 57 | ok and extensive testing dtucker@ |
58 | - dtucker@cvs.openbsd.org 2008/06/10 23:21:34 | ||
59 | [bufaux.c] | ||
60 | Use '\0' for a nul byte rather than unadorned 0. ok djm@ | ||
58 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 | 61 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 |
59 | since the new CIDR code in addmatch.c references it. | 62 | since the new CIDR code in addmatch.c references it. |
60 | - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6 | 63 | - (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6 |
@@ -4147,4 +4150,4 @@ | |||
4147 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4150 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4148 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4151 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4149 | 4152 | ||
4150 | $Id: ChangeLog,v 1.4963 2008/06/10 23:34:46 dtucker Exp $ | 4153 | $Id: ChangeLog,v 1.4964 2008/06/10 23:35:37 dtucker Exp $ |