s4-libnet_vampire: Ignore some attributes when building working schema cache
[kamenim/samba.git] / source4 / lib / ldb / ldb_tdb / ldb_tdb.c
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-01-12 Matthias Dieter... ldb:ltdb_sequence_number - initialise "tmp_ctx" to...
2011-01-12 Matthias Dieter... ldb:ltdb_sequence_number - check for an OOM exception
2010-11-23 Andrew Tridgells4-ldb: added an environment varibale LDB_WARN_UNINDEXED
2010-11-06 Matthias Dieter... ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
2010-11-06 Matthias Dieter... ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_m...
2010-11-04 Andrew Tridgells4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALU...
2010-11-04 Andrew TridgellMove the checking of single valued attributes back...
2010-11-01 Andrew Tridgells4-ldb: enable ldb module version checking
2010-11-01 Andrew Tridgells4-ldb: added an override flag to ldb_register_backend()
2010-11-01 Andrew Tridgells4-ldb: convert the rest of the ldb modules to the...
2010-10-20 Matthias Dieter... ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate
2010-10-18 Matthias Dieter... ldb: always return PROTOCOL_ERROR if an operation is...
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - fix up counter variables
2010-10-18 Matthias Dieter... ldb:ldb_tdb.c - improve the error outputs
2010-10-13 Andrew Tridgells4-ldb: added an optional operator_fn in the schema...
2010-09-28 Andrew Tridgellldb-tdb: ignore failure to register control on rootdse
2010-06-07 Matthias Dieter... s4:objectclass_attrs LDB module - move the single-value...
2010-06-07 Matthias Dieter... s4:rdn_name LDB module - move the "distinguishedName...
2010-05-30 Matthias Dieter... ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB...
2010-04-18 Andrew Tridgellldb: mark the tdb backend in ldb as _PRIVATE_
2010-03-08 Matthias Dieter... LDB:TDB backend - change counter variables to "unsigned...
2010-02-22 Brad HardsLDB related spelling fixes.
2010-01-31 Simo Sorces4:ldb quiet down rootdse control registration
2010-01-30 Simo Sorces4:ldb Fix check made conditional by mistake
2010-01-30 Simo Sorces4:ldb add support for permissive modify control
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-08 Andrew Tridgells4-ldb: improve error handling in indexing code
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-01 Andrew Tridgells4-ldb: use the RELAX control to disable single value...
2009-12-16 Andrew Tridgells4-ldb: show the OID of any unhandled critical controls
2009-12-09 Andrew Tridgells4-ldb: fixed nested searches inside ldb modules
2009-11-20 Matthias Dieter... ldb:ldb_tdb backend/indexes - Outside API
2009-11-20 Andrew Tridgells4-ldb: fixed an issue in rename/modify indexing
2009-10-27 Matthias Dieter... ldb:tdb backend - be also here more careful with the...
2009-10-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-10-25 Matthias Dieter... ldb:backend "connect" functions - convert result values...
2009-10-25 Andrew Tridgells4-ldb: don't allow modifies outside a transaction.
2009-10-22 Andrew Tridgells4-ldb: expose ltdb_err_map and ltdb_delete_noindex
2009-10-22 Andrew Tridgells4-ldb: ldb indexing rewrite - part1
2009-10-21 Andrew Bartletts4:ldb Put ltdb_private under the 'module'
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
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 Andrew BartlettAllow (and ignore) distinguishedName on special records
2009-10-12 Andrew Bartletts4:ldb Reload the 'ltdb_cache' when @OPTIONS changes
2009-10-07 Matthias Dieter... s4:ldb_tdb - Rework/Various
2009-10-06 Andrew Tridgells4-ldb: fixed error on single value error
2009-10-03 Matthias Dieter... s4:ldb_tdb - fix memory leaks
2009-10-02 Andrew Bartletts4:ldb Don't allow modifcation of distinguishedName
2009-10-02 Andrew TridgellRevert "s4-ldb: merged with master"
2009-10-02 Andrew Bartletts4-ldb: merged with master
2009-09-23 Andrew Tridgellfixed spelling
2009-09-22 Andrew Bartletts4:ldb Add 'single-value' support to LDB.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-14 Sumit Boseremove all '\n' from ldb_debug
2009-06-04 Andrew Tridgellfixed ldb rename now that we have unique indexes
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-31 Andrew Tridgelladded support for a prepare_commit() op in ldb modules
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-10 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-10 Simo SorceFix extended operation return path.
2009-03-10 Simo SorceFix potential segfaults using freed memory.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Simo SorceMake all transactions nested in ldb. The current samba4...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Simo SorceFix the mess with ldb includes.
2009-01-21 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 Stefan Metzmachers4:ldb: remove dependency to samba4's events wrapper
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellan experimental patch for fixing ldb bloat
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-16 Andrew BartlettRemove timeout event once we are calling the callback.
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-17 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-16 Simo SorceTransform the sequence_number operation into a normal...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-29 Simo SorceLDB ASYNC: ldb_tdb backend
2008-09-24 Jelmer VernooijRevert LDB return code patches from Matthias.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Matthias Dieter... Cosmetic corrections for the LDB backend modules
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-15 Simo SorceCleanup,
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-20 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
next