summaryrefslogtreecommitdiffstats
path: root/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-1/+3
* ldb:pyldb.c - "py_ldb_rename" remove superflous "ldb" pointerMatthias Dieter Wallnöfer2011-09-131-4/+2
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4
* ldb: make the 'spy' code more paranoidAndrew Tridgell2011-09-012-10/+12
* ldb: fixed ldbsearch when no baseDN specified and cross-ncs is usedAndrew Tridgell2011-09-011-4/+24
* pyldb: added OID_COMPARATOR constantsAndrew Tridgell2011-09-011-9/+11
* pyldb: fixed a warningAndrew Tridgell2011-08-251-2/+2
* wafsamba: Only install .pc files if libraries are public.Jelmer Vernooij2011-08-211-6/+2
* ldb:ldb_controls.c - cosmetic indentation fixMatthias Dieter Wallnöfer2011-08-191-5/+4
* ldb - two cosmetic fixesMatthias Dieter Wallnöfer2011-08-192-4/+2
* ldb: Remove use after free in error caseAndrew Bartlett2011-08-131-1/+0
* ldb: fix the canonicalisation of booleansAndrew Tridgell2011-08-091-3/+3
* pyldb: fix uninitialized memory bug in PyArg_ParseTuple() argumentStefan Metzmacher2011-08-081-1/+1
* pyldb: Generate ABI file.Jelmer Vernooij2011-08-072-2/+6
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-073-125/+129
* ldb: rule_id in ldb_parse_tree should be constAndrew Tridgell2011-08-041-1/+1
* ldb: added a new always-fail ldap extended match OIDAndrew Tridgell2011-08-042-1/+14
* ldb: added signatures for 1.1.2Andrew Tridgell2011-08-041-0/+256
* ldb: raise minor versionldb-1.1.2Andrew Tridgell2011-08-041-1/+1
* ldb: added ldb_parse_tree_walk()Andrew Tridgell2011-08-042-16/+77
* ldb: added ldb_dn_replace_components()Andrew Tridgell2011-08-042-0/+63
* pyldb: return a copy of key constant DNs via python interfaceAndrew Tridgell2011-08-031-4/+21
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-292-0/+57
* ldb: added a test for an invalid search expressionAndrew Tridgell2011-07-291-0/+3
* ldb: fixed a search expression parse bugAndrew Tridgell2011-07-291-1/+11
* ldb: Expose ldb_handler_fold() funcionAmitay Isaacs2011-07-281-6/+11
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-212-9/+10
* pyldb: add unit test for ldbDn.compare_baseMatthieu Patou2011-07-211-0/+11
* ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou2011-07-211-0/+17
* ldb: added ldb_val_string_cmp()Andrew Tridgell2011-07-134-1/+272
* ldb: don't return special DNs on non-base searchesAndrew Tridgell2011-07-131-0/+5
* ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell2011-07-131-1/+1
* ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou2011-07-131-4/+11
* ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett2011-07-051-5/+5
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-05140-0/+46149