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 c5beffc94fa23a91738471c6196e7f69664e541c (commit) via 54ced52c047425b432075946dd2997c52f020de0 (commit) via c7d6c0fab302ee765a9d68e5b95dd4c2402625aa (commit) via f72d65b77aa6cd4439ee0ad80b498f4ed707a278 (commit) via 80f6f0a1c02b3146473b04ff79847b10717cab2e (commit) from 9240cbfb2992c8717e2845e7af7e45f9d4470f8a (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 c5beffc94fa23a91738471c6196e7f69664e541c Author: Howard Chu hyc@openldap.org Date: Fri Sep 9 19:53:56 2011 -0700
Fix bogus error codes
commit 54ced52c047425b432075946dd2997c52f020de0 Author: Howard Chu hyc@openldap.org Date: Fri Sep 9 00:10:48 2011 -0700
Keep cursor open for id2entry
commit c7d6c0fab302ee765a9d68e5b95dd4c2402625aa Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 23:41:06 2011 -0700
Add a few NULL checks to defend against dumb API checkers.
Unfortunately automated checkers don't seem to read the documentation for how APIs are expected to be used, and the C declaration syntax isn't expressive enough to encode the documented usage.
commit f72d65b77aa6cd4439ee0ad80b498f4ed707a278 Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 22:07:04 2011 -0700
Use tmpmem-based entries
commit 80f6f0a1c02b3146473b04ff79847b10717cab2e Author: Howard Chu hyc@openldap.org Date: Thu Sep 8 22:02:59 2011 -0700
Drop referral.c
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/schema.c | 56 ++++++++++++++++++++--- libraries/libldap/tls2.c | 6 ++- servers/slapd/back-mdb/Makefile.in | 4 +- servers/slapd/back-mdb/add.c | 14 +++--- servers/slapd/back-mdb/bind.c | 2 +- servers/slapd/back-mdb/compare.c | 4 +- servers/slapd/back-mdb/config.c | 16 +++--- servers/slapd/back-mdb/delete.c | 10 ++-- servers/slapd/back-mdb/dn2entry.c | 17 ++++++- servers/slapd/back-mdb/id2entry.c | 87 +++++++++++++++++++++++++++++------ servers/slapd/back-mdb/init.c | 4 +- servers/slapd/back-mdb/modify.c | 6 +- servers/slapd/back-mdb/modrdn.c | 10 ++-- servers/slapd/back-mdb/proto-mdb.h | 5 +- servers/slapd/back-mdb/referral.c | 4 +- servers/slapd/back-mdb/search.c | 67 +++++++++++++++------------ servers/slapd/back-mdb/tools.c | 16 +++---- 17 files changed, 220 insertions(+), 108 deletions(-)