summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Jan 14 16:21:02 CET 2013 on sn-devel-104
2012-06-22ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou1-0/+1
We use to handle UTCtime and generalized time the same way. The thing is that it's not the case, they are different in the way they are set (most of the time) with different format and also stored and return in different format too.
2012-06-22ldb: add the VERIFY_NAME controlMatthieu Patou1-0/+15
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>