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 48461cbf7f8e553a73e3c228650a403aaadd3dfb (commit) via 6e6e6083b02618c97ec178be5cc076bdded401a8 (commit) from b4364baca71c7e02a4bf5b0a17fed7d9d112537b (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 48461cbf7f8e553a73e3c228650a403aaadd3dfb Author: Howard Chu hyc@openldap.org Date: Sat Dec 22 09:00:34 2018 -0800
Allow NULL modlist in modrdn
For compat with MSAD which doesn't add the naming attribute to the entry during a rename
commit 6e6e6083b02618c97ec178be5cc076bdded401a8 Author: Howard Chu hyc@openldap.org Date: Sat Dec 22 08:59:20 2018 -0800
cleanup attr.c
rename attr_list to attrs_list to avoid confusion with at.c in gdb
-----------------------------------------------------------------------
Summary of changes: servers/slapd/attr.c | 28 +++++++++++++------------- servers/slapd/back-bdb/modrdn.c | 44 ++++++++++++++++++++--------------------- servers/slapd/back-mdb/modrdn.c | 27 +++++++++++-------------- servers/slapd/back-sql/modrdn.c | 15 +++++++------- 4 files changed, 55 insertions(+), 59 deletions(-)