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
/
sec_descriptor.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-08
s4:dsdb:tests: Remove unused variables
Joseph Sutton
1
-7
/
+4
2023-08-03
s4:dsdb:tests: Fix code spelling
Andreas Schneider
1
-7
/
+7
2023-05-16
s4:dsdb:tests: Refactor security descriptor test
Joseph Sutton
1
-2
/
+2
2023-03-22
s4:dsdb/tests: add more detailed tests to sec_descriptor.py
Stefan Metzmacher
1
-0
/
+501
2023-03-22
s4:dsdb/tests: allow sec_descriptor.py to run against Windows 2022
Stefan Metzmacher
1
-4
/
+4
2023-03-22
s4:dsdb/tests: convert sec_descriptor.py to use assert[Not]In()
Stefan Metzmacher
1
-149
/
+149
2023-03-22
s4:dsdb/tests: let OwnerGroupDescriptorTests() remove temporary ACEs on cleanup
Stefan Metzmacher
1
-0
/
+2
2023-03-22
s4:dsdb/tests: let OwnerGroupDescriptorTests.test_141() set the required ACE ...
Stefan Metzmacher
1
-0
/
+3
2023-03-21
libcli/security: Reorder SDDL access flags table to match Windows
Joseph Sutton
1
-6
/
+6
2023-02-23
selftest: source4: fix mutable default arguments
Rob van der Linde
1
-1
/
+4
2022-09-16
CVE-2020-25720: s4-acl: Owner no longer has implicit Write DACL
Nadezhda Ivanova
1
-9
/
+36
2022-09-16
CVE-2020-25720: s4-acl: Adjusted some tests to work with the new behavior
Nadezhda Ivanova
1
-4
/
+4
2022-09-16
CVE-2020-25720: s4-acl: Change behavior of Create Children check
Nadezhda Ivanova
1
-4
/
+16
2022-09-16
CVE-2020-25720 s4:tests/sec_descriptor: Add missing security descriptor modify
Joseph Sutton
1
-1
/
+3
2022-06-14
python: Don't use deprecated escape sequences
Joseph Sutton
1
-3
/
+3
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2020-02-07
pytests: heed assertEquals deprecation warning en-masse
Douglas Bagnall
1
-16
/
+16
2019-05-06
selftest: correcting empty attribute usage in requests
Aaron Haslett
1
-1
/
+1
2019-01-10
Fix typos and ban the rams from samba
tdb-1.3.17
Swen Schillig
1
-1
/
+1
2018-12-14
PY3: change shebang to python3 in source4/dsdb dir
Joe Guo
1
-1
/
+1
2018-11-14
s4/dsdb/tests/python: PY3 port samba4.ldap.secdesc
Noel Power
1
-8
/
+8
2018-11-01
tests/python/sec_descriptor: safer use of super()
Douglas Bagnall
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
-3
/
+3
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+5
2018-08-24
PEP8: fix E265: block comment should start with '# '
Joe Guo
1
-22
/
+22
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-7
/
+7
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-4
/
+4
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E203: whitespace before ':'
Joe Guo
1
-98
/
+98
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-13
/
+13
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-14
/
+14
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-24
/
+24
2018-05-12
s4/dsdb/tests: py2/py3 compatability always decode result of b64encode
Noel Power
1
-3
/
+3
2018-03-23
s3/dsdb: convert print func to be py2/py3 compatible
Noel Power
1
-7
/
+8
2018-02-28
dsdb python tests: convert 'except X, (tuple)' to 'except X as e'
Noel Power
1
-1
/
+2
2018-01-08
selftest: close connections after tests in samba4.ldap.secdesc.python
Jamie McClymont
1
-0
/
+5
2017-01-12
s4:tests/sec_descriptor: use more unique oid values
Stefan Metzmacher
1
-57
/
+25
2016-06-06
selftest: Use random OIDs from under the Samba OID arc
Andrew Bartlett
1
-1
/
+1
2014-11-22
sec_descriptor: Use samba.tests.subunitrun.
Jelmer Vernooij
1
-16
/
+6
2014-11-22
sec_descriptor test: Simplify, use samba.tests.subunitrun module.
Jelmer Vernooij
1
-19
/
+13
2013-01-27
tests/sec_descriptor: the default owner behavior depends on domainControllerF...
Stefan Metzmacher
1
-4
/
+4
2012-12-10
s4:dsdb/tests/sec_descriptor: verify the search of a windows dc join keeps wo...
Stefan Metzmacher
1
-0
/
+7
2012-12-10
s4:dsdb/tests/sec_descriptor: verify the nTSecurityDescriptor and sd_flags in...
Stefan Metzmacher
1
-0
/
+116
2012-11-30
s4:dsdb/tests: add SdAutoInheritTests
Stefan Metzmacher
1
-1
/
+83
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
2011-02-21
s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)
Matthieu Patou
1
-1
/
+1
2011-02-10
s4-tests: Some tests that prove behavior for INHERITED user-provided ACEs is ...
Nadezhda Ivanova
1
-0
/
+34
[next]