summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* auth_log tests: Allow the remote address to be NoneGary Lockyer2019-02-201-0/+3
* s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer2019-02-141-0/+55
* spelling of associatedDouglas Bagnall2019-02-131-1/+1
* tests/user_check_password_script: add a test do disallow the username as pass...Stefan Metzmacher2019-02-111-9/+25
* build: Don't generate kerberos_implementation.py if building without pythonAliaksei Karaliou2019-02-111-0/+3
* Tests for segfaults in python bindingsDouglas Bagnall2019-02-011-0/+126
* netcmd: Improve error handling of gpo aclcheck as non-adminTim Beale2019-02-011-0/+4
* selftest: Move dns_hub.py into selftest directoryTim Beale2019-02-011-154/+0
* dns_hub: Fix flake8 warningsTim Beale2019-02-011-5/+5
* python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher2019-01-292-4/+4
* python/modules: maintain correct refcount for path itemsDouglas Bagnall2019-01-291-10/+19
* netcmd: Try to improve domain backup error messageTim Beale2019-01-211-2/+3
* python/kcc lib: cope with differently formed repsToFromDouglas Bagnall2019-01-191-5/+16
* python/uptodateness: cope with unknown invocation IDDouglas Bagnall2019-01-191-2/+7
* python: dns_hub: do not crash if a socket failsDouglas Bagnall2019-01-191-2/+2
* python: dsal: Fix possibility of identical ACE's being added.Martin Krämer2019-01-181-1/+1
* dns_hub: Rename variable to avoid naming collision in exception handlerTim Beale2019-01-171-2/+2
* tests: Switchover auth_log from s4 SMB client bindings to s4Tim Beale2019-01-171-10/+23
* tests: Refactor auth_log SMB connection to be in a single placeTim Beale2019-01-171-42/+20
* tests: Use MUST_USE_KERBEROS over AUTO_USE_KERBEROS in auth_log testsTim Beale2019-01-171-0/+2
* tests: Relax auth_log SMB assertions to cover v1 *or* v2Tim Beale2019-01-171-6/+6
* ntacls: Pass correct use_ntvfs through to setntacl()Tim Beale2019-01-171-1/+2
* netcmd: Change GPO commands to use s3 SMB Py bindingsTim Beale2019-01-171-2/+5
* netcmd: Change SMB flags from s4 Py bindings to s3Tim Beale2019-01-171-6/+7
* python/gpclass: Convert gpclass to use s3 SMB Python bindingsTim Beale2019-01-171-3/+7
* join: Throw CommandError instead of Exception for simple errorsTim Beale2019-01-161-3/+4
* join: Fix TypeError when handling exceptionTim Beale2019-01-162-2/+2
* python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison2019-01-151-3/+1
* 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