summaryrefslogtreecommitdiff
path: root/lib/ldb/common/ldb_msg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell1-0/+20
this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes.
2012-04-11LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()"Matthias Dieter Wallnöfer1-0/+1
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell1-0/+12
this should help fix some places where we run past the end of a string Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+1187
Signed-off-by: Andrew Tridgell <tridge@samba.org>