A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 0146e3ddfce7ac51fa380f8ba67fefaf922f0ce8 (commit) via dc277009e220e4b420c69ed1c0c4efa44539ff6c (commit) via 6a28f3dc207252dbb03f91de41c1bd717d6a8e8e (commit) from 25bbf116ad48c8ee98b9f8997b2eae07ddb5acdd (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 0146e3ddfce7ac51fa380f8ba67fefaf922f0ce8 Author: Ryan Tandy ryan@nardis.ca Date: Mon Mar 23 18:57:39 2015 -0700
ITS#8097 nssov: clean up some compiler warnings
commit dc277009e220e4b420c69ed1c0c4efa44539ff6c 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 6a28f3dc207252dbb03f91de41c1bd717d6a8e8e 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(-)