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_4 has been updated via a2a880fd563fcf8bd65a4f9a807b3e5efade130b (commit) via 16d5fdbfbda8724f64595726879589fcb301f508 (commit) via bff2d7cc7379376d8c0b451fdbdec4d351503b95 (commit) via b4694d1fbd2fad0ab401a276e21ebd9e5b529455 (commit) via 496fbb55125c0781c51a8af89ebdbe3ea829790f (commit) via 028b12df3b8aa98cc0f666a4886152eea9cdb7dd (commit) via 040d0bd1d520d105c1b381336f879e1e972743b3 (commit) via ca44bd4a3b5a6084e36ad82e8b0195ecfdd14f61 (commit) via ffffcee00122112e6c880a96d4d2f05b917def8b (commit) from 314d14672e5726d63ffe056305fa9bedf59250d3 (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 a2a880fd563fcf8bd65a4f9a807b3e5efade130b Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 13 12:55:32 2011 -0700
ITS#6944
commit 16d5fdbfbda8724f64595726879589fcb301f508 Author: Howard Chu hyc@openldap.org Date: Fri Jun 10 03:27:40 2011 -0700
ITS#6944 limit op cache to 10 ops per thread
commit bff2d7cc7379376d8c0b451fdbdec4d351503b95 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 13 12:54:20 2011 -0700
ITS#6969
commit b4694d1fbd2fad0ab401a276e21ebd9e5b529455 Author: Howard Chu hyc@openldap.org Date: Fri Jun 10 02:11:26 2011 -0700
Add LDAP_OPT_X_TLS_PACKAGE
to return the name of the underlying TLS implementation
commit 496fbb55125c0781c51a8af89ebdbe3ea829790f Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 13 12:52:48 2011 -0700
ITS#6967
commit 028b12df3b8aa98cc0f666a4886152eea9cdb7dd Author: Howard Chu hyc@openldap.org Date: Fri Jun 10 01:35:19 2011 -0700
ITS#6967 normalize schema RDN
commit 040d0bd1d520d105c1b381336f879e1e972743b3 Author: Howard Chu hyc@openldap.org Date: Thu Jun 9 21:09:41 2011 -0700
Add CRC32 checksum to back-ldif files
Currently just logs a complaint on checksum mismatch. Could get more obnoxious later.
commit ca44bd4a3b5a6084e36ad82e8b0195ecfdd14f61 Author: Howard Chu hyc@openldap.org Date: Thu Jun 9 18:07:13 2011 -0700
Fix prev commit
commit ffffcee00122112e6c880a96d4d2f05b917def8b Author: Howard Chu hyc@openldap.org Date: Thu Jun 9 17:59:08 2011 -0700
Try to discourage editing back-ldif files
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 + include/ldap.h | 1 + libraries/libldap/tls2.c | 5 ++ servers/slapd/back-ldif/ldif.c | 108 +++++++++++++++++++++++++++++++++++++++- servers/slapd/bconfig.c | 3 +- servers/slapd/operation.c | 13 +++++- 6 files changed, 130 insertions(+), 3 deletions(-)