s4:ldb Remove debug traces duplicated by the new generic trace code
[ira/wip.git] / source4 / lib / ldb /
2009-11-02 Andrew Bartletts4:ldb Remove debug traces duplicated by the new generi...
2009-10-27 Matthias Dieter... ldb:tdb backend - be also here more careful with the...
2009-10-27 Matthias Dieter... ldb:python bindings - make the intention by Jelmer...
2009-10-27 Matthias Dieter... Revert "ldb python bindungs - better use the "enum...
2009-10-27 Andrew Tridgells4-ldb: '+' can also happen in base64 encoded index DNs
2009-10-27 Andrew Bartletts4:ldb Add detail to failures in the indexing code
2009-10-27 Andrew Bartletts4:ldb Add additional tracing of the ldb API
2009-10-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-25 Andrew Tridgells4-ldb: allow for unescaped '=' in a index DN
2009-10-25 Matthias Dieter... ldb:backend "connect" functions - convert result values...
2009-10-25 Andrew Tridgells4-ldb: ensure DNs pass validity tests in indexing
2009-10-25 Andrew Tridgells4-ldb: fixed string length handling on index records
2009-10-25 Andrew Tridgells4-ldb: don't allow modifies outside a transaction.
2009-10-25 Andrew Tridgells4-ldb: fixed re-index during a complex transaction
2009-10-23 Matthias Dieter... ldb python bindungs - better use the "enum ldb_scope...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-23 Andrew Tridgells4-ldb: added ldb_transaction_cancel_noerr()
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-10-22 Andrew Tridgells4-ldb: added a TODO about checking the indexlist
2009-10-22 Andrew Tridgells4-ldb: fixed some memory leaks in new indexing code
2009-10-22 Andrew Tridgells4-ldb: don't try to index non-indexed attributes
2009-10-22 Andrew Tridgells4-ldb: ensure new dn_list elements are not owned by...
2009-10-22 Andrew Tridgells4-ldb: over-allocate index records to save on realloc...
2009-10-22 Andrew Tridgells4-ldb: fixed tdb error handling in ldb_index.c
2009-10-22 Andrew Tridgells4-ldb: delete empty index records
2009-10-22 Andrew Tridgells4-ldb: do more validation of idxptr lists
2009-10-22 Andrew Tridgells4-ldb: expose ltdb_err_map and ltdb_delete_noindex
2009-10-22 Andrew Tridgells4-ldb: fast path for equal pointers
2009-10-22 Andrew Tridgells4-ldb: when taking a list intersection, the result...
2009-10-22 Andrew Tridgells4-ldb: ldb indexing rewrite - part1
2009-10-22 Andrew Tridgells4-ldb: ldb_oom() for modules
2009-10-21 Matthias Dieter... s4:ldb_sort - Add some more "const"
2009-10-21 Torgeir LerkerødS4: ldb_map modules uses defines that are reserved
2009-10-21 Andrew Tridgells4-ldb: allow for non-null terminated ldb_val in ldb_dn...
2009-10-21 Andrew Bartletts4:ldb_map Fix use-after-free of memory in ldb_map
2009-10-21 Andrew Bartletts4:ldb Put ltdb_private under the 'module'
2009-10-21 Andrew Bartletts4:ldb Add new function to create a cut down list of...
2009-10-21 Andrew Bartletts4:ldb Add function to add controls to an LDB reply
2009-10-19 Andrew Tridgells4-pyldb: fixed 64 bit issues
2009-10-18 Matthias Dieter... s4:ldb_msg_check_string_attribute - add a comment about...
2009-10-18 Matthias Dieter... Revert "s4:ldb_msg - Use LDB constants on results"
2009-10-18 Matthias Dieter... s4:ldb_msg - Use LDB constants on results
2009-10-18 Matthias Dieter... s4:ldb_ldap - Fix intendation
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Endi S. Dewatas4:ldb - fixed dangling pointer in ldb_request_add_cont...
2009-10-15 Andrew Tridgells4-ldaptest: "testgroup" is a bit too common
2009-10-15 Andrew Tridgells4-ldap: test the rDN size limit
2009-10-14 Andrew Tridgells4-ldb: removed bugus RDN length check
2009-10-12 Matthias Dieter... s4:ldb_tdb - Revert some introduced "trivial gotos"
2009-10-12 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-12 Matthias Dieter... Revert "s4:ldb - add a check which has to be done on...
2009-10-12 Andrew Bartletts4:ldb Allow a NULL module list
2009-10-12 Andrew BartlettAllow (and ignore) distinguishedName on special records
2009-10-12 Andrew Bartletts4:ldb Reload the 'ltdb_cache' when @OPTIONS changes
2009-10-12 Andrew Bartletts4:ldb Allow a module string of ""
2009-10-07 Matthias Dieter... s4:ldb - SQLite: port some constraints from the TDB...
2009-10-07 Matthias Dieter... s4:ldap.py - Further enhancements
2009-10-07 Matthias Dieter... s4:ldb - add a check which has to be done on beginning...
2009-10-07 Matthias Dieter... s4:ldb_tdb - Rework/Various
2009-10-06 Matthias Dieter... s4:various LDB modules - "build_request" functions...
2009-10-06 Andrew Tridgells4-ldb: fixed error on single value error
2009-10-03 Matthias Dieter... s4:ldap.py - commented out the UTF8 tests (and fixed...
2009-10-03 Matthias Dieter... s4:ldb_tdb - fix memory leaks
2009-10-03 Matthias Dieter... s4:ldb.h - add constant for LDAP EXOP password change
2009-10-03 Matthias Dieter... s4:ldap.py - add tests for valid parent and RDN
2009-10-03 Matthias Dieter... s4:ldap.py - add a test for the "systemOnly" classes
2009-10-03 Matthias Dieter... s4:rdn_name - fix up the rename operation
2009-10-02 Matthias Dieter... Revert "s4:LDB/LDAP - Re-allow renames"
2009-10-02 Matthias Dieter... s4:ldap.py - add a very special rename test (with inval...
2009-10-02 Matthias Dieter... s4:ldb_ildap - Don't segfault on a empty RDN
2009-10-02 Matthias Dieter... s4:LDB/LDAP - Re-allow renames
2009-10-02 Matthias Dieter... s4:ldap.py - major enhancements
2009-10-02 Andrew Bartletts4:ldb Don't allow RDN to be modified with an LDB modif...
2009-10-02 Matthias Dieter... s4:rdn_name module - a normal error message should...
2009-10-02 Andrew Bartletts4:ldb Don't allow modifcation of distinguishedName
2009-10-02 Andrew TridgellRevert "s4:ldb Fix ldb_list_find() folowing the change...
2009-10-02 Andrew TridgellRevert "s4:ldb always talloc_free() the ldb_ldif_write...
2009-10-02 Andrew TridgellRevert "s4:ldb Remove LTDB_PACKING_FORMAT_NODN"
2009-10-02 Andrew TridgellRevert "s4-ldb: merged with master"
2009-10-02 Andrew TridgellRevert "s4-ldb: overallocate idxptr to reduce memory...
2009-10-02 Andrew TridgellRevert "s4-ldb: fixed a memory leak"
2009-10-02 Matthias Dieter... s4:ldb.h - cosmetic - add whitespace
2009-10-02 Andrew Bartletts4:dsdb Add 'lazy_commit' module to swallow the 'lazy...
2009-10-02 Andrew Tridgells4-ldb: fixed a memory leak
2009-10-02 Andrew Tridgells4-ldb: overallocate idxptr to reduce memory fragmentation
2009-10-02 Andrew Bartletts4-ldb: merged with master
2009-10-02 Andrew Bartletts4:ldb Remove LTDB_PACKING_FORMAT_NODN
2009-10-02 Andrew Bartletts4:ldb always talloc_free() the ldb_ldif_write context...
2009-10-02 Andrew Bartletts4:ldb Fix ldb_list_find() folowing the change from...
2009-10-02 Matthieu Patoupythonbindings: allow add() to have an array of control...
2009-10-02 Matthieu Patous4-ldb: Add new relax controls that allow relaxed x500...
2009-10-02 Andrew Tridgells4-ldb: Add support for binary blobs in DNs
2009-10-01 Matthias Dieter... s4:pyldb - Wrong error type (found only after the push)
2009-10-01 Matthias Dieter... s4:ldb_msg_diff - Fixes up possible memory leaks and...
2009-09-30 Matthias Dieter... s4:pyldb - Fixed the return value in "py_ldb_msg_diff"
2009-09-26 Jelmer Vernooijldb: Check for talloc using pkg-config before checking...
2009-09-25 Matthieu Patoupythonbindings: allow add() to have an array of control...
2009-09-23 Andrew Tridgellfixed spelling
2009-09-23 Andrew Tridgells4-ldb: server side sort args are const char *
2009-09-23 Andrew Tridgells4-ldb: fixed call argument order for ldb_dn_from_ldb_val
next