pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / source4 / dsdb / tests / python /
2019-04-11 Aaron Haslettsamdb: test for schemainfo update with relax control
2019-04-02 Mathieu ParentSpelling fix s/informations/information/
2019-03-29 Aaron Haslettpaged_search: perf testing paged search
2019-03-04 Douglas Bagnalldsdb pytsts: reduce scale of subtree rename speed test
2019-03-04 Douglas Bagnalldsdb/pytests: sanity checks for links under subtree...
2019-03-04 Douglas Bagnalltests/rodc_rwdc: p.communicate() gives bytes, not str
2019-02-11 Stefan Metzmacherdsdb/tests/vlv: use only one toplevel dn that is correc...
2019-01-10 Swen SchilligFix typos and ban the rams from samba tdb-1.3.17
2018-12-21 Aaron Haslettpaged results: testing suite for new paged results...
2018-12-21 Aaron Haslettvlv: tests for delete, add, and modify cases
2018-12-14 Joe GuoPY3: change shebang to python3 in source4/dsdb dir
2018-12-13 Noel Powers4/dsdb/tests/python: Restore embed NULL tests for...
2018-12-13 Noel Powerselftest: Convert samba4.ldap.sort.python to planoldpyt...
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 allow test samba4.ldap.sort...
2018-12-10 Noel Powers4/dsdb/tests/python: partial PY3 port for samba4.ldap...
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port samba4.deletetest
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 Port samba4.ldap.password_lockout
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port for samba4.ldap.rodc_rwd...
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port for samba4.ldap.linked_a...
2018-12-10 Noel Powers4/dsdb/tests: PY3 port samba4.ldap.vlv
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port samba4.ldap.sites
2018-12-10 Noel Powers4/dsdb/tests: PY3 fix failing samba4.ldap.notification
2018-12-10 Noel Powers4/dsdb/tests: PY3 port samba4.user_account_control...
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port samba4.tokengroups.krb5
2018-12-10 Noel Powers4/dsdb/tests: Port PY3 ldap tests
2018-12-10 Noel Powers4/dsdb/tests: PY3 port samba4.ldap.passwordsettings...
2018-12-10 Noel Powers4/dsdb/tests/python: PY3 port samba4.sam.python test
2018-12-10 Noel PowerPY3: net.change_password & net.set_password take string...
2018-11-28 Tim BealeCVE-2018-16857 tests: Sanity-check password lockout...
2018-11-14 Noel Powers4/dsdb/tests: PY3 port of samba4.ldap.acl.python
2018-11-14 Noel Powers4/dsdb/tests/python: PY3 port samba4.ldap.secdesc
2018-11-14 Noel Powers4/dsdb/tests/python: PY3 port samba4.ldap_schema.python
2018-11-02 Noel Powertests/py/rodc_rwdc: Fix py2/py3 .next compat issues
2018-11-01 Douglas Bagnalltests/rodc_rwdc: fix message format
2018-11-01 Douglas Bagnalls4/dsdb/pytest/sites: do not use variables out of scope
2018-11-01 Douglas Bagnalltests/python/sec_descriptor: safer use of super()
2018-11-01 Douglas Bagnalltests/python/notification: safer use of super()
2018-11-01 Douglas Bagnalls4/dsdb/pytest/ldap_schema: fix typo in docs
2018-10-29 Douglas Bagnallpython: do not use "is" for string equality
2018-10-25 Douglas Bagnalls4/dsdb/pytest/ldap_schema: remove duplicate test
2018-10-25 Douglas Bagnalls4/dsdb/pytest/sort: use compat.cmp_fn instead of cmp
2018-10-25 Douglas Bagnalls4/dsdb/pytest/ad_dc_medley: do not use xrange
2018-10-25 Douglas Bagnalls4/dsdb/pytests: Py3 compatitble except clauses
2018-10-25 Douglas Bagnalls4/dsdb/pytest/dsdb_schema_info: do not double import
2018-10-25 Douglas Bagnalls4/dsdb/pytest/dirsync: do not double import
2018-10-12 Tim Bealetests: Add corner-case test: fromServer points to dead...
2018-10-10 Douglas Bagnalltests/python/ldap: use int instead of long for time_t
2018-09-21 Tim Bealetests: test ldap search requesting non-existent attribute
2018-09-21 Tim Bealetests: Minor code cleanups to confidential_attr test
2018-09-21 Douglas Bagnallpython tests: fix format() strings for Python 2.6
2018-09-06 Noel Powers4/dsdb/tests: port samba4.tombstone_reanimation for PY3
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-09-03 Andrew Bartlettselftest: Split up password_lockout into tests with...
2018-09-03 Andrew Bartlettselftest: Prepare to allow override of lockout duration...
2018-08-24 Douglas BagnallPEP8: improve formatting around bit-wise OR ("|")
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W291: trailing whitespace
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
2018-08-24 Joe GuoPEP8: fix E711: comparison to None should be 'if cond...
2018-08-24 Joe GuoPEP8: fix E703: statement ends with a semicolon
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E303: too many blank lines (2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E301: expected 1 blank line, found 0
2018-08-24 Joe GuoPEP8: fix E265: block comment should start with '# '
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E251: unexpected spaces around keyword /...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E222: multiple spaces after operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E131: continuation line unaligned for hanging...
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E124: closing bracket does not match visual...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Joe GuoPEP8: fix E122: continuation line missing indentation...
2018-08-24 Joe GuoPEP8: fix E121: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E116: unexpected indentation (comment)
2018-08-24 Joe GuoPEP8: fix E111: indentation is not a multiple of four
2018-08-17 Tim BealeRefactor for PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning E501 line too long
2018-08-17 Tim BealeFix PEP8 warning W503 line break before binary operator
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
2018-08-17 Tim BealeFix PEP8 warning F401 'blah' imported but unused
2018-08-17 Tim BealeFix PEP8 warning E225 missing whitespace around operator
2018-08-17 Tim BealeFix PEP8 warning F841 local variable 'blah' is assigned...
2018-08-17 Tim BealeFix PEP8 warning E201/202/203 array/dict whitespace
2018-08-17 Tim BealeFix PEP8 warning E711 comparison to None
2018-08-14 Tim BealeCVE-2018-10919 tests: Add extra test for dirsync delete...
2018-08-14 Gary LockyerCVE-2018-10919 tests: test ldap searches for non-existe...
next