lib/ldb: add schema based ldb_val comparison and ldb_msg_element search routines
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 May 2012 07:52:18 +0000 (09:52 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2013 22:11:11 +0000 (00:11 +0200)
commit2f1cc1d346f58653e4e0ea561edee5d1ac95391b
treea19ae1b08d701b4749f4c260fcb64ff9022b3461
parent64f34f094bb516d00e1839a64ff4072b236bcc44
lib/ldb: add schema based ldb_val comparison and ldb_msg_element search routines

Based on an earlier patch by Matthias Dieter Wallnöfer <mdw@samba.org>

This is necessary to perform correct schema enforcement, because we
must enforce uniquiness based on the schema matching rules.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=7485
Bug: https://bugzilla.samba.org/show_bug.cgi?id=8929

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/ABI/ldb-1.2.0.sigs [new file with mode: 0644]
lib/ldb/ABI/pyldb-util-1.2.0.sigs [new file with mode: 0644]
lib/ldb/common/ldb_match.c
lib/ldb/common/ldb_msg.c
lib/ldb/include/ldb.h
lib/ldb/modules/rdn_name.c
lib/ldb/wscript