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)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 6 Sep 2012 07:27:15 +0000 (09:27 +0200)
commit980821204fa9571d8fa5131eabf0af170eebbc6d
tree9d1a9782576e9a2659ce202f4aebce8aa69376f0
parente0b8578f5a3d8639e4a14fc9154e8459ca381bf9
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, becuase we
must enforce uniquiness based on the schema matching rules.

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

Andrew Bartlett
lib/ldb/ABI/ldb-1.1.13.sigs [new file with mode: 0644]
lib/ldb/ABI/pyldb-util-1.1.13.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