summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09lib/ldb: Bump ldb release due to pyldb changesAndrew Bartlett2-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
2012-07-03ldb: bump version due to header and internal implementation changesAndrew Bartlett2-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
2012-04-18ldb: added ldb_msg_element_equal_ordered()Andrew Tridgell2-0/+260
this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes.
2012-04-10ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2-0/+259
2011-11-30Update ldb API sigs.Jelmer Vernooij2-0/+258
2011-10-10ldb: change version to 1.1.3 after pyldb changesStefan Metzmacher2-0/+258
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 14:24:25 CEST 2011 on sn-devel-104
2011-08-07pyldb: Generate ABI file.Jelmer Vernooij1-0/+2
2011-08-04ldb: added signatures for 1.1.2Andrew Tridgell1-0/+256
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell1-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>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett18-0/+4260
Signed-off-by: Andrew Tridgell <tridge@samba.org>