A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via a2d2be03be17c54642a94498719c5a55f5ca1117 (commit) via 1d8fc250a5906ff6a68c75e06e6c44ae4617d4c3 (commit) via 27a4cfea51def69831647a3b202e1f2a55c4eb08 (commit) from 573a6823f25f1b40d542baf6188db3ae2c5842a0 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a2d2be03be17c54642a94498719c5a55f5ca1117 Author: Ryan Tandy ryan@nardis.ca Date: Mon Mar 23 18:57:39 2015 -0700
ITS#8097 nssov: clean up some compiler warnings
commit 1d8fc250a5906ff6a68c75e06e6c44ae4617d4c3 Author: Ryan Tandy ryan@nardis.ca Date: Wed Jan 7 07:46:53 2015 -0800
ITS#8097 nssov: update to protocol version 2
This updates nssov for the protocol changes in nss-pam-ldapd commits 5f55781 and 6a74d8d. The protocol was changed to network byte order, uid_t and gid_t were changed to int32_t, and the READ_TYPE and WRITE_TYPE macros were removed. The PAM protocol was restructured to drop the DN field and to use a common basic set of fields for all requests.
commit 27a4cfea51def69831647a3b202e1f2a55c4eb08 Author: Ryan Tandy ryan@nardis.ca Date: Wed Jan 7 07:45:23 2015 -0800
ITS#8097 nssov: update nss-pam-ldapd files to 0.9.4
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/nssov/ether.c | 6 +- contrib/slapd-modules/nssov/group.c | 4 +- contrib/slapd-modules/nssov/host.c | 2 +- contrib/slapd-modules/nssov/network.c | 2 +- contrib/slapd-modules/nssov/nss-pam-ldapd/README | 4 +- contrib/slapd-modules/nssov/nss-pam-ldapd/attrs.h | 24 +- .../slapd-modules/nssov/nss-pam-ldapd/nslcd-prot.h | 453 ++++++++++---------- contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h | 220 ++++++---- contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c | 382 ++++++++--------- contrib/slapd-modules/nssov/nss-pam-ldapd/tio.h | 16 +- contrib/slapd-modules/nssov/nssov.c | 41 +- contrib/slapd-modules/nssov/nssov.h | 65 +-- contrib/slapd-modules/nssov/pam.c | 235 +++++----- contrib/slapd-modules/nssov/passwd.c | 7 +- contrib/slapd-modules/nssov/protocol.c | 4 +- contrib/slapd-modules/nssov/rpc.c | 2 +- contrib/slapd-modules/nssov/service.c | 4 +- 17 files changed, 765 insertions(+), 706 deletions(-)