s4-lib merge get_interfaces() from Samba3 to Samba4
[kai/samba.git] / source4 / lib / ldb /
2011-04-29 Matthias Dieter... ldb:tdb backend - cache - remove unused "last_attribute...
2011-04-29 Matthias Dieter... ldb:tools/cmdline.c + tools/ldbtest.c - make use of...
2011-04-29 Matthias Dieter... ldb:ldb_controls.c - fix comment indentation
2011-04-23 Jelmer VernooijSupport the 'PYTHON' environment variable.
2011-04-21 Stefan Metzmachers4:ldb: change version to 1.1.0 after adding new functions: save-diskspace-tags/ldb-1.1.0
2011-04-21 Matthieu Patouldb: add custom flags and functions for the application...
2011-04-21 Stefan Metzmachers4:ldb/tests: add tests for ldbmodify and 'modrdn'
2011-04-21 Stefan Metzmachers4:ldb/tools: add support for "modrdn" to ldbmodify
2011-04-21 Stefan Metzmachers4:ldb/ldif: add support for "modrdn"
2011-04-08 Matthias Dieter... ldb:ldb/common/ldb_modules.c - change the request count...
2011-04-08 Matthias Dieter... ldb:ldb/common/ldb_modules.c - trivial - fix integer...
2011-04-07 Matthias Dieter... ldb:ldb_msg.c - make "ldb_msg_find_attr_as_*" more...
2011-04-07 Matthias Dieter... ldb:ldb_msg_check_sanity - clean it up from unneeded...
2011-04-07 Matthias Dieter... ldb:ldbadd/modify tool - return error code when at...
2011-04-07 Matthias Dieter... ldb:tests - "init.ldif" - deactivate empty "seeAlso...
2011-04-07 Matthias Dieter... ldb:ldb/common/ldb_modules.c - always use LDB error...
2011-04-07 Matthias Dieter... ldb:common/*.c - check for some OOM conditions
2011-04-07 Andrew Tridgellldb: fixed --paged option in ldb tools
2011-03-29 Andrew Tridgellldb: detect eof on ldif files
2011-03-20 Matthieu Patoupyldb: minor fixup, fix a memory leak
2011-03-20 Matthieu Patouldb:fix control parsing for dirsync
2011-03-16 Stefan Metzmachers4:ldb: don't install .pc files when building a private...
2011-03-15 Andrew Tridgellldb: only install headers if we are not building as...
2011-03-15 Andrew Tridgellldb: use include <> form for public headers
2011-03-10 Matthias Dieter... ldb:ldb_controls.c - "ldb_save_controls" - allow that...
2011-03-10 Matthias Dieter... ldb:ldb_controls.c - always allocate enough space
2011-03-04 Matthias Dieter... ldb:ldb_msg.c - use LDB result constants for checking...
2011-03-04 Matthias Dieter... ldb:rdn_name LDB module - more RDN constraint checks...
2011-03-04 Matthias Dieter... s4/ldb - remove now superflous "ldb_dn_validate" checks
2011-03-04 Matthias Dieter... s4:dsdb - we don't need to check if a DN != NULL if...
2011-03-04 Matthias Dieter... ldb:ldb_request - handle here the DN checks
2011-03-04 Matthias Dieter... ldb:ldb tools - remove a superflous "return" (usage...
2011-03-04 Matthias Dieter... ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on...
2011-03-04 Matthias Dieter... ldb:ldb tools - ldbtest - convert other result values...
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2011-02-21 Matthieu Patoupyldb: Add tests for the ldb_result object
2011-02-21 Matthieu Patoupyldb: create LdbResult, return value from ldb.search...
2011-02-21 Matthieu Patouldb: controls marshalling/unmarshalling improvement
2011-02-14 Simo SorceIncrease minor version since a public header has changed
2011-02-14 Andrew Tridgells4-ldb: fixed a uninitialised el->flags in ldb_tdb
2011-02-14 Andrew Tridgells4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK
2011-02-14 Andrew Tridgells4-ldb: use a helper function for single valued checking
2011-02-14 Andrew Tridgellldb-web: update mailing list info
2011-02-12 Matthieu Patoupyldb: fix a bug in the unit test which prevented ldb...
2011-02-12 Matthieu Patouldb: use the sizeof of the control variable as offset...
2011-02-12 Matthieu Patouldb: remove "magic" string in ldb_controls, replace...
2011-02-10 Andrew Tridgellldb: added ldb 1.0.0 ABI signatures
2011-02-10 Andrew Tridgellldb: change version number to 1.0.0
2011-02-10 Andrew Tridgellldb: fixed two warnings in the ldb_ldap backend
2011-02-10 Andrew Tridgellldb: added a include/ldb_version.h
2011-02-09 Matthias Dieter... ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic...
2011-02-09 Matthias Dieter... ldb:tools - always check if ldb connection has been...
2011-02-09 Matthias Dieter... ldb:ldbsearch tool - use LDB result constants where...
2011-02-09 Matthias Dieter... ldb:ldbsearch tool - simplify error code return
2011-02-09 Matthias Dieter... ldb:ldbsearch tool - use "%u" for printing unsigned...
2011-02-09 Matthias Dieter... ldb:ldbedit tool - don't forget about the "do_edit...
2011-02-09 Matthias Dieter... ldb:ldbedit tool - fix bug #7914
2011-02-09 Matthias Dieter... ldb:ldbedit tool - use unsigned counters for consistenc...
2011-02-09 Matthias Dieter... ldb:ldbedit tool - use "%u" for printing out unsigned...
2011-02-09 Matthias Dieter... ldb:ldbedit tool - use LDB result constants where needed
2011-02-09 Matthias Dieter... ldb:ldbrename tool - use LDB result constant where...
2011-02-09 Matthias Dieter... ldb:ldbmodify tool - use unsigned counters for consiste...
2011-02-09 Matthias Dieter... ldb:ldbdel tool - use LDB result constants for consistency
2011-02-09 Matthias Dieter... ldb:ldbadd tool - use LDB return codes where possible
2011-02-09 Matthias Dieter... ldb:ldbadd tool - use "%u" for printing out unsigned...
2011-02-09 Matthias Dieter... ldb:ldbadd tool - use LDB result constants for consistency
2011-02-09 Jelmer Vernooijdlinklist: Change license to LGPLv3+ (checked with...
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-18 Andrew Bartletts4-pyldb Fix tp_basicsize for PyLdbDn
2011-01-17 Kamen Mazdrashkis4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARY
2011-01-17 Kamen Mazdrashkis4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in...
2011-01-17 Andrew Tridgellldb: new ABI sigs file
2011-01-17 Andrew Tridgellldb: added ldb_req_mark_trusted()
2011-01-17 Matthias Dieter... ldb: inherit parent flags on child requests in modules
2011-01-14 Matthias Dieter... ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"
2011-01-14 Andrew Tridgellldb: new ABI file for 0.9.23
2011-01-14 Andrew Tridgellldb: added ldb_dn_minimise()
2011-01-14 Andrew Tridgellldb: added ldb_dn_get_extended_comp_num()
2011-01-14 Andrew Bartlettpyldb Simplify python wrappers for struct ldb_val ...
2011-01-12 Matthias Dieter... ldb:ltdb_sequence_number - initialise "tmp_ctx" to...
2011-01-12 Matthias Dieter... ldb:ldbsearch.c - fix possible uninitialised variable
2011-01-12 Matthias Dieter... ldb:ltdb_sequence_number - check for an OOM exception
2011-01-12 Matthias Dieter... ldb:ldb_dn_explode - remove/unify some duplicate initia...
2011-01-11 Andrew Tridgellldb: link to the download directory on the website
2011-01-08 Andrew Tridgellwaf: ensure "make dist" works from a clean git tree...
2011-01-03 Brad Hardss4:ldb: Make sample module implementation static.
2011-01-03 Brad Hardss4:ldb: Add prototype header.
2011-01-03 Jelmer Vernooijpyldb: Fix memory reference error.
2011-01-03 Jelmer Vernooijpyldb: Always return -1, 0, or 1 in tp_compare functions.
2011-01-03 Jelmer VernooijRevert broken destructor changes.
2011-01-03 Jelmer Vernooijpyldb: Fix memory context, add more OOM checks.
2011-01-03 Jelmer Vernooijpyldb: Some more OOM checks.
2011-01-03 Jelmer VernooijMake all functions in pyldb.c private, as they can...
2011-01-03 Jelmer Vernooijpyldb: Use pytalloc-util.
2011-01-03 Jelmer Vernooijldb: Remove duplicate definition of check_special,...
2011-01-03 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2011-01-01 Jelmer Vernooijs4-python: Only set BASETYPE flag if subclassing is...
2011-01-01 Jelmer Vernooijs4-python: Add more prototypes.
2011-01-01 Jelmer Vernooijs4-python: Properly call PyObject_Del from all destructors.
2010-12-27 Stefan Metzmachers4:ldb: setup TEST_DATA_PREFIX for make test
next