dsdb python tests: convert 'except X, (tuple)' to 'except X as e'
[samba.git] / source4 / dsdb / tests / python / acl.py
2018-02-28 Noel Powerdsdb python tests: convert 'except X, (tuple)' to ...
2018-01-08 Jamie McClymontselftest: close connections after tests in samba4.ldap...
2015-11-06 Mathieu ParentFix various spelling errors
2015-02-03 Nadezhda Ivanovas4-dsdb: Tests for security checks on undelete operation
2014-11-22 Jelmer Vernooijldap: Use samba.tests.subunitrun.
2014-11-19 Jelmer Vernooijdsdb.tests.acl: Create and run a single testsuite,...
2014-08-31 Andrew Bartlettjoin.py: Reinstate full_nc_list and make creation of...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-24 Nadezhda Ivanovas4-dsacl: Fixed incorrect handling of privileges in...
2013-01-15 Andrew Bartlettdsdb: Add test for modification of two attributes,...
2012-06-24 Andrew Bartletts4-join: Import DNS zones in AD DC join
2012-06-21 Jelmer Vernooijsamdb: Accept a list of member variables rather than...
2012-02-19 Andrew Bartletts4-selftest: Avoid running kinit for each new connection
2011-09-19 Andrew Tridgells4-dsdb: use get_config_basedn() in python tests
2011-08-24 Andrew Tridgells4-acl: use dnsforest not dnsdomain for GC names
2011-08-09 Andrew Tridgells4-acl-test: use symbolic names for groupType
2011-02-21 Matthieu Patous4-unittests: replace assertEquals(res, []) by assertEq...
2011-02-02 Andrew Bartletts4-python Ensure we add the Samba python path first.
2011-01-06 Jelmer Vernooijacl tests: Fix import.
2011-01-06 Jelmer VernooijRemove unused imports.
2010-12-22 Nadezhda Ivanovas4-tests: Tests for Validated-SPN implementation.
2010-12-15 Nadezhda Ivanovas4-tests: Added tests for LDAP add/delete/modify using...
2010-12-15 Kamen Mazdrashkis4-dsdb/tests/python: Explicitly pass comamnd line...
2010-12-10 Nadezhda Ivanovas4-tests: Modified acl.py to use the sd_utils helpers.
2010-11-27 Matthias Dieter... s4:dsdb tests - make use of "ldb.get_domain_sid()"
2010-11-25 Nadezhda Ivanovas4-tests: Made acl tests to reconnect if dSHeuristics...
2010-11-25 Nadezhda Ivanovas4-tests: Modified create_ou to only accept security...
2010-11-24 Nadezhda Ivanovas4-tests: Modified acly.py to use common delete_force...
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use samdb.newgroup instead...
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use samdb.newuser instead...
2010-11-23 Nadezhda Ivanovas4-tests: Modified acl.py to use SamDB.create_ou()
2010-11-23 Nadezhda Ivanovas4-tests: Acl tests now use the get_dsheuristics and...
2010-11-22 Nadezhda Ivanovas4-tests: Adapted acl.py to use set_minPwdAge from...
2010-11-18 Nadezhda Ivanovas4-tests: Modified acl tests to use pyldb api to retrie...
2010-11-18 Nadezhda Ivanovas4-tests: Changed acl tests to use existing method...
2010-11-18 Nadezhda Ivanovas4-tests: Acl tests should use the existing samdb domai...
2010-11-11 Matthias Dieter... s4:acl.py - two password change tests are expected...
2010-11-11 Matthias Dieter... s4:python tests - fix script names in the help text
2010-11-03 Jelmer Vernooijpydsdb: Import testtools before subunit for those that...
2010-10-27 Nadezhda Ivanovas4-ldb: Added the correct extended check for read acces...
2010-09-26 Nadezhda Ivanovas4-tests: Added tests for search checks on attributes
2010-08-17 Andrew Bartletts4:auth Remove system_session_anon() from python bindings
2010-08-17 Nadezhda Ivanovas4-tests: Added tests for acl checks on search requests
2010-07-14 Nadezhda Ivanovas4: Added acl search tests for anonymous connection.
2010-07-13 Nadezhda Ivanovas4: Reorganized dsHeuristics reset so the code can...
2010-07-08 Nadezhda IvanovaAdded a test to prove by default users can change each...
2010-07-04 Nadezhda Ivanovas4-dsdb: Implementation of User-Change-Password and...
2010-07-02 Nadezhda IvanovaTests for user-change-password and force-password-chang...
2010-06-30 Stefan Metzmachers4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/