s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags
[ira/wip.git] / source4 / lib /
2010-02-15 Andrew Tridgells4-ldb: fixed permissions on urgent_replication.py
2010-02-15 Andrew Tridgells4-test: minor fixes to urgent_replication.py
2010-02-15 Fernando J V da... s4-drs: Test situations for Urgent Replication
2010-02-14 Andrew Tridgells4-ldb: use TYPESAFE_QSORT() in the rest of the ldb...
2010-02-13 Matthias Dieter... s4:popt_common.c - fix intendation
2010-02-13 Andrew Tridgells4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()
2010-02-13 Andrew Tridgells4-ldb: added LDB_TYPESAFE_QSORT()
2010-02-13 Andrew Tridgells4-socket: use TYPESAFE_QSORT() in netif code
2010-02-11 Matthias Dieter... ldb_match - Ignore ":dn" part of extended matches for now
2010-02-11 Andrew Tridgells4-pyldb: null terminate string ldb message elements...
2010-02-10 Andrew Tridgellutil: rewrite dlinklist.h so that DLIST_ADD_END() is...
2010-02-10 Andrew Tridgells4-ldb: update ldb_tdb to use new DLIST_ macros
2010-02-10 Jeremy AllisonTemporary changes to dlinklist to keep the implementati...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-02-07 Andrew Tridgells4-registry: fixed byte order assumptions
2010-02-02 Matt KraaiChange uint_t to unsigned int in source4
2010-02-01 Kamen Mazdrashkis4/ldif: Handle Schema:prefixMap blobs in W2K3 and...
2010-02-01 Kamen Mazdrashkis4/ldif: Better control on ldif_write_NDR() errors...
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-29 Kamen Mazdrashkis4/ldap: Fix nested searches SEGFAULT bug
2010-01-28 Andrew Tridgells4-ldbtest: fixed python import
2010-01-28 Eduardo Limas4-drs: implementation of some delete test cases
2010-01-21 Jelmer Vernooijs4: Fix a few warnings.
2010-01-20 Matthieu PatouAdd a comment to tdb_wrap to explain why it should...
2010-01-19 Wilco Baan HofmanFix unintentional free of the last value when adding...
2010-01-16 Jelmer Vernooijldap: Fix test failure that seemed to go unreported...
2010-01-16 Jelmer Vernooijldap.py: Remove unused imports.
2010-01-16 Jelmer VernooijImport testtools as well, required for subunit.
2010-01-15 Andrew Tridgells4-ldb: cope with bad ptr alignment in ldb_index.c
2010-01-13 Stefan Metzmachers4:ldb/tests: do a "schemaUpdateNow" after creating...
2010-01-13 Stefan Metzmachers4:ldb_msg: first try to decode integers as signed...
2010-01-13 Stefan Metzmachers4:ldb: be more strict in parsing ldb time strings
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Andrew Tridgells4-ldb: display security descriptors with correct SDL...
2010-01-08 Andrew Tridgells4-messaging: remove only usage of debug_ctx()
2010-01-08 Andrew Tridgells4-messaging: fixed a memory leak in messaging_path()
2010-01-08 Andrew Tridgells4-ldb: validate the type of the ldb argument to ldb_dn...
2010-01-08 Andrew Tridgells4-acl: fixed acl.py test to use correct ldif
2010-01-08 Andrew Tridgells4-secdesc: fixed the sec_descriptor.py test
2010-01-08 Andrew Tridgells4-ldb: improve error handling in indexing code
2010-01-08 Andrew Tridgells4-event: added s4_event_context_set_default()
2010-01-08 Andrew Tridgells4-messaging: added a new msg type MSG_DREPL_ALLOCATE_RID
2010-01-08 Andrew Tridgells4-ldb: added nice ldif display of 64 bit ranges for...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-05 Matthias Dieter... s4:ldap_schema.py - add an additional check for validit...
2010-01-05 Matthias Dieter... s4:ldap_schema.py - Move generated attributes check
2010-01-04 Jeremy AllisonFix the merged build. Probably not strictly correct...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-02 Jelmer Vernooijldb: Fix the standalone ldb build.
2010-01-01 Andrew Tridgells4-dsdb: switched to using RMD_FLAGS instead of DELETED...
2010-01-01 Andrew Tridgells4-ldb: fixed valgrind error: ares can be freed by...
2010-01-01 Andrew Tridgells4-ldaptest: need to use MessageElement for modify...
2010-01-01 Andrew Tridgells4-ldb: show an error string, as well as error message
2010-01-01 Andrew Tridgells4-ldbtest: fixed message element in modify
2010-01-01 Andrew Tridgells4-ldb: allow modules to override error return values
2010-01-01 Andrew Tridgells4-ldbmodify: show the error code as well as error...
2010-01-01 Andrew Tridgells4-ldb: declate ldb_val_to_time()
2010-01-01 Andrew Tridgells4-ldb: use safe length limited conversions for int64...
2010-01-01 Andrew Tridgells4-dsdb: use safe length limiting in string->integer...
2010-01-01 Andrew Tridgells4-ldb: added ldb_val_to_time()
2010-01-01 Andrew Tridgells4-ldb: show the error code as well as errstr
2010-01-01 Andrew Tridgells4-ldb: added ldb_module_get_ops()
2010-01-01 Andrew Tridgells4-ldb: use the RELAX control to disable single value...
2010-01-01 Andrew Tridgells4-dsdb: split RMD_USN into RMD_LOCAL_USN and RMD_ORIGI...
2009-12-31 Jelmer Vernooijpyldb: Add dom_sid.split in favor of less powerful...
2009-12-30 Matthias Dieter... s4:lib/registry/util.c - Reintroduce "FIXME"s
2009-12-24 Stefan Metzmachers4:lib/socket: add socket_get_{remote|local}_addr(...
2009-12-24 Stefan Metzmachers4:lib/socket: add helpers functions to convert between...
2009-12-23 Simo Sorces4:ldb Fix declaration in the middle of the code
2009-12-23 Simo Sorces4: Fix the build
2009-12-23 Matthieu Patous4: tests controls parsing and using for ldbadd/ldbedit...
2009-12-23 Matthieu Patous4: make ldbadd/ldbmodify/ldbdelete really use the...
2009-12-22 Andrew BartlettSamba4 and LDB requires talloc 2.0.1
2009-12-21 Jelmer Vernooijprovision/pyldb: Avoid linking in static python ldb...
2009-12-21 Jelmer Vernooijldb_wrap: Fix compilation when using system ldb.
2009-12-21 Kamen Mazdrashkis4-tort: Tests for "msDS-IntId" attribute implemented
2009-12-21 Kamen Mazdrashkis4-tort: Move Schema tests from ldap.py into separate...
2009-12-18 Nadezhda IvanovaAdded oid for AS_SYSTEM control, used to bypass access...
2009-12-18 Andrew Tridgells4-ldb: fixed a valgrind error in ldbtest
2009-12-18 Andrew Tridgells4-dsdb: declare ldb_dn_update_components()
2009-12-18 Andrew Tridgells4-dsdb: added ldb_dn_update_components()
2009-12-18 Andrew Tridgells4-ldb: display msDS-OptionalFeatureGUID as a GUID
2009-12-18 Andrew Tridgells4-ldb: canonicalise the message on ldb_add
2009-12-18 Brendan Powerss4-dsdb: Add a test for adding, deleting, and appending...
2009-12-17 Nadezhda IvanovaFixed incorrect checking of PRINCIPAL_SELF permissions.
2009-12-16 Andrew Tridgells4-ldb: show the OID of any unhandled critical controls
2009-12-16 Andrew Tridgells4-ldb: fixed a transaction error on prepare_commit
2009-12-16 Andrew Tridgells4-ldb: added --show-deactivated-link command line...
2009-12-15 Nadezhda IvanovaRemoved ldb_modify_ctrl from ldb, implemented as a...
2009-12-15 Brian Lus4:tls: fix the build on Solaris
2009-12-14 Andrew Tridgells4-ldb: added new ldb_dn extended components for linked...
2009-12-14 Andrew Tridgells4-ldb: added a function to filter extended components...
2009-12-14 Andrew Tridgells4-ldb: added a new "reveal" control
2009-12-14 Andrew Tridgells4-ldb: sort the linearized extended DN by component...
2009-12-10 Nadezhda IvanovaImplementation of sDRightsEffective, allowedAttributesE...
2009-12-10 Andrew Tridgells4-ldb: fixed 2 bugs in ldb_dn_set_extended_component()
2009-12-10 Andrew Tridgells4-ldb: use GUID_to_ndr_blob()
2009-12-10 Andrew Tridgells4-ldb: simplify ldif handlers using new GUID functions
next