diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 23:16:04 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-02-28 23:16:04 +1100 |
commit | 0f26b1386a8beaa1884178f8793c91d84274ea7d (patch) | |
tree | 7c94a0d48e39fd8d10f6bc68f985b048893a31b7 /ChangeLog | |
parent | 3d295a6cf0c4e240509f035d514393eec4abd43d (diff) |
- (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Bug #1081: Implement
getgrouplist via getgrset on AIX, rather than iterating over getgrent.
This allows, eg, Match and AllowGroups directives to work with NIS and
LDAP groups.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ | |||
7 | SSLeay_add_all_algorithms as a macro already. | 7 | SSLeay_add_all_algorithms as a macro already. |
8 | - (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL | 8 | - (dtucker) [key.c defines.h openbsd-compat/openssl-compat.h] Move old OpenSSL |
9 | compat glue into openssl-compat.h. | 9 | compat glue into openssl-compat.h. |
10 | - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Bug #1081: Implement | ||
11 | getgrouplist via getgrset on AIX, rather than iterating over getgrent. | ||
12 | This allows, eg, Match and AllowGroups directives to work with NIS and | ||
13 | LDAP groups. | ||
10 | 14 | ||
11 | 20080225 | 15 | 20080225 |
12 | - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack | 16 | - (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack |
@@ -3637,4 +3641,4 @@ | |||
3637 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3641 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3638 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3642 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3639 | 3643 | ||
3640 | $Id: ChangeLog,v 1.4844 2008/02/28 08:22:04 dtucker Exp $ | 3644 | $Id: ChangeLog,v 1.4845 2008/02/28 12:16:04 dtucker Exp $ |