s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transfer
[kai/samba.git] / source4 / lib / ldb /
2010-09-09 Andrew Tridgellpyldb: expose PyLdbDn_FromDn()
2010-09-05 Matthieu Patoupython-ldb: allow ldb_rename to take optional control(s)
2010-09-04 Jelmer Vernooijldb: Add missing aliases for ldb_ildap.
2010-09-01 Björn Jackes4/ldb: fix standalone build
2010-08-31 Björn Jackes4/ldb: use monotonic clock for time deltas in ldbtest
2010-08-22 Andrew Tridgellpyldb: do type checking on the list form of ldb add
2010-08-20 Andrew Tridgells4-ldb: added support for rodc_control in ldb
2010-08-17 Andrew Tridgells4-ldb: ensure element flags are zero in ldb search...
2010-08-17 Andrew Tridgells4-ldb: added LDB_FLAG_INTERNAL_DISABLE_VALIDATION
2010-08-17 Andrew Tridgells4-ldb: added LDB_FLAG_INTERNAL_MASK
2010-08-17 Andrew Tridgells4-ldb: use LDB_FLAG_MOD_TYPE() to extract element...
2010-08-17 Andrew Tridgells4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
2010-08-16 Andrew Tridgells4-ldb: test the 'displayName=a,b' bug
2010-08-16 Andrew Tridgells4-ldb: fixed the ldb 'displayName=a,b' indexing bug
2010-08-16 Andrew Tridgells4-ldb: add some comments explaining the ltdb_index_idx...
2010-07-28 Kamen Mazdrashkis4-ldb: use TALLOC_CTX type instead of 'void'
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Kamen Mazdrashkis4: Remove trailing whitespaces
2010-07-19 Kamen Mazdrashkildb: Mark _DEPRECATED_ ldb_msg_diff() and ldb_msg_canon...
2010-07-19 Kamen Mazdrashkis4-dsdb: use ldb_msg_normalize() in ldb_msg_difference()
2010-07-19 Kamen Mazdrashkis4-test: Use ldb_msg_normalize() in sqlite3 backend
2010-07-19 Kamen Mazdrashkis4-dsdb: use ldb_msg_normalize() in ldbadd-process_file()
2010-07-19 Kamen Mazdrashkis4-dsdb: use ldb_msg_normalize() in source4/lib/ldb...
2010-07-19 Kamen Mazdrashkis4-ldb: Add ldb_msg_normalize() to accept a memory...
2010-07-19 Kamen Mazdrashkis4-ldb: Use _ldb_msg_add_el() in ldb_msg_add()
2010-07-19 Kamen Mazdrashkis4-ldb: Use _ldb_msg_add_el() in ldb_msg_add_empty()
2010-07-19 Kamen Mazdrashkis4-ldb: Add separate function to add empty element...
2010-07-19 Kamen Mazdrashkis4-ldb: Write more explanatory comment for ldb_msg_add()
2010-07-19 Kamen Mazdrashkis4-pyldb: Use ldb_msg_difference() in py_ldb_msg_diff()
2010-07-19 Kamen Mazdrashkis4-tools: use ldb_msg_difference() in ldbedit - modify_...
2010-07-19 Kamen Mazdrashkis4-ldb: Implement ldb_msg_difference() function to...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Andrew Bartletts4:pyldb whitespace fix
2010-07-15 Andrew Bartletts4:pyldb Fix memory handling for ldb_message_element
2010-07-15 Matthieu Patouldb: allow ldb_sequence_number to be called in python
2010-07-09 Matthias Dieter... ldb:common/ldb_dn.c - "ldb_dn_get_parent" - no need...
2010-07-09 Kamen Mazdrashkis4: fix warning: unused variable ‘i’
2010-07-07 Andrew Tridgells4-ldb: added ldb_error() and ldb_operr()
2010-07-07 Andrew Tridgells4-ldb: added support for simple binds on ldb_ldap...
2010-07-07 Andrew Tridgells4-ldb: added ldb_options_find()
2010-07-02 Andrew Tridgells4-ldb: fixed error handling in openldap backend
2010-07-02 Andrew Tridgells4-ldb: fixed the parsing of references in the openldap...
2010-06-30 Stefan Metzmachers4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/
2010-06-30 Stefan Metzmachers4:ldb/python: make it possible to run tests standalone
2010-06-29 Matthias Dieter... ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs...
2010-06-29 Matthias Dieter... ldb:ldb_modules.c - "ldb_dso_load_symbol" - remove...
2010-06-29 Matthias Dieter... s4:ldb - "ldb_dn_update_components" - fix free of inval...
2010-06-29 Matthias Dieter... ldb:ldb_dn.c - "ldb_dn_set_extended_component" - free...
2010-06-29 Matthias Dieter... s4:ldb_dn.c - make the code parts which free extended...
2010-06-29 Matthias Dieter... ldb:ldb_dn - "ldb_dn_explode" - move the "dn->comp_num...
2010-06-28 Nadezhda IvanovaImplementation of self membership validated right.
2010-06-25 Matthieu Patouldb: Fix a wrong changetype in unit test
2010-06-24 Andrew Tridgells4-ldb: use CHECK_XSLTPROC_MANPAGES()
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-24 Endi S. Dewatas4/ldb: ldb_msg_el_map_remote() should rename the remot...
2010-06-23 Andrew Bartlettlibds:common Remove DS_DC_* domain functionality flags
2010-06-22 Kamen Mazdrashkis4/dsdb-test: fix usage comment
2010-06-20 Matthias Dieter... s4:ldap.py - test subtree deletes through a new testcase
2010-06-20 Matthias Dieter... ldb:controls - add the "TREE_DELETE" control for allowi...
2010-06-20 Matthias Dieter... ldb:ldb.h - add classifications to the control declarations
2010-06-20 Matthias Dieter... ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"
2010-06-20 Matthias Dieter... ldb:pyldb.c - some cleanups and adequations also in...
2010-06-20 Stefan Metzmachers4:ldb: only do ABI checking for the standalone build...
2010-06-20 Jelmer Vernooijldb: Add ABI file for use when including ildap in the...
2010-06-20 Jelmer Vernooijldb: Change LDBSAMBA back to subsystem, update comments...
2010-06-19 Jelmer VernooijMove a few more samdb-specific methods to SamDB, away...
2010-06-19 Matthieu Patouldb: add a new control bypassioperationnal
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-06-19 Jelmer Vernooijacl: Clean up formatting, use samba.tests.TestCase.
2010-06-19 Jelmer Vernooijpython/passwords: Clean up imports.
2010-06-19 Jelmer Vernooijdsdb_schema_info: Clean up imports, avoid using rpc...
2010-06-19 Matthias Dieter... s4:instancetype LDB module - "instanceType" is single...
2010-06-19 Matthias Dieter... ldb:ldb_dn.c - don't support "ldb_dn_add_child" on...
2010-06-19 Matthias Dieter... ldb:api.py - add a small test for the enhanced "py_ldb_...
2010-06-19 Matthias Dieter... ldb:python bindings - some small cleanup & improvements...
2010-06-19 Matthias Dieter... ldb:python bindings - let also "py_ldb_delete" support...
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-06-18 Jelmer Vernooijldb: Remove dependency on self.
2010-06-18 Jelmer Vernooijldb: Don't build pyldb_util as python module but rather...
2010-06-16 John H TerpstraMerge branch 'master' of git+ssh://git.samba.org/data...
2010-06-16 Matthias Dieter... s4:ldap.py - add another test about linked attributes
2010-06-15 Jelmer Vernooijs4-waf: Fix build of libldb_ildap against system ldb.
2010-06-15 Jelmer Vernooijwafsamba: Fix include path inheritance from module...
2010-06-15 Jelmer Vernooijldb: Bump version number, use same ABI version for...
2010-06-15 Jelmer Vernooijldb: Fix included ldb build.
2010-06-15 Jelmer Vernooijldb: Only build standard ldb modules when building...
2010-06-14 Nadezhda Ivanovas4:Descriptor tests clean-up.
2010-06-13 Jelmer VernooijSupport system talloc/tevent headers.
2010-06-13 Jelmer Vernooijs4-test: Use smb.conf path set in environment rather...
2010-06-11 Nadezhda IvanovaAdjusted ACL tests to use encripted connection.
2010-06-11 Matthias Dieter... s4:passwords.py - set the "dSHeuristics"
2010-06-11 Matthias Dieter... s4:passwords.py - use "self" before "enable_account...
2010-06-11 Matthias Dieter... s4:ldap.py - check how the directory server behaves...
2010-06-11 Matthias Dieter... s4:ldap.py - check if the "name" of an entry was really...
2010-06-11 Matthias Dieter... ldb:ldb_sqlite3 backend - remove a warning which has...
2010-06-11 Matthias Dieter... ldb:ldb_sqlite3 backend - remove checks which are now...
2010-06-10 Matthias Dieter... s4:ldap.py - add testcase which demonstrates the reset...
2010-06-10 Matthias Dieter... s4:ldap.py - add a test to demonstrate the 'instanceTyp...
2010-06-07 Matthias Dieter... ldb:pyldb.c - we cannot use "ldb_dn_compare" if both...
2010-06-07 Matthieu Patous4 python: add more unit tests to verify the compare...
next