summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impactAndrew Bartlett2019-04-052-1/+14
* CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale2019-04-053-4/+53
* py/logger: use python 2.6 compatible argumentsDouglas Bagnall2019-04-021-1/+1
* py/uptodateness: use 2.6 compatible dictionary constructionDouglas Bagnall2019-04-021-1/+1
* py/kcc_utils: py2.6 compatibilityDouglas Bagnall2019-04-021-2/+2
* py/graph: use 2.6 compatible check for set membershipDouglas Bagnall2019-04-021-1/+1
* dbcheck: use the str() value of the "name" attributeStefan Metzmacher2019-04-021-1/+1
* dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2019-04-022-3/+48
* dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher2019-04-021-1/+6
* python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher2019-04-021-0/+1
* dbcheck: detect the change after deletion bugStefan Metzmacher2019-04-021-0/+110
* dbcheck: add find_repl_attid() helper functionStefan Metzmacher2019-04-021-5/+10
* dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher2019-04-021-0/+13
* dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher2019-04-021-2/+7
* dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher2019-04-021-11/+14
* dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher2019-04-021-3/+6
* python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison2019-02-051-3/+1
* join: Throw CommandError instead of Exception for simple errorsTim Beale2019-02-051-3/+4
* join: Fix TypeError when handling exceptionTim Beale2019-02-052-2/+2
* netcmd: Try to improve domain backup error messageTim Beale2019-02-041-2/+3
* ntacls: Pass correct use_ntvfs through to setntacl()Tim Beale2019-02-041-1/+2
* netcmd: Change GPO commands to use s3 SMB Py bindingsTim Beale2019-02-041-2/+5
* netcmd: Change SMB flags from s4 Py bindings to s3Tim Beale2019-02-041-6/+7
* python/gpclass: Convert gpclass to use s3 SMB Python bindingsTim Beale2019-02-041-3/+7
* selftest: add central dns forwarderVolker Lendecke2019-01-151-0/+156
* netcmd: Change domain backup commands to use s3 SMB Py bindingsTim Beale2019-01-141-2/+6
* tests: Change ntaclsbackup tests over to use s3 Py bindingsTim Beale2019-01-141-2/+2
* python: use 'et' as format for ParseTuple with python2Noel Power2019-01-131-2/+6
* python: Add new compat PYARG_STR_UNI formatNoel Power2019-01-131-0/+10
* python: Fix memory leak with ParseTuple (using 'es' format)Noel Power2019-01-131-7/+15
* py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher2019-01-121-0/+967
* py:dcerpc/raw_testcase: add assertEqualsStrLower()Stefan Metzmacher2019-01-121-0/+3
* py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...Stefan Metzmacher2019-01-121-2/+4
* py:dcerpc/raw_protocol: add test_assoc_group_fail3()Stefan Metzmacher2019-01-121-0/+45
* py:dcerpc/raw_protocol: add test_assoc_group_ok2 to check assoc groups over n...Stefan Metzmacher2019-01-121-0/+31
* py:dcerpc/raw_protocol: enable tests with the DCERPC_PFC_FLAG_SUPPORT_HEADER_...Stefan Metzmacher2019-01-121-9/+3
* py:dcerpc/raw_protocol: consistently call self.recv_pdu(timeout=0.01) after a...Stefan Metzmacher2019-01-121-1/+3
* py:dcerpc/raw_protocol: add tests for delayed header signing activationStefan Metzmacher2019-01-121-0/+186
* py:dcerpc/raw_testcase: add pfc_flags_2nd and use_auth3 options to do_generic...Stefan Metzmacher2019-01-121-2/+17
* selftest: Improve an error messageVolker Lendecke2019-01-111-1/+2
* netcmd: Fix broken samba-tool gpo commandsTim Beale2019-01-101-0/+1
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-094-4/+4
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-01-091-25/+61
* traffic_replay: use packets per second as primary scaleDouglas Bagnall2019-01-081-6/+14
* traffic: assert json equality in learner testDouglas Bagnall2019-01-081-0/+6
* traffic tests: use TestCaseInTempdir.mktemp()Douglas Bagnall2019-01-083-45/+6
* python/tests: add TestCaseInTempdir.mktemp()Douglas Bagnall2019-01-081-1/+16
* traffic_replay: --old-scale to mimic the old traffic_replayDouglas Bagnall2019-01-082-0/+14
* traffic: add option to reanimate dying conversationsDouglas Bagnall2019-01-083-4/+39
* traffic: Conversation.add_short_packet is discerning about packetsDouglas Bagnall2019-01-081-1/+4