summaryrefslogtreecommitdiff
path: root/lib/ldb/common
AgeCommit message (Collapse)AuthorFilesLines
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-13ldb: don't return special DNs on non-base searchesAndrew Tridgell1-0/+5
to look at a special DN, give the full DN Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-13ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell1-1/+1
DNs that start with @ can't be compared via string comparison with normal DNs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett14-0/+11302
Signed-off-by: Andrew Tridgell <tridge@samba.org>