summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/timestamps.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-1/+1
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-44/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-9/+0
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-3/+10
2007-10-10r10305: start implementing better error handlingSimo Sorce1-32/+2
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-16/+16
2007-10-10r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij1-1/+1
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-7/+9
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett1-21/+16
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-9/+18
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-7/+0
2007-10-10r5769: Fix unused variable warning.Tim Potter1-1/+1
2007-10-10r5585: LDB interfaces change:Simo Sorce1-64/+70
2007-10-10r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce1-1/+1
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-8/+8
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-51/+28
2007-10-10r3897: add a locking infrastructureSimo Sorce1-0/+14
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+2
2007-10-10r3755: add missing filesSimo Sorce1-0/+277