summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19ldb - two cosmetic fixesMatthias Dieter Wallnöfer1-2/+0
@ldb.h: Removes an invalid comment line @pyldb.c: Fixes indentation
2011-08-04ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell1-1/+1
this allows assignment to a constant string without allocation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell1-0/+5
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/+2254
Signed-off-by: Andrew Tridgell <tridge@samba.org>