summaryrefslogtreecommitdiff
path: root/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-2414-79/+79
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-248-42/+42
* PEP8: fix E222: multiple spaces after operatorJoe Guo2018-08-246-21/+21
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix E202: whitespace before ')'Joe Guo2018-08-2410-10/+10
* PEP8: fix E201: whitespace after '('Joe Guo2018-08-249-16/+16
* PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo2018-08-242-3/+3
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-2438-461/+490
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-2411-158/+158
* PEP8: fix E124: closing bracket does not match visual indentationJoe Guo2018-08-242-3/+3
* PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo2018-08-2410-11/+11
* PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo2018-08-242-26/+26
* PEP8: fix E111: indentation is not a multiple of fourJoe Guo2018-08-241-5/+5
* python: Fix print in dns_invalid.pyAndreas Schneider2018-08-181-1/+1
* Fix PEP8 warning E501 line too longTim Beale2018-08-172-35/+43
* Fix PEP8 warning E302 expected 2 blank linesTim Beale2018-08-172-0/+3
* Fix PEP8 warning E231 missing whitespace after ','Tim Beale2018-08-171-13/+13
* Fix PEP8 warning F401 'blah' imported but unusedTim Beale2018-08-171-4/+1
* Fix PEP8 warning E225 missing whitespace around operatorTim Beale2018-08-172-13/+13
* Fix PEP8 warning F841 local variable 'blah' is assigned to but never usedTim Beale2018-08-171-3/+3
* python/pso tests: use string .format() style rather than C-style %s/%d.Tim Beale2018-08-171-14/+14
* Fix PEP8 warning E122/E126/E127 wrong indent for continuation linesTim Beale2018-08-171-1/+1
* python/samba/tests: fix SamDB dummy replacementJoe Guo2018-08-171-1/+3
* tests/gpo: Tests using a static backup directory from gpo backupGarming Sam2018-08-161-1/+354
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-141-0/+87
* netcmd: domain backup offline command - offline test with ldapcmpAaron Haslett2018-08-061-0/+117
* tests: New offline backup tests with tweaks to old online classesTim Beale2018-08-061-12/+29
* dns scavenging: Add extra tests for custom filterGary Lockyer2018-08-061-9/+125
* python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher2018-07-241-0/+2
* tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-07-241-8/+18
* python/samba/tests: make sure samba.tests can be imported without SamDBAlexander Bokovoy2018-07-231-1/+6
* dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-07-201-0/+48
* python/samba/tests: various py3 porting for ord/chrNoel Power2018-07-131-11/+17
* python/samba/tests: remove Py2 specific imports.Noel Power2018-07-131-6/+4
* python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power2018-07-133-4/+4
* python/samba/tests: Py2/Py3 port for hexdumpNoel Power2018-07-131-5/+13
* python/samba/tests: Py2/Py3 allow import of ndr_(un)pack to workNoel Power2018-07-131-9/+9
* samdb: use int for get and set methods instead of digit strJoe Guo2018-07-131-1/+1
* gpo: Tests for gp_ext register/unregisterDavid Mulder2018-07-121-1/+41
* gpo: Read GPO versions locally, not from sysvolDavid Mulder2018-07-121-2/+36
* gpo: Fix asserts in gpo testingDavid Mulder2018-07-121-10/+10
* tests/posixacl: Test with and without filling in the unix_tokenAndrew Bartlett2018-07-121-0/+25
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+11
* selftest: Add tests for samba.auth.admin_session()Andrew Bartlett2018-07-121-4/+37
* tests/posixacl: derive a new testcase to run same tests with sessionJoe Guo2018-07-121-20/+72
* tests/posixacl: move setUp and tearDown to topJoe Guo2018-07-121-16/+14
* tests/posixacl: rm duplicated testJoe Guo2018-07-121-17/+0
* tests/posixacl: use assertRaises to simplify codeJoe Guo2018-07-121-12/+4
* tests/posixacl: remove unused importsJoe Guo2018-07-121-3/+1
* tests/posixacl: define global ACL to make code DRYJoe Guo2018-07-121-11/+12