s4-replicated_objects: Implement a mechanism to relax some attributes conversion
[kai/samba.git] / source4 / lib /
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-28 Jelmer VernooijUse <tdb.h> to include tdb, so the system include file...
2011-02-28 Jelmer VernooijUse <tevent.h> so the system tevent gets included,...
2011-02-24 Andrew Tridgellbuild: moved util_reg.c into a common subsystem
2011-02-22 Andrew Tridgellpython: use os.environ[] instead of os.putenv()
2011-02-22 Andrew Tridgells4-waf: rename smbpasswd library to smbpasswdparser
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-20 Jelmer Vernooijldb-samba: Add missing dependency on pyldb-util.
2011-02-18 Andrew Tridgells4-idl: rename s4 server_id.idl to server_id4.idl
2011-02-14 Simo SorceIncrease minor version since a public header has changed
2011-02-14 Günther Deschners4-readline: remove leftover from readline merge.
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: use #include <ldb.h> for ldb
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-08 Günther Deschnerlib/compression: add shared wscript_build.
2011-02-07 Andrew Tridgellbuild: removed the old autogen.sh and autogen-waf.sh...
2011-01-18 Stefan Metzmachers4:tls_tstream: also use a dynamic buffer for the pull...
2011-01-18 Stefan Metzmachers4:tls_tstream: fix partial reads, so that the gnutls...
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
2010-12-27 Stefan Metzmachers4:ldb:python/api: use filename() instead of hardcoded...
2010-12-27 Stefan Metzmachers4:ldb/tests: there's no need to copy samba4.png
2010-12-24 Stefan Metzmachers4:ldb:python/api: use only one ldb file in test_contains()
2010-12-24 Stefan Metzmachers4:ldb:python/api: use filename() instead of hardcoded...
2010-12-22 Matthias Dieter... ldb:pyldb.c - remove unused variable
2010-12-21 Jelmer Vernooijldb: Add ldb.Message.add and ldb.Message.elements.
2010-12-21 Matthias Dieter... ldb:tools/ldbdel.c - "replace.h" should be the first...
2010-12-21 Matthias Dieter... s4:lib/ldb-samba/ldif_handlers.c - adaption needed...
2010-12-19 Jelmer Vernooijldb: Bump version after renaming some public symbols...
2010-12-18 Andrew Bartlettlib/ldb Remove talloc_free() that causes double-free...
2010-12-18 Jelmer Vernooijldb: Rename controls_except_specified -> ldb_controls_e...
2010-12-17 Jelmer Vernooijldb_map: Fix prefix for map functions.
2010-12-17 Jelmer Vernooijldb: Add prototype for ldb_init_module.
2010-12-17 Jelmer Vernooijldb: Rename two exported functions so they match abi_match.
2010-12-15 Jelmer Vernooijldb: Bump API after symbol changes.
2010-12-15 Jelmer Vernooijldb: Build modules as .so files.
2010-12-15 Matthieu Patoubuild: openbsd plateform is openbsd4
2010-12-14 Matthieu Patoubuild do not add -no-undefined on openbsd
2010-12-12 Matthias Dieter... ldb:pyldb.h - revert to the previous header behaviour
2010-12-12 Matthias Dieter... s4:lib/ldb-samba/pyldb.c - optimise includes
2010-12-12 Matthias Dieter... ldb:pyldb - optimise includes
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
next