s3: piddir creation fix part 2.
[ira/wip.git] / source4 / lib / ldb / tests / python / ldap.py
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-20 Matthias Dieter... s4:ldap.py - test subtree deletes through a new testcase
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-06-19 Matthias Dieter... s4:instancetype LDB module - "instanceType" is single...
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-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-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... s4:ldap.py - add some "objectclass" behaviour tests
2010-06-07 Matthias Dieter... s4:ldap.py - enhance the attributes testcase to demonst...
2010-06-07 Matthias Dieter... s4:ldap.py - enhance the rename tests to demonstrate...
2010-06-06 Matthias Dieter... s4:ldap.py - enhance the RDN name test to show that...
2010-06-06 Matthias Dieter... s4:ldap.py - make sure that also the "posixuser" will...
2010-05-30 Matthias Dieter... s4:ldap.py - add a test which shows the modification...
2010-05-30 Matthias Dieter... s4:ldap.py - add more test cases to show invalid primar...
2010-04-03 Jelmer Vernooijs4-python: Move dsdb constants to a separate python...
2010-03-29 Jelmer Vernooijldap.py: Fix syntax error.
2010-03-29 Jelmer Vernooijs4-python: Format to PEP8, simplify tests.
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-04 Matthias Dieter... s4:ldap.py - give the "primaryGroupToken" test a better...
2010-03-04 Matthias Dieter... s4:ldap.py - add test for "tokenGroups"
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-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-01 Andrew Tridgells4-ldaptest: need to use MessageElement for modify...
2010-01-01 Andrew Tridgells4-ldbtest: fixed message element in modify
2009-12-31 Jelmer Vernooijpyldb: Add dom_sid.split in favor of less powerful...
2009-12-21 Kamen Mazdrashkis4-tort: Move Schema tests from ldap.py into separate...
2009-12-18 Brendan Powerss4-dsdb: Add a test for adding, deleting, and appending...
2009-12-07 Andrew Bartletts4:ldap.py Improve testsuite for primaryGroupToken...
2009-12-01 Andrew Bartletts4:ldap.py Add test of namingContext behaviour after...
2009-11-30 Fernando J V da... s4-drs: Test situations for runtime constructed parentGUID
2009-11-27 Andrew Tridgells4-ldb: improve detection of whether the server has...
2009-11-26 Matthias Dieter... s4:ldap.py - add a test for the enhanced operational...
2009-11-24 Matthias Dieter... s4:ldap.py - fix the schema update test on Windows...
2009-11-23 Matthias Dieter... s4:ldap.py - activate test for operational attributes
2009-11-23 Andrew Bartletts4:ldap.py Add tests for subSchemaSubEntry
2009-11-23 Matthias Dieter... s4:ldap.py - Add a check for the generated "schemaIDGUID"
2009-11-20 Andrew Tridgells4-ldb: added a double-rename test
2009-11-20 Andrew Tridgells4-ldb: allow ldap.py test suite to run directly agains...
2009-11-15 Matthias Dieter... s4:ldap.py - enhance schema addition test
2009-11-15 Matthias Dieter... s4:ldap.py - Deactivates some at the moment pointless...
2009-11-12 Andrew Bartletts4:ldb Add Well Known GUID (WKGUID) tests to ldap.py
2009-11-09 Andrew Tridgells4-samdb: remove the rDN size constraint of 64
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Andrew Tridgells4-ldaptest: "testgroup" is a bit too common
2009-10-15 Andrew Tridgells4-ldap: test the rDN size limit
2009-10-07 Matthias Dieter... s4:ldap.py - Further enhancements
2009-10-03 Matthias Dieter... s4:ldap.py - commented out the UTF8 tests (and fixed...
2009-10-03 Matthias Dieter... s4:ldap.py - add tests for valid parent and RDN
2009-10-03 Matthias Dieter... s4:ldap.py - add a test for the "systemOnly" classes
2009-10-02 Matthias Dieter... s4:ldap.py - add a very special rename test (with inval...
2009-10-02 Matthias Dieter... s4:ldap.py - major enhancements
2009-09-08 Jelmer VernooijMark test_security_descriptor_add_neg as known failing...
2009-09-08 Zahari ZaharievBasic tests for nTSceurityDescriptor both SDDL and...
2009-09-07 Matthias Dieter... s4:ldap.py - Adds a test for the primary group behaviour
2009-08-17 Andrew Tridgellfixed the updateNow schema test to use a canonical OID
2009-08-13 Matthias Dieter... s4: Better way to call "dom_sid_to_rid" from ldap.py
2009-08-11 Matthias Dieter... s4:test for "primaryGroupToken"
2009-07-08 Anatoliy AtanasovTest for schemaUpdateNow command
2009-06-19 Andrew Bartletts4:ldb Add test for integer normalisation behaviour
2009-04-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew Bartletts4:ldb Make it possible to re-run ldap.py again
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-17 Andrew Tridgelladded support for parentGUID
2009-01-08 Jelmer VernooijFix ldap.py test on systems that *can* find the record...
2009-01-07 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-07 Jelmer VernooijFix ldap.py test.
2009-01-07 Andrew BartlettUse new error constant (missing from 6efb7ff9)
2008-12-21 Jelmer VernooijFix various Python-related bugs.
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijAvoid use of parentheses in Python import statements...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-17 Andrew Bartletts4:ldb: add some python tests for extended dns
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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 Andrew BartlettAssert that the server provides allowedAttributes ...
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-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijFix subunit files location after cherrypicks.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Simo SorceFix python test, we can't check only the first member...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-22 Andrew Tridgelldisable the anr== tests until they are understood
2008-08-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
next