summaryrefslogtreecommitdiffstats
path: root/lib/ldb/ABI
Commit message (Collapse)AuthorAgeFilesLines
* lib/ldb: Do not vasprintf() the tevent debug messages that will not be shownAndrew Bartlett2012-08-092-0/+261
| | | | | | | | | | This malloc() and free() actually shows up quite high on a call profile of provision of the AD DC. This allows the debug handler to decide if the argument list should be printed. Andrew Bartlett
* lib/ldb: Ensure rename target does not exist before deleting old recordAndrew Bartlett2012-07-312-0/+260
| | | | | | | | This is all in a transaction, but when we are handling rename errors in the repl_meta_data module, we key off the error, and do not close the transaction. We found that the old record was gone and so could not try renaming it again to a conflict DN. Andrew Bartlett
* lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett2012-07-092-0/+260
| | | | | | | | | | We strictly need these changes to pass make test, and the concat change is backwards incompatible, so we really want to use the right version. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jul 9 04:34:06 CEST 2012 on sn-devel-104
* ldb: bump version due to header and internal implementation changesAndrew Bartlett2012-07-032-0/+260
| | | | | | | | | We need this version, not the previous release, for Samba. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 3 17:20:32 CEST 2012 on sn-devel-104
* ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2012-04-182-0/+260
| | | | | this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes.
* ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2012-04-102-0/+259
|
* Update ldb API sigs.Jelmer Vernooij2011-11-302-0/+258
|
* ldb: change version to 1.1.3 after pyldb changesStefan Metzmacher2011-10-102-0/+258
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 14:24:25 CEST 2011 on sn-devel-104
* pyldb: Generate ABI file.Jelmer Vernooij2011-08-071-0/+2
|
* ldb: added signatures for 1.1.2Andrew Tridgell2011-08-041-0/+256
|
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-131-0/+254
| | | | | | 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-0518-0/+4260
Signed-off-by: Andrew Tridgell <tridge@samba.org>