summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-03-05tests: Reduce likelihood of auth_log test locking up during CIAaron Haslett1-12/+13
2019-03-04tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale2-1/+11
2019-03-04tests: Work audit_log CLIENT_IP out from config instead of env varTim Beale4-3/+11
2019-03-04tests: Remove explicit SOCKET_WRAPPER usage from auth_log testsTim Beale2-2/+19
2019-03-04tests: Remove redundant credentials from auth_log testsTim Beale3-9/+0
2019-02-21selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl setAndrew Bartlett1-0/+1
2019-02-21selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...Andrew Bartlett1-0/+30
2019-02-21samba-tool dsacl: Mark old and new descriptor output correctlyAndrew Bartlett1-4/+7
2019-02-21Add command "samba-tool dsacl get" This code is very equal to "samba-tool dsa...Martin Krämer1-0/+48
2019-02-21Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer2-14/+110
2019-02-21dbcheck: skip reverse member link checks when cli option specifiedJoe Guo2-3/+21
2019-02-20s3 winbind auth_log: Tests for logon id logging.Gary Lockyer1-0/+442
2019-02-20auth_log tests: Allow the remote address to be NoneGary Lockyer1-0/+3
2019-02-14s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer1-0/+55
2019-02-13spelling of associatedDouglas Bagnall1-1/+1
2019-02-11tests/user_check_password_script: add a test do disallow the username as pass...Stefan Metzmacher1-9/+25
2019-02-11build: Don't generate kerberos_implementation.py if building without pythonAliaksei Karaliou1-0/+3
2019-02-01Tests for segfaults in python bindingsDouglas Bagnall1-0/+126
2019-02-01netcmd: Improve error handling of gpo aclcheck as non-adminTim Beale1-0/+4
2019-02-01selftest: Move dns_hub.py into selftest directoryTim Beale1-154/+0
2019-02-01dns_hub: Fix flake8 warningsTim Beale1-5/+5
2019-01-29python/tests/dns*: make use of dns.DNS_RCODE/dns.DNS_OPCODEStefan Metzmacher2-4/+4
2019-01-29python/modules: maintain correct refcount for path itemsDouglas Bagnall1-10/+19
2019-01-21netcmd: Try to improve domain backup error messageTim Beale1-2/+3
2019-01-19python/kcc lib: cope with differently formed repsToFromDouglas Bagnall1-5/+16
2019-01-19python/uptodateness: cope with unknown invocation IDDouglas Bagnall1-2/+7
2019-01-19python: dns_hub: do not crash if a socket failsDouglas Bagnall1-2/+2
2019-01-18python: dsal: Fix possibility of identical ACE's being added.Martin Krämer1-1/+1
2019-01-17dns_hub: Rename variable to avoid naming collision in exception handlerTim Beale1-2/+2
2019-01-17tests: Switchover auth_log from s4 SMB client bindings to s4Tim Beale1-10/+23
2019-01-17tests: Refactor auth_log SMB connection to be in a single placeTim Beale1-42/+20
2019-01-17tests: Use MUST_USE_KERBEROS over AUTO_USE_KERBEROS in auth_log testsTim Beale1-0/+2
2019-01-17tests: Relax auth_log SMB assertions to cover v1 *or* v2Tim Beale1-6/+6
2019-01-17ntacls: Pass correct use_ntvfs through to setntacl()Tim Beale1-1/+2
2019-01-17netcmd: Change GPO commands to use s3 SMB Py bindingsTim Beale1-2/+5
2019-01-17netcmd: Change SMB flags from s4 Py bindings to s3Tim Beale1-6/+7
2019-01-17python/gpclass: Convert gpclass to use s3 SMB Python bindingsTim Beale1-3/+7
2019-01-16join: Throw CommandError instead of Exception for simple errorsTim Beale1-3/+4
2019-01-16join: Fix TypeError when handling exceptionTim Beale2-2/+2
2019-01-15python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison1-3/+1
2019-01-15selftest: add central dns forwarderVolker Lendecke1-0/+156
2019-01-14netcmd: Change domain backup commands to use s3 SMB Py bindingsTim Beale1-2/+6
2019-01-14tests: Change ntaclsbackup tests over to use s3 Py bindingsTim Beale1-2/+2
2019-01-13python: use 'et' as format for ParseTuple with python2Noel Power1-2/+6
2019-01-13python: Add new compat PYARG_STR_UNI formatNoel Power1-0/+10
2019-01-13python: Fix memory leak with ParseTuple (using 'es' format)Noel Power1-7/+15
2019-01-12py:dcerpc/raw_protocol: add tests to demonstrate how security context multipl...Stefan Metzmacher1-0/+967
2019-01-12py:dcerpc/raw_testcase: add assertEqualsStrLower()Stefan Metzmacher1-0/+3
2019-01-12py:dcerpc/raw_protocol: demonstrate that \\pipe\lsarpc returns \\pipe\lsass a...Stefan Metzmacher1-2/+4
2019-01-12py:dcerpc/raw_protocol: add test_assoc_group_fail3()Stefan Metzmacher1-0/+45