summaryrefslogtreecommitdiffstats
path: root/lib/ldb/ABI
Commit message (Collapse)AuthorAgeFilesLines
* 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>