index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
tests
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
tests/sam: Remove unnecessary calls for third party module imports.
Jelmer Vernooij
1
-2
/
+0
2015-02-03
s4-samdb/tests: Assert on expected set of attributes for new User object
Kamen Mazdrashki
1
-0
/
+60
2015-02-03
s4-dsdb/tests: Assert on expected set of attributes for restored objects
Kamen Mazdrashki
1
-5
/
+104
2015-02-03
s4-dsdb/tests: Do not pre-create LoadParm - connect_samdb_env() will handle it
Kamen Mazdrashki
1
-5
/
+1
2015-02-03
s4-dsdb-test: Use common base method for restoring Deleted objects
Kamen Mazdrashki
1
-25
/
+14
2015-02-03
s4-dsdb/test: Delete any leftover objects in the beginning of Cross-NC test
Kamen Mazdrashki
1
-2
/
+4
2015-02-03
s4-dsdb-test/reanimate: Fix whitespaces according to PEP8
Kamen Mazdrashki
1
-20
/
+19
2015-02-03
s4-dsdb-tests: Move base tests for Tombstone reanimation in tombstone_reanima...
Kamen Mazdrashki
2
-174
/
+179
2015-02-03
s4-dsdb-test: Fix duplicated key in a dictionary in sam.py
Kamen Mazdrashki
1
-2
/
+2
2015-02-03
s4-dsdb-test: remove trailing ';' in ldap.py
Kamen Mazdrashki
1
-32
/
+32
2015-02-03
s4-dsdb-test: Fix Undelete tests after subunit upgrade work
Kamen Mazdrashki
1
-31
/
+31
2015-02-03
s4-dsdb-test: Use case insensitive comparison for DNs in undelete test
Kamen Mazdrashki
1
-1
/
+1
2015-02-03
s4-dsdb-test: Initial implementation for Tombstone restore test suite
Kamen Mazdrashki
1
-0
/
+285
2015-02-03
s4-dsdb: Tests for security checks on undelete operation
Nadezhda Ivanova
1
-1
/
+131
2015-02-03
s4-dsdb-tests: Fix whitespace in deletetest.py
Kamen Mazdrashki
1
-1
/
+1
2015-02-03
s4-dsdb-tests: Make unique object names to test with in deletetest
Kamen Mazdrashki
1
-10
/
+18
2015-02-03
s4-dsdb-tests: Remove unused method get_ldap_connection()
Kamen Mazdrashki
1
-13
/
+0
2015-02-03
s4-dsdb-tests: Remove trailing ';' in deletetest.py
Kamen Mazdrashki
1
-2
/
+2
2015-02-03
s4-dsdb-tests: Some tests for deleted objects undelete operation
Nadezhda Ivanova
1
-5
/
+198
2015-01-24
s4:dsdb/tests: add test_timevalues1() to verify timestamp values
Stefan Metzmacher
1
-0
/
+40
2015-01-22
dsdb-tests: Clarify that accounts really do fall back to UF_NORMAL_ACCOUNT if...
Andrew Bartlett
1
-3
/
+63
2015-01-22
dsdb-tests: Show that we can not change the primaryGroupID of a DC
Andrew Bartlett
1
-0
/
+110
2015-01-22
dsdb: Improve userAccountControl handling
Andrew Bartlett
1
-8
/
+16
2015-01-22
dsdb-tests: Add new test samba4.user_account_control.python
Andrew Bartlett
1
-0
/
+521
2015-01-22
dsdb-tests: Align sam.py with Windows 2012R2 and uncomment userAccountControl...
Andrew Bartlett
1
-82
/
+68
2014-12-22
dsdb: Add tokenGroupsGlobalAndUniversal, tokenGroups, tokenGroupsNoGCAcceptable
Garming Sam
1
-9
/
+339
2014-11-30
Reduce number of places where sys.path is (possibly) updated for external mod...
Jelmer Vernooij
1
-2
/
+1
2014-11-24
sam: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-8
/
+4
2014-11-24
Use samba.tests.subunitrun in dsdb ldap and ldap_schema tests.
Jelmer Vernooij
2
-39
/
+50
2014-11-24
Use samba.tests.subunitrun in urgent replication test.
Jelmer Vernooij
1
-13
/
+4
2014-11-22
ldap: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-19
/
+6
2014-11-22
deletetest: use samba.tests.subunitrun.
Jelmer Vernooij
1
-60
/
+52
2014-11-22
ldap_syntaxes: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-24
/
+16
2014-11-22
password lockout: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-99
/
+90
2014-11-22
passwords: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-119
/
+113
2014-11-22
sec_descriptor: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-16
/
+6
2014-11-22
token_group: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-12
/
+8
2014-11-22
sites: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-11
/
+6
2014-11-22
sec_descriptor test: Simplify, use samba.tests.subunitrun module.
Jelmer Vernooij
1
-19
/
+13
2014-11-22
Move option handling into samba.tests.subunitrun.
Jelmer Vernooij
1
-8
/
+6
2014-11-22
Move option parsing to samba.tests.subunitrun.
Jelmer Vernooij
1
-1
/
+1
2014-11-22
Add convenience class for old-style Samba subunit python tests.
Jelmer Vernooij
1
-13
/
+10
2014-11-19
dsdb.tests.acl: Create and run a single testsuite, should easy migration to r...
Jelmer Vernooij
1
-34
/
+43
2014-11-19
dsdb.tests.ldap: Create and run a single testsuite, should easy migration to ...
Jelmer Vernooij
1
-116
/
+73
2014-11-19
dirsync test: Create and run a single testsuite, should easy migration to reg...
Jelmer Vernooij
1
-15
/
+12
2014-10-14
urgent_replication: Use subunit reporting, remove allow_empty_output.
Jelmer Vernooij
1
-72
/
+44
2014-09-01
join.py: Reinstate full_nc_list and make creation of NTDS-DSA object common
Andrew Bartlett
1
-0
/
+2
2014-04-02
selftest: Add test for password lockout
Andrew Bartlett
1
-0
/
+1484
2014-04-02
dsdb-tests: Remove pointless creation of ldaptestou
Andrew Bartlett
1
-1
/
+0
2013-11-03
s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...
Nadezhda Ivanova
1
-3
/
+14
[next]