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 35e0ea6ff612445c9e760cb0a3e69928041731b8 (commit) via 7b23cea98cb2899eb53cfcc3ccd85fea08318964 (commit) via 189ce991f6f19ef07d32df41c83aab3291f5a0ec (commit) via dcd744392b5a51d2e2de2d68d7180d25e2ec5940 (commit) from a872419164a2767a832fb6734c11d391c234bcdc (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 35e0ea6ff612445c9e760cb0a3e69928041731b8 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Feb 20 16:38:05 2012 -0800
ITS#7173
commit 7b23cea98cb2899eb53cfcc3ccd85fea08318964 Author: David M. Syzdek syzdek@bindlebinaries.com Date: Sat Feb 18 05:29:30 2012 -0900
ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
The prototype for ldap_modify_ext() in the C header file declares msgidp as "int *", however the current manpage declares msgidp as "int **". This patch updates the manpage to accurately reflect the C header.
Signed-off-by: David M. Syzdek syzdek@bindlebinaries.com
commit 189ce991f6f19ef07d32df41c83aab3291f5a0ec Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Feb 20 16:37:19 2012 -0800
ITS#7174
commit dcd744392b5a51d2e2de2d68d7180d25e2ec5940 Author: Howard Chu hyc@openldap.org Date: Sun Feb 19 18:10:16 2012 -0800
ITS#7174 lutil_str2bin: can't modify input strings
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 +++ doc/man/man3/ldap_modify.3 | 2 +- libraries/liblutil/utils.c | 24 +++++++++++------------- 3 files changed, 15 insertions(+), 14 deletions(-)