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
2016-06-30
s4:dsdb/tests: let password_lockout.py validate the lastLogon and lastLogonTi...
Stefan Metzmacher
1
-24
/
+45
2016-06-30
s4:dsdb/tests: let password_lockout.py test with all combinations of krb5, nt...
Stefan Metzmacher
1
-33
/
+67
2016-06-30
s4:dsdb/tests: let password_lockout.py verify more fields in _readd_user()
Stefan Metzmacher
1
-11
/
+52
2016-06-30
s4:dsdb/tests: let password_lockout.py copy user{name,pass} from the template...
Stefan Metzmacher
1
-2
/
+23
2016-06-30
s4:dsdb/tests: let password_lockout.py use creds and other_ldb as function ar...
Stefan Metzmacher
1
-18
/
+20
2016-06-30
s4:dsdb/tests: let password_lockout.py use userpass variables in all functions
Stefan Metzmacher
1
-25
/
+42
2016-06-30
s4:dsdb/tests: let password_lockout.py use other_ldb variables instead of sel...
Stefan Metzmacher
1
-23
/
+25
2016-06-30
s4:dsdb/tests: let password_lockout.py use userdn variables in all functions
Stefan Metzmacher
1
-80
/
+93
2016-06-30
s4:dsdb/tests: let password_lockout.py make use of self.addCleanup() to clean...
Stefan Metzmacher
1
-5
/
+2
2016-06-30
s4:dsdb/tests: let password_lockout.py use _readd_user() for testuser3 too
Stefan Metzmacher
1
-101
/
+2
2016-06-30
s4:dsdb/tests: let password_lockout.py pass creds as argument to _readd_user()
Stefan Metzmacher
1
-3
/
+3
2016-06-30
s4:dsdb/tests: let password_lockout.py use user{name,pass,dn} variables in _r...
Stefan Metzmacher
1
-15
/
+19
2016-06-30
s4:dsdb/tests: let password_lockout.py pass username,userpass optionally to i...
Stefan Metzmacher
1
-3
/
+3
2016-06-30
s4:dsdb/tests: let password_lockout.py let _readd_user() return the ldb conne...
Stefan Metzmacher
1
-2
/
+3
2016-06-30
s4:dsdb/tests: let password_lockout.py make use of the _readd_user() helper f...
Stefan Metzmacher
1
-119
/
+1
2016-06-30
s4:dsdb/tests: let password_lockout.py add a _readd_user() helper function
Stefan Metzmacher
1
-0
/
+121
2016-06-30
s4:dsdb/tests: let password_lockout.py make the LDAP error string checks more...
Stefan Metzmacher
1
-21
/
+21
2016-06-30
s4:dsdb/tests: let password_lockout.py cross-check the lastLogon value with samr
Stefan Metzmacher
1
-0
/
+5
2016-06-30
s4:dsdb/tests: let password_lockout.py reduce the values for lockoutDuration ...
Stefan Metzmacher
1
-2
/
+2
2016-06-27
s4:dsdb/tests: add pwdLastSet tests
Stefan Metzmacher
1
-0
/
+210
2016-06-27
s4:dsdb/tests: use more useful userAccountControl/pwdLastSet values in the ur...
Stefan Metzmacher
1
-2
/
+2
2016-06-27
s4:dsdb/tests: improve error message in test_new_user_default_attributes()
Stefan Metzmacher
1
-1
/
+2
2016-06-27
s4:dsdb/tests: let the user_account_control.py test recover from a previous f...
Stefan Metzmacher
1
-2
/
+6
2016-06-27
s4:dsdb/tests: use GENSEC_SEAL for ldap connections in sam.py
Stefan Metzmacher
1
-0
/
+2
2016-06-27
s4:dsdb/tests: use ncacn_ip_tcp:server[seal] for samr connections
Stefan Metzmacher
3
-4
/
+4
2016-06-27
s4:dsdb/tests: make user_account_control.py executable
Stefan Metzmacher
1
-0
/
+0
2016-06-16
selftest: Check a user with only primaryGroupID is correct in samr.GetUserGro...
Andrew Bartlett
1
-0
/
+25
2016-06-16
selftest: Test that primaryGroupID is first in samr.GetUserGroups() reply
Andrew Bartlett
1
-0
/
+1
2016-06-16
selftest: Add alias membership to the tokengroups test
Andrew Bartlett
1
-0
/
+24
2016-06-16
selftest: Expand tokenGroups test to also compare with samr.GetGroupsForUser
Andrew Bartlett
1
-1
/
+71
2016-06-16
selftest: Expand tokenGroups test to also build nested groups
Andrew Bartlett
1
-1
/
+26
2016-06-06
selftest: Add tests to show that we can not create duplicate schema entries
Andrew Bartlett
1
-2
/
+655
2016-06-06
Remove the try/catch from urgent_replication.py
Andrew Bartlett
1
-9
/
+5
2016-06-06
selftest: Assert that name, the RDN attribute and actual RDN are in sync
Andrew Bartlett
1
-1
/
+3
2016-06-06
selftest: Use random OIDs from under the Samba OID arc
Andrew Bartlett
5
-14
/
+15
2016-05-03
VLV: test using restrictive expressions
Douglas Bagnall
1
-0
/
+16
2016-05-03
VLV: handle empty results correctly
Douglas Bagnall
1
-5
/
+107
2016-04-19
tests/passwords: fix a typo
Garming Sam
1
-1
/
+1
2016-04-19
tests/dsdb: Verify that only a new ldb affects reads of userPassword
Garming Sam
1
-0
/
+89
2016-03-22
dsdb python tests: fix several usage strings
Douglas Bagnall
7
-7
/
+7
2016-03-22
dsdb sort test: avoid exception with fewer elements
Douglas Bagnall
1
-1
/
+1
2016-03-22
ldb sort tests: point out a known fails against Windows
Douglas Bagnall
1
-2
/
+14
2016-03-22
Implement Virtual List View (VLV)
Douglas Bagnall
1
-0
/
+802
2016-03-11
s4:dsdb/test/sort: avoid 'from collections import Counter'
Stefan Metzmacher
1
-2
/
+7
2016-03-11
s4:dsdb/test/notification: make test_invalid_filter more resilient against or...
Stefan Metzmacher
1
-4
/
+11
2016-03-09
ldb sort: allow sorting on attributes not returned in search
Douglas Bagnall
1
-0
/
+56
2016-03-09
Add python server sort tests
Douglas Bagnall
1
-0
/
+307
2016-03-08
repl_meta_data: Correctly use msDS-IntId for custom schema, not the prefixMap...
Andrew Bartlett
1
-4
/
+27
2016-02-17
s4:dsdb/tests: add notification.py with some basic tests
Stefan Metzmacher
1
-0
/
+352
2016-02-17
s4:dsdb/tests: don't use spaces in lDAPDisplayName in urgent_replication.py
Stefan Metzmacher
1
-4
/
+4
[prev]
[next]