Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-21 | samdb: Accept a list of member variables rather than a comma-separated string. | Jelmer Vernooij | 1 | -4/+4 | |
2012-02-20 | s4-selftest: Avoid running kinit for each new connection | Andrew Bartlett | 1 | -1/+2 | |
Kerberos is efficient when the credentials cache is set up once and then reused. Sadly this test creates a user, does a test and deletes the user, over and over. For this, using NTLM saves a little time, but we also stress the rest of the DB, and should rework the test. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Feb 20 00:49:56 CET 2012 on sn-devel-104 | |||||
2011-09-19 | s4-dsdb: use get_config_basedn() in python tests | Andrew Tridgell | 1 | -2/+2 | |
we can't just append CN=Configuration to the basedn, as that won't give the right configuration DN for a subdomain of a forest Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-acl: use dnsforest not dnsdomain for GC names | Andrew Tridgell | 1 | -3/+3 | |
2011-08-09 | s4-acl-test: use symbolic names for groupType | Andrew Tridgell | 1 | -11/+16 | |
clearer than magic numbers | |||||
2011-02-21 | s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0) | Matthieu Patou | 1 | -24/+24 | |
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 1 | -1/+1 | |
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | |||||
2011-01-06 | acl tests: Fix import. | Jelmer Vernooij | 1 | -4/+7 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104 | |||||
2011-01-06 | Remove unused imports. | Jelmer Vernooij | 1 | -4/+3 | |
2010-12-22 | s4-tests: Tests for Validated-SPN implementation. | Nadezhda Ivanova | 1 | -14/+274 | |
Test setting spn on RWDC, RODC and regular computer object. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 22 12:20:24 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-tests: Added tests for LDAP add/delete/modify using anonymous login. | Nadezhda Ivanova | 1 | -8/+50 | |
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to ↵ | Kamen Mazdrashki | 1 | -1/+1 | |
system_session() Otherwise system_session() creates a LoadParm() instance which resets certain global parameters to their defaults from smb.conf ("log level" for instance) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 15:10:47 CET 2010 on sn-devel-104 | |||||
2010-12-10 | s4-tests: Modified acl.py to use the sd_utils helpers. | Nadezhda Ivanova | 1 | -127/+86 | |
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 1 | -5/+1 | |
2010-11-25 | s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulated | Nadezhda Ivanova | 1 | -28/+25 | |
Also made password tests set dSHeuristics only once rather that once per test. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 20:48:38 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified create_ou to only accept security.descriptor type for sd ↵ | Nadezhda Ivanova | 1 | -36/+28 | |
to avoid confusion It used to work with sddl as well, but this is confusing and could lead to errors. It also caused a message about tallocing a security descriptor to appear. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 19:46:42 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified acly.py to use common delete_force instead of defining ↵ | Nadezhda Ivanova | 1 | -60/+55 | |
its own. | |||||
2010-11-23 | s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods. | Nadezhda Ivanova | 1 | -43/+15 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Tue Nov 23 21:46:07 CET 2010 on sn-devel-104 | |||||
2010-11-23 | s4-tests: Modified acl.py to use samdb.newuser instead of custom methods. | Nadezhda Ivanova | 1 | -86/+68 | |
2010-11-23 | s4-tests: Modified acl.py to use SamDB.create_ou() | Nadezhda Ivanova | 1 | -84/+70 | |
2010-11-23 | s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from ↵ | Nadezhda Ivanova | 1 | -23/+7 | |
SamDB. | |||||
2010-11-22 | s4-tests: Adapted acl.py to use set_minPwdAge from SamDB. | Nadezhda Ivanova | 1 | -10/+3 | |
2010-11-18 | s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn. | Nadezhda Ivanova | 1 | -3/+1 | |
2010-11-18 | s4-tests: Changed acl tests to use existing method in samdb for adding users ↵ | Nadezhda Ivanova | 1 | -19/+8 | |
to a group. | |||||
2010-11-18 | s4-tests: Acl tests should use the existing samdb domain_dn method instead ↵ | Nadezhda Ivanova | 1 | -7/+1 | |
of defining a new one | |||||
2010-11-11 | s4:acl.py - two password change tests are expected to fails on Windows 2000 ↵ | Matthias Dieter Wallnöfer | 1 | -3/+14 | |
function level | |||||
2010-11-11 | s4:python tests - fix script names in the help text | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-03 | pydsdb: Import testtools before subunit for those that don't have | Jelmer Vernooij | 1 | -1/+1 | |
testtools installed. Also, cleanup some imports. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Nov 3 17:47:55 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s4-ldb: Added the correct extended check for read access to nTSecurityDescriptor | Nadezhda Ivanova | 1 | -0/+62 | |
It does not depend on READ_PROPERTY, but on SECURITY_PRIVILEGE and READ_CONTROL Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Oct 27 13:18:50 UTC 2010 on sn-devel-104 | |||||
2010-09-26 | s4-tests: Added tests for search checks on attributes | Nadezhda Ivanova | 1 | -5/+100 | |
The ACL reach tests are in the knowfail because aclread module is not enabled by default | |||||
2010-08-18 | s4:auth Remove system_session_anon() from python bindings | Andrew Bartlett | 1 | -2/+1 | |
2010-08-17 | s4-tests: Added tests for acl checks on search requests | Nadezhda Ivanova | 1 | -0/+218 | |
2010-07-14 | s4: Added acl search tests for anonymous connection. | Nadezhda Ivanova | 1 | -83/+68 | |
The tests make sure that we comply with dsHeuristics setting and restrict anonymous access to rootDSE. They will be enabled when the implementation is pushed. tests are verified against win2k8. | |||||
2010-07-13 | s4: Reorganized dsHeuristics reset so the code can be reused | Nadezhda Ivanova | 1 | -53/+38 | |
Moved the setting of dsHeuristics to a method as soon we will have to set other values as well in different tests | |||||
2010-07-08 | Added a test to prove by default users can change each other's pass if the ↵ | Nadezhda Ivanova | 1 | -0/+25 | |
old is known | |||||
2010-07-05 | s4-dsdb: Implementation of User-Change-Password and User-Force-Password-Change | Nadezhda Ivanova | 1 | -6/+64 | |
These CARs need to be checked on password change and password reset operations. Apparently the password attributes are not influenced by Write Property. Single detele operations and modifications of dBCSPwd are let through to the password_hash module. This is determined experimentally. | |||||
2010-07-02 | Tests for user-change-password and force-password-change access rights | Nadezhda Ivanova | 1 | -4/+242 | |
2010-06-30 | s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/ | Stefan Metzmacher | 1 | -0/+1042 | |
metze |