summaryrefslogtreecommitdiffstats
path: root/lib/ldb/include/ldb.h
Commit message (Collapse)AuthorAgeFilesLines
* ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher2013-01-141-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
* ldb: lay foundation for proper utc/generalized time handlingMatthieu Patou2012-06-221-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.
* ldb: add the VERIFY_NAME controlMatthieu Patou2012-06-221-0/+15
|
* ldb - two cosmetic fixesMatthias Dieter Wallnöfer2011-08-191-2/+0
| | | | | @ldb.h: Removes an invalid comment line @pyldb.c: Fixes indentation
* ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell2011-08-041-1/+1
| | | | | | this allows assignment to a constant string without allocation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-131-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>
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+2254
Signed-off-by: Andrew Tridgell <tridge@samba.org>