summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* tests: Use --configfile instead of -sAndreas Schneider2021-04-283-11/+23
* python/hostconfig: remove 'from __future__ import absolute_import'Douglas Bagnall2021-04-281-1/+0
* python: remove all 'from __future__ import division'Douglas Bagnall2021-04-284-4/+0
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-2848-57/+2
* samba-tool group listmembers: always list objects which can not expireBjörn Baumbach2021-04-261-2/+5
* samba-tool: Use s3 net join for member joinDavid Mulder2021-04-211-4/+39
* python: glue function for detecting if selftest is enabledDavid Mulder2021-04-212-0/+13
* python: Test s3 net join and leaveDavid Mulder2021-04-211-0/+80
* samba-tool: add dns zoneoptions for aging controlDouglas Bagnall2021-04-212-0/+143
* libcli: Fix parsing access flags from multiple tablesVolker Lendecke2021-04-211-2/+3
* torture: Show sddl_decode() failure for "GWFX" access maskVolker Lendecke2021-04-201-0/+6
* gpo: Open ssh config to write bytesDavid Mulder2021-04-201-1/+1
* torture: Move sddl tests to pythonVolker Lendecke2021-04-191-0/+180
* python:tests:samba_tool: create temporary files under $SELFTEST_TMPDIRStefan Metzmacher2021-04-134-4/+4
* tests python krb5: MS-KILE client principal look-upGary Lockyer2021-04-123-1/+843
* pytests/dns_forwarder: remove unused importDouglas Bagnall2021-04-081-1/+0
* samba-tool dns: use dnsserver.flag_from_string()Douglas Bagnall2021-04-081-25/+5
* samba-tool dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-081-46/+6
* pytests/dns: use dnsserver.record_from_stringDouglas Bagnall2021-04-083-15/+16
* pytests/dns: import dnsserver.TXTRecord directlyDouglas Bagnall2021-04-082-2/+4
* pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_stringDouglas Bagnall2021-04-081-9/+6
* pytest/dcerpcdnsserver: use record_from_string helperDouglas Bagnall2021-04-081-28/+3
* py/dnsserver add flag from string functionDouglas Bagnall2021-04-081-0/+8
* py/dnsserver: add record_from_string helper functionDouglas Bagnall2021-04-081-0/+32
* py/dnsserver: add .from_string() methodsDouglas Bagnall2021-04-081-0/+71
* py/dnsserver: remove workaround of fixed bugDouglas Bagnall2021-04-081-22/+10
* py/provision/sambadns: Add a comment about DNS typesDouglas Bagnall2021-04-081-0/+9
* py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall2021-04-081-3/+3
* py/dnsserver: replace obsolete comments with useful onesDouglas Bagnall2021-04-081-2/+18
* pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall2021-04-083-6/+6
* provision tests: Add a test for hashing overly long passwordsJoseph Sutton2021-04-071-0/+4
* provision: Decrease the length of random machine passwordsJoseph Sutton2021-04-073-3/+3
* provision tests: Add test for the CryptSHA256 and CryptSHA512 password hashin...Joseph Sutton2021-04-071-0/+63
* pytest/dnsserver: extend record_type_int to all typesDouglas Bagnall2021-03-291-17/+2
* pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall2021-03-293-14/+14
* pytest/dns: remove redundant argumentDouglas Bagnall2021-03-291-15/+19
* pydns: expose dns timestamp utils to python, and testDouglas Bagnall2021-03-291-0/+86
* Rename mdfind to mdsearchMathieu Parent2021-03-291-5/+5
* CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall2021-03-241-6/+0
* CVE-2020-27840: pytests:segfault: add ldb.Dn validate testDouglas Bagnall2021-03-241-0/+6
* netcmd: Fix opening SamDB database for offline backupJoseph Sutton2021-03-243-9/+16
* netcmd: Workaround issue backing up offline domain with lmdb >= 0.9.26Samuel Cabrero2021-03-241-0/+1
* netcmd: Fix typos in offline domain backup testJoseph Sutton2021-03-241-2/+2
* netcmd: Avoid database corruption by opting not to create database files duri...Joseph Sutton2021-03-231-9/+16
* netcmd: Determine which files are to be copied for an offline domain backupJoseph Sutton2021-03-231-3/+16
* netcmd: Add test for an offline backup of nested directoriesJoseph Sutton2021-03-231-0/+31
* netcmd: Add test for an offline backup of a directory containing hardlinksJoseph Sutton2021-03-231-19/+55
* samba-tool: Add a gpo command for removing VGP Host Access Group PolicyDavid Mulder2021-03-181-1/+69
* samba-tool: Test gpo manage access remove commandDavid Mulder2021-03-182-0/+64
* samba-tool: Add a gpo command for adding VGP Host Access Group PolicyDavid Mulder2021-03-181-1/+104