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
/
acl.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
s4:dsdb:tests: Remove unnecessary f‐strings
Joseph Sutton
1
-6
/
+6
2023-08-03
s4:dsdb:tests: Fix code spelling
Andreas Schneider
1
-6
/
+6
2023-05-16
s4:dsdb:tests: Refactor ACL test
Joseph Sutton
1
-34
/
+30
2023-03-22
s4:dsdb/tests: let AclUndeleteTests.test_undelete() remove the temporary ACE ...
Stefan Metzmacher
1
-0
/
+1
2022-09-16
CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behavior
Nadezhda Ivanova
1
-2
/
+7
2022-09-16
CVE-2020-25720 s4-acl: Test Create Child permission should not allow full wri...
Nadezhda Ivanova
1
-6
/
+2404
2022-07-28
CVE-2022-32743 s4-acl: Add tests for validated dNSHostName write
Joseph Sutton
1
-0
/
+757
2022-07-27
CVE-2022-32746 s4:dsdb:tests: Add test for deleting a disallowed SPN
Joseph Sutton
1
-0
/
+26
2022-06-14
python: Don't use deprecated escape sequences
Joseph Sutton
1
-1
/
+1
2021-11-09
CVE-2020-25722: s4-acl: test Control Access Rights honor the Applies-to attri...
Nadezhda Ivanova
1
-0
/
+17
2021-11-09
CVE-2020-25722 s4:dsdb:tests: Add missing self.fail() calls
Joseph Sutton
1
-0
/
+32
2021-11-09
CVE-2020-25722 Add test for SPN deletion followed by addition
Joseph Sutton
1
-0
/
+48
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2020-10-21
s4:dsdb:tests: add AclVisibiltyTests
Stefan Metzmacher
1
-1
/
+320
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-1
/
+1
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-89
/
+89
2018-12-14
PY3: change shebang to python3 in source4/dsdb dir
Joe Guo
1
-1
/
+1
2018-11-14
s4/dsdb/tests: PY3 port of samba4.ldap.acl.python
Noel Power
1
-11
/
+12
2018-09-06
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-7
/
+7
2018-09-06
PEP8: fix E122: continuation line missing indentation or outdented
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix W291: trailing whitespace
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
1
-6
/
+6
2018-08-24
PEP8: fix E303: too many blank lines (2)
Joe Guo
1
-2
/
+0
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+14
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
1
-42
/
+43
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E241: multiple spaces after ','
Joe Guo
1
-20
/
+20
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E222: multiple spaces after operator
Joe Guo
1
-8
/
+8
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-18
/
+18
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-20
/
+20
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-39
/
+39
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-17
/
+17
2018-08-24
PEP8: fix E111: indentation is not a multiple of four
Joe Guo
1
-31
/
+31
2018-08-14
CVE-2018-10919 tests: Add test case for object visibility with limited rights
Tim Beale
1
-0
/
+68
2018-07-03
join: Rename dc_join() so it looks like an object
Tim Beale
1
-6
/
+7
2018-05-12
s4/dsdb/tests: py2/py3 compatability always decode result of b64encode
Noel Power
1
-14
/
+14
2018-05-12
Bulk: enclose .keys() method with list where list (from python2) expected
Noel Power
1
-6
/
+6
2018-05-11
tests: Split out setUp code into separate function for reuse
Tim Beale
1
-12
/
+4
2018-03-23
s3/dsdb: convert print func to be py2/py3 compatible
Noel Power
1
-12
/
+13
2018-02-28
dsdb python tests: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-53
/
+106
2018-01-08
selftest: close connections after tests in samba4.ldap.acl.python
Jamie McClymont
1
-0
/
+32
2015-11-06
Fix various spelling errors
Mathieu Parent
1
-1
/
+1
2015-02-03
s4-dsdb: Tests for security checks on undelete operation
Nadezhda Ivanova
1
-1
/
+131
2014-11-22
ldap: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-19
/
+6
2014-11-19
dsdb.tests.acl: Create and run a single testsuite, should easy migration to r...
Jelmer Vernooij
1
-34
/
+43
2014-09-01
join.py: Reinstate full_nc_list and make creation of NTDS-DSA object common
Andrew Bartlett
1
-0
/
+2
[next]