summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-8/+8
* s4/dsdb-test: fix usage commentKamen Mazdrashki2010-06-221-2/+2
* s4:ldap.py - test subtree deletes through a new testcaseMatthias Dieter Wallnöfer2010-06-201-0/+48
* ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer2010-06-202-0/+34
* ldb:ldb.h - add classifications to the control declarationsMatthias Dieter Wallnöfer2010-06-201-7/+13
* ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer2010-06-201-12/+19
* ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer2010-06-201-19/+28
* s4:ldb: only do ABI checking for the standalone build for nowStefan Metzmacher2010-06-201-12/+24
* ldb: Add ABI file for use when including ildap in the build.Jelmer Vernooij2010-06-201-0/+224
* ldb: Change LDBSAMBA back to subsystem, update comments, use differentJelmer Vernooij2010-06-201-2/+7
* Move a few more samdb-specific methods to SamDB, away from Ldb.Jelmer Vernooij2010-06-201-2/+2
* ldb: add a new control bypassioperationnalMatthieu Patou2010-06-203-0/+37
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-196-21/+24
* acl: Clean up formatting, use samba.tests.TestCase.Jelmer Vernooij2010-06-191-124/+128
* python/passwords: Clean up imports.Jelmer Vernooij2010-06-191-8/+7
* dsdb_schema_info: Clean up imports, avoid using rpc test case forJelmer Vernooij2010-06-191-9/+2
* s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....Matthias Dieter Wallnöfer2010-06-191-0/+9
* ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DNMatthias Dieter Wallnöfer2010-06-191-0/+7
* ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntaxMatthias Dieter Wallnöfer2010-06-191-0/+9
* ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer2010-06-191-14/+13
* ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer2010-06-191-6/+50
* wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij2010-06-191-1/+1
* ldb: Remove dependency on self.Jelmer Vernooij2010-06-181-1/+1
* ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...Jelmer Vernooij2010-06-181-2/+2
* s4:ldap.py - add another test about linked attributesMatthias Dieter Wallnöfer2010-06-161-1/+90
* s4-waf: Fix build of libldb_ildap against system ldb.Jelmer Vernooij2010-06-151-1/+1
* wafsamba: Fix include path inheritance from module subsystems.Jelmer Vernooij2010-06-151-10/+0
* ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ver...Jelmer Vernooij2010-06-152-5/+221
* ldb: Fix included ldb build.Jelmer Vernooij2010-06-152-1/+14
* ldb: Only build standard ldb modules when building bundled ldb.Jelmer Vernooij2010-06-151-72/+70
* s4:Descriptor tests clean-up.Nadezhda Ivanova2010-06-141-153/+67
* Support system talloc/tevent headers.Jelmer Vernooij2010-06-131-2/+2
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-2/+2
* Adjusted ACL tests to use encripted connection.Nadezhda Ivanova2010-06-111-120/+69
* s4:passwords.py - set the "dSHeuristics"Matthias Dieter Wallnöfer2010-06-111-0/+33
* s4:passwords.py - use "self" before "enable_account" to make really sure whic...Matthias Dieter Wallnöfer2010-06-111-1/+1
* s4:ldap.py - check how the directory server behaves when the 'distinguishedNa...Matthias Dieter Wallnöfer2010-06-111-2/+12
* s4:ldap.py - check if the "name" of an entry was really ignoredMatthias Dieter Wallnöfer2010-06-111-2/+7
* ldb:ldb_sqlite3 backend - remove a warning which has already been resolvedMatthias Dieter Wallnöfer2010-06-111-1/+0
* ldb:ldb_sqlite3 backend - remove checks which are now done elsewhereMatthias Dieter Wallnöfer2010-06-111-29/+0
* s4:ldap.py - add testcase which demonstrates the reset of the "primaryGroupID"Matthias Dieter Wallnöfer2010-06-101-0/+7
* s4:ldap.py - add a test to demonstrate the 'instanceType' behaviourMatthias Dieter Wallnöfer2010-06-101-0/+39
* ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...Matthias Dieter Wallnöfer2010-06-071-3/+5
* s4 python: add more unit tests to verify the compare testsMatthieu Patou2010-06-071-0/+19
* s4:objectclass_attrs LDB module - move the single-valued attribute check into...Matthias Dieter Wallnöfer2010-06-071-44/+0
* s4:rdn_name LDB module - move the "distinguishedName" write prevent check hereMatthias Dieter Wallnöfer2010-06-072-7/+6
* s4:ldap.py - add some "objectclass" behaviour testsMatthias Dieter Wallnöfer2010-06-071-0/+190
* s4:ldap.py - enhance the attributes testcase to demonstrate how the attribute...Matthias Dieter Wallnöfer2010-06-071-2/+75
* s4:ldap.py - enhance the rename tests to demonstrate the functionalityMatthias Dieter Wallnöfer2010-06-071-0/+37
* s4:ldb python bindings - implement comparison on Python LDB Message objectsMatthieu Patou2010-06-071-2/+38