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
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
2011-02-02
s4-python Ensure we add the Samba python path first.
Andrew Bartlett
1
-1
/
+1
2011-01-18
s4-tests: Added a test for correct inheritance of IO flagged ACEs.
Nadezhda Ivanova
1
-0
/
+18
2011-01-11
s4-tests: Tests for expansion of ACEs containing generic information.
Nadezhda Ivanova
1
-2
/
+59
2011-01-06
Remove unused imports.
Jelmer Vernooij
1
-1
/
+1
2010-12-15
s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to sys...
Kamen Mazdrashki
1
-1
/
+1
2010-12-10
s4-tests: Modified sec_descriptor.py to use the sd_utils helpers.
Nadezhda Ivanova
1
-208
/
+171
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: Modified sec_descriptor.py to use samba.tests.delete_force
Nadezhda Ivanova
1
-71
/
+66
2010-11-24
s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de...
Nadezhda Ivanova
1
-48
/
+50
2010-11-23
s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m...
Nadezhda Ivanova
1
-47
/
+22
2010-11-23
s4-tests: Modified sec_descriptor.py to use SamDB.create_ou()
Nadezhda Ivanova
1
-35
/
+20
2010-11-18
s4-tests: Modified descriptor tests to use pyldb api to retrieve configuratio...
Nadezhda Ivanova
1
-12
/
+2
2010-11-18
s4-tests: Changed descriptor tests to use existing method in samdb for adding...
Nadezhda Ivanova
1
-32
/
+24
2010-11-18
s4-tests: Descriptor tests should use the existing samdb domain_dn method ins...
Nadezhda Ivanova
1
-7
/
+1
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
2010-09-26
s4-sec_descriptor.py: Fix usage of 'paged_search' module for remote LDB conne...
Kamen Mazdrashki
1
-1
/
+9
[next]