summaryrefslogtreecommitdiff
path: root/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2011-09-11ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer1-11/+3
2011-09-11ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer1-1/+4
2011-09-01ldb: make the 'spy' code more paranoidAndrew Tridgell2-10/+12
2011-09-01ldb: fixed ldbsearch when no baseDN specified and cross-ncs is usedAndrew Tridgell1-4/+24
2011-09-01pyldb: added OID_COMPARATOR constantsAndrew Tridgell1-9/+11
2011-08-25pyldb: fixed a warningAndrew Tridgell1-2/+2
2011-08-21wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij1-6/+2
2011-08-19ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer1-5/+4
2011-08-19ldb - two cosmetic fixesMatthias Dieter Wallnöfer2-4/+2
2011-08-13ldb: Remove use after free in error caseAndrew Bartlett1-1/+0
2011-08-09ldb: fix the canonicalisation of booleansAndrew Tridgell1-3/+3
2011-08-08pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher1-1/+1
2011-08-07pyldb: Generate ABI file.Jelmer Vernooij2-2/+6
2011-08-07pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij3-125/+129
2011-08-04ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell1-1/+1
2011-08-04ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2-1/+14
2011-08-04ldb: added signatures for 1.1.2Andrew Tridgell1-0/+256
2011-08-04ldb: raise minor versionAndrew Tridgell1-1/+1
2011-08-04ldb: added ldb_parse_tree_walk()Andrew Tridgell2-16/+77
2011-08-04ldb: added ldb_dn_replace_components()Andrew Tridgell2-0/+63
2011-08-03pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell1-4/+21
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2-0/+57
2011-07-29ldb: added a test for an invalid search expressionAndrew Tridgell1-0/+3
2011-07-29ldb: fixed a search expression parse bugAndrew Tridgell1-1/+11
2011-07-28ldb: Expose ldb_handler_fold() funcionAmitay Isaacs1-6/+11
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2-9/+10
2011-07-21pyldb: add unit test for ldbDn.compare_baseMatthieu Patou1-0/+11
2011-07-21ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou1-0/+17
2011-07-13ldb: added ldb_val_string_cmp()Andrew Tridgell4-1/+272
2011-07-13ldb: don't return special DNs on non-base searchesAndrew Tridgell1-0/+5
2011-07-13ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell1-1/+1
2011-07-13ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou1-4/+11
2011-07-05ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett1-5/+5
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett140-0/+46149