pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / source4 / torture / drs /
2019-04-11 Aaron Haslettrepl: test for schema object and LA repl across chunks
2019-02-25 Volker Lendecketorture: Use GUID_zero()
2018-12-14 Joe GuoPY3: change shebang to python3 in source4/torture dir
2018-11-30 Olly BettsFix spelling mistakes
2018-11-23 Tim Bealetests: Fix flappiness in DRS tests due to RID Set changing
2018-11-23 Tim Bealetests: Add better error for DRS tests
2018-10-25 Douglas Bagnalls4/dsdb/pytest/: unused imports
2018-09-15 Noel Powers4/torture/drs/python: py2/py3 compat changes for samba...
2018-09-15 Noel Powers4/torture/drs/python: py2/py3 porting needed for samba...
2018-09-15 Noel Powers4/selftest: enable samba4.drs.link_conflicts for py3
2018-09-15 Noel Powers4/torture/drs: py2/py3 compat porting for samba4.drs...
2018-09-15 Noel Powers4/torture/drs/python: ndr_unpack needs bytes samba4...
2018-09-15 Noel Powers4/torture/drs: py2/py3 compat for test samba4.drs...
2018-09-15 Noel Powers4/torture/drs: py2/py3 compat changes for test samba4...
2018-09-15 Noel Powers4/torture/drs: port samba4.drs.delete_object test...
2018-09-15 Noel Powers4/torture/drs: PY3 fix error with test_samba_tool_show...
2018-09-15 Noel Powers4/torture/drs/python: make test code run in py2/py3
2018-09-15 Noel Powers4/torture/drs: PY3 port for test samba_tool_drs_showrepl
2018-09-15 Noel Powers4/torture/drs: port samba4.drs.samba_tool_drs for...
2018-09-06 Noel Powers4/torture/drs: PY3 port for samba4.drs.replica_sync_rodc
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 E124: closing bracket does not match visual...
2018-08-24 Douglas BagnallPEP8: improve formatting around various operators
2018-08-24 Joe GuoPEP8: fix W391: blank line at end of file
2018-08-24 Joe GuoPEP8: fix W293: blank line contains whitespace
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 E712: comparison to False should be 'if cond...
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 E401: multiple imports on one line
2018-08-24 Joe GuoPEP8: fix E306: expected 1 blank line before a nested...
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 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 E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E228: missing whitespace around modulo operator
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 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 E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
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 E111: indentation is not a multiple of four
2018-08-24 Joe GuoPEP8: fix E101: indentation contains mixed spaces and...
2018-08-24 Joe GuoPEP8: fix E714: test for object identity should be...
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 W291 trailing whitespace
2018-08-17 Tim BealeFix PEP8 warning E303 too many blank lines
2018-08-17 Tim BealeFix PEP8 warning E302 expected 2 blank lines
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-14 Andrew Bartlettcracknames: Fix DoS (NULL pointer de-ref) when not...
2018-08-10 Douglas Bagnallsamba-tool drs showrepl tests: improve debugging for...
2018-07-12 Noel Powers4/torure/drs/python: Fix incorrect use of unicode...
2018-07-12 Noel Powers4/torture/drs/python: xrange -> range for py2/py3...
2018-07-12 Noel Powers4/torture/drs/python: long is not used in py3
2018-07-12 Noel Powers4/torture/drs/python: use cmp_fn for cmp (for py2...
2018-07-12 Noel Powers4/torture/drs/python: use cmp_fn and key=cmp_to_key_fn...
2018-07-12 Noel Powers4/torture/drs/python: py2/py3 port map / ord usage
2018-07-12 Noel Powers4/torture/drs: ndr_upack needs bytes in py3 (samba4...
2018-07-12 Noel Powers4/torture/drs/python: Py2/Py2 fix tab/space also incor...
2018-07-05 Douglas Bagnallsamba-tool drs showrepl test: turn subprocess error...
2018-07-03 Tim Bealejoin: Rename dc_join() so it looks like an object
2018-06-28 Douglas Bagnallsamba-tool showrepl tests: test all-good with --pull...
2018-06-28 Douglas Bagnalls4/torture/samba_tool_drs_showrepl: use assertRegexpMatches
2018-06-28 Douglas Bagnalls4/torture/drs/python: don't double-call enable/disable...
2018-06-28 Douglas Bagnallsamba-tool drs showrepl test: remove useless print
2018-06-28 Douglas Bagnallsamba-tool drs showrepl --summary for a quick local...
2018-06-28 Tim Bealeprovision: set 'binddns dir' when making new smb.conf
2018-06-10 Douglas Bagnallsamba-tool drs showrepl tests: don't assert existence...
2018-05-30 Andrew Bartlettselftest: Use samba.tests.create_test_ou() in replica_s...
2018-05-30 Andrew Bartlettselftest: Use samba.tests.create_test_ou() in repl_move...
2018-05-30 Andrew Bartlettselftest: Make create_test_ou() return a ldb.Dn
2018-05-11 Tim Bealetests: Move repeated code into a helper function
2018-05-03 Garming Samtests: Replace some references to tdb with ldb://
2018-04-30 Noel Powerpython: Bulk conversion callers of ldb.Dn second param
2018-04-30 Noel Powerpython/samba: bulk conversion of caller to dsdb_Dn...
2018-03-23 Noel Powers4/torture/drs: convert print func to be py2/py3 compatible
2018-02-28 Noel Powerdrs torture python: convert 'except X, (tuple)' to...
2018-02-15 Garming Samtests/replica_sync_rodc: Test conflict handling on...
2018-02-15 Garming Samtests/drs_base: Allow the net drs replicate to try...
2018-02-15 Garming Samtests/replica_sync: Add some additional replication...
2018-02-14 Douglas Bagnalldrs torture python: convert 'except X, e' to 'except...
2018-02-14 Douglas Bagnalltest samba-tool drs showrepl: test --json output
2018-02-14 Douglas Bagnalltest samba-tool drs showrepl: test expected output...
2018-02-14 Douglas Bagnalltest samba-tool drs showrepl: fix formatting and unused...
2018-02-14 Douglas Bagnalltests: move samba-tool drs showrepl into its own suite
2018-01-13 Stefan Metzmachers4:torture/samba_tool_drs: demote the test dc at the...
2017-11-24 Garming Samschema: Make writing indices flag an enum for a new...
2017-11-14 Volker Lendeckesmbtorture: Remove an unused variable
2017-10-20 Tim Bealeselftest: Print link meta-data when developer debugging...
next