summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb Don't segfault if we somehow get an unknown extended dn elementAndrew Bartlett2009-11-121-0/+8
* s4:ldb Change ldb_request_add_control to the normal 'for loop' patternAndrew Bartlett2009-11-121-2/+1
* s4:ldb Add Well Known GUID (WKGUID) tests to ldap.pyAndrew Bartlett2009-11-121-0/+17
* s4:ldb Remove DN+Binary code from the core ldb_dnAndrew Bartlett2009-11-121-256/+6
* s4:ldb Add a helper function for 'canonicalise' both strings base comparesAndrew Bartlett2009-11-122-0/+33
* Fixes for some tests not eorking against Windows or Samba.Nadezhda Ivanova2009-11-101-12/+8
* s4-samdb: remove the rDN size constraint of 64Andrew Tridgell2009-11-091-1/+4
* ldb_init: use constant for result of "ldb_setup_wellknown_attributes"Matthias Dieter Wallnöfer2009-11-071-1/+1
* s4/ldb: Fix double allocation for "ldb_url"Kamen Mazdrashki2009-11-061-2/+2
* Python tests for the acl module.Zahari Zahariev2009-11-051-0/+1104
* s4:ldb Remove debug traces duplicated by the new generic trace codeAndrew Bartlett2009-11-021-3/+0
* ldb:tdb backend - be also here more careful with the result valueMatthias Dieter Wallnöfer2009-10-271-2/+2
* ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clearMatthias Dieter Wallnöfer2009-10-271-0/+2
* Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ...Matthias Dieter Wallnöfer2009-10-271-3/+2
* s4-ldb: '+' can also happen in base64 encoded index DNsAndrew Tridgell2009-10-271-1/+1
* s4:ldb Add detail to failures in the indexing codeAndrew Bartlett2009-10-271-2/+8
* s4:ldb Add additional tracing of the ldb APIAndrew Bartlett2009-10-272-4/+80
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-10-254-15/+15
|\
| * ldb:backend "connect" functions - convert result values to LDB constantsMatthias Dieter Wallnöfer2009-10-254-15/+15
* | s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell2009-10-252-4/+13
|/
* s4-ldb: ensure DNs pass validity tests in indexingAndrew Tridgell2009-10-251-0/+4
* s4-ldb: fixed string length handling on index recordsAndrew Tridgell2009-10-251-2/+2
* s4-ldb: don't allow modifies outside a transaction.Andrew Tridgell2009-10-251-0/+8
* s4-ldb: fixed re-index during a complex transactionAndrew Tridgell2009-10-251-10/+31
* ldb python bindungs - better use the "enum ldb_scope" for the search scope ra...Matthias Dieter Wallnöfer2009-10-231-2/+3
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4-ldb: added ldb_transaction_cancel_noerr()Andrew Tridgell2009-10-233-1/+20
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s4-ldb: added a TODO about checking the indexlistAndrew Tridgell2009-10-221-0/+2
* s4-ldb: fixed some memory leaks in new indexing codeAndrew Tridgell2009-10-221-1/+3
* s4-ldb: don't try to index non-indexed attributesAndrew Tridgell2009-10-221-0/+4
* s4-ldb: ensure new dn_list elements are not owned by callerAndrew Tridgell2009-10-221-1/+1
* s4-ldb: over-allocate index records to save on realloc costsAndrew Tridgell2009-10-221-1/+5
* s4-ldb: fixed tdb error handling in ldb_index.cAndrew Tridgell2009-10-221-3/+8
* s4-ldb: delete empty index recordsAndrew Tridgell2009-10-221-0/+8
* s4-ldb: do more validation of idxptr listsAndrew Tridgell2009-10-221-12/+31
* s4-ldb: expose ltdb_err_map and ltdb_delete_noindexAndrew Tridgell2009-10-222-2/+5
* s4-ldb: fast path for equal pointersAndrew Tridgell2009-10-221-1/+1
* s4-ldb: when taking a list intersection, the result can be as long as the fir...Andrew Tridgell2009-10-221-1/+1
* s4-ldb: ldb indexing rewrite - part1Andrew Tridgell2009-10-224-909/+739
* s4-ldb: ldb_oom() for modulesAndrew Tridgell2009-10-221-0/+1
* s4:ldb_sort - Add some more "const"Matthias Dieter Wallnöfer2009-10-221-2/+2
* S4: ldb_map modules uses defines that are reservedTorgeir Lerkerød2009-10-214-58/+58
* s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_valAndrew Tridgell2009-10-211-1/+1
* s4:ldb_map Fix use-after-free of memory in ldb_mapAndrew Bartlett2009-10-212-4/+8
* s4:ldb Put ltdb_private under the 'module'Andrew Bartlett2009-10-211-0/+1
* s4:ldb Add new function to create a cut down list of controlsAndrew Bartlett2009-10-212-0/+47
* s4:ldb Add function to add controls to an LDB replyAndrew Bartlett2009-10-212-0/+45
* s4-pyldb: fixed 64 bit issuesAndrew Tridgell2009-10-191-2/+4
* s4:ldb_msg_check_string_attribute - add a comment about the result valuesMatthias Dieter Wallnöfer2009-10-182-1/+14