Age | Commit message (Expand) | Author | Files | Lines |
2009-11-10 | Fixes for some tests not eorking against Windows or Samba. | Nadezhda Ivanova | 1 | -12/+8 |
2009-11-09 | s4-samdb: remove the rDN size constraint of 64 | Andrew Tridgell | 1 | -1/+4 |
2009-11-07 | s4:lib/messaging - fix up the python bindings | Matthias Dieter Wallnöfer | 2 | -7/+8 |
2009-11-07 | ldb_init: use constant for result of "ldb_setup_wellknown_attributes" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2009-11-06 | s4/ldb: Fix double allocation for "ldb_url" | Kamen Mazdrashki | 1 | -2/+2 |
2009-11-05 | Python tests for the acl module. | Zahari Zahariev | 1 | -0/+1104 |
2009-11-02 | s4:dsdb - Store SID as string in FDS. | Endi S. Dewata | 1 | -2/+2 |
2009-11-02 | s4:ldb Remove debug traces duplicated by the new generic trace code | Andrew Bartlett | 1 | -3/+0 |
2009-10-27 | ldb:tdb backend - be also here more careful with the result value | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-10-27 | ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clear | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2009-10-27 | Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ... | Matthias Dieter Wallnöfer | 1 | -3/+2 |
2009-10-27 | s4-dsdb: call dsdb_make_schema_global() from ldb_wrap | Andrew Tridgell | 1 | -0/+5 |
2009-10-27 | s4-ldb: '+' can also happen in base64 encoded index DNs | Andrew Tridgell | 1 | -1/+1 |
2009-10-27 | s4:ldb Add detail to failures in the indexing code | Andrew Bartlett | 1 | -2/+8 |
2009-10-27 | s4:ldb Add additional tracing of the ldb API | Andrew Bartlett | 2 | -4/+80 |
2009-10-25 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 4 | -15/+15 |
2009-10-25 | s4-ldb: allow for unescaped '=' in a index DN | Andrew Tridgell | 2 | -4/+13 |
2009-10-25 | ldb:backend "connect" functions - convert result values to LDB constants | Matthias Dieter Wallnöfer | 4 | -15/+15 |
2009-10-25 | s4-ldb: ensure DNs pass validity tests in indexing | Andrew Tridgell | 1 | -0/+4 |
2009-10-25 | s4-ldb: fixed string length handling on index records | Andrew Tridgell | 1 | -2/+2 |
2009-10-25 | s4-ldb: don't allow modifies outside a transaction. | Andrew Tridgell | 1 | -0/+8 |
2009-10-25 | s4-ldb: fixed re-index during a complex transaction | Andrew Tridgell | 1 | -10/+31 |
2009-10-23 | ldb python bindungs - better use the "enum ldb_scope" for the search scope ra... | Matthias Dieter Wallnöfer | 1 | -2/+3 |
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 4 | -4/+4 |
2009-10-23 | s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.c | Andrew Tridgell | 1 | -1/+8 |
2009-10-23 | s4-ldb: use ldb_wrap_fork_hook() to cancel child transactions | Andrew Tridgell | 1 | -1/+5 |
2009-10-23 | s4-ldb: added ldb_transaction_cancel_noerr() | Andrew Tridgell | 3 | -1/+20 |
2009-10-23 | s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect() | Andrew Tridgell | 3 | -30/+99 |
2009-10-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: added a TODO about checking the indexlist | Andrew Tridgell | 1 | -0/+2 |
2009-10-22 | s4-ldb: fixed some memory leaks in new indexing code | Andrew Tridgell | 1 | -1/+3 |
2009-10-22 | s4-ldb: don't try to index non-indexed attributes | Andrew Tridgell | 1 | -0/+4 |
2009-10-22 | s4-ldb: ensure new dn_list elements are not owned by caller | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: over-allocate index records to save on realloc costs | Andrew Tridgell | 1 | -1/+5 |
2009-10-22 | s4-ldb: fixed tdb error handling in ldb_index.c | Andrew Tridgell | 1 | -3/+8 |
2009-10-22 | s4-ldb: delete empty index records | Andrew Tridgell | 1 | -0/+8 |
2009-10-22 | s4-ldb: do more validation of idxptr lists | Andrew Tridgell | 1 | -12/+31 |
2009-10-22 | s4-ldb: expose ltdb_err_map and ltdb_delete_noindex | Andrew Tridgell | 2 | -2/+5 |
2009-10-22 | s4-ldb: fast path for equal pointers | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: when taking a list intersection, the result can be as long as the fir... | Andrew Tridgell | 1 | -1/+1 |
2009-10-22 | s4-ldb: ldb indexing rewrite - part1 | Andrew Tridgell | 4 | -909/+739 |
2009-10-22 | s4-ldb: ldb_oom() for modules | Andrew Tridgell | 1 | -0/+1 |
2009-10-22 | s4:ldb_sort - Add some more "const" | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2009-10-21 | S4: ldb_map modules uses defines that are reserved | Torgeir Lerkerød | 4 | -58/+58 |
2009-10-21 | s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_val | Andrew Tridgell | 1 | -1/+1 |
2009-10-21 | s4:ldb_map Fix use-after-free of memory in ldb_map | Andrew Bartlett | 2 | -4/+8 |
2009-10-21 | s4:ldb Put ltdb_private under the 'module' | Andrew Bartlett | 1 | -0/+1 |
2009-10-21 | s4:ldb Add new function to create a cut down list of controls | Andrew Bartlett | 2 | -0/+47 |
2009-10-21 | s4:ldb Add function to add controls to an LDB reply | Andrew Bartlett | 2 | -0/+45 |
2009-10-19 | s4-pyldb: fixed 64 bit issues | Andrew Tridgell | 1 | -2/+4 |