summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2021-04-08pytest/dcerpc/dnsserver.py: use dnsserver.flag_from_stringDouglas Bagnall1-9/+6
2021-04-08pytest/dcerpcdnsserver: use record_from_string helperDouglas Bagnall1-28/+3
2021-04-08py/dnsserver add flag from string functionDouglas Bagnall1-0/+8
2021-04-08py/dnsserver: add record_from_string helper functionDouglas Bagnall1-0/+32
2021-04-08py/dnsserver: add .from_string() methodsDouglas Bagnall1-0/+71
2021-04-08py/dnsserver: remove workaround of fixed bugDouglas Bagnall1-22/+10
2021-04-08py/provision/sambadns: Add a comment about DNS typesDouglas Bagnall1-0/+9
2021-04-08py/provision/sambadns: rename CNameRecord -> CNAMERecordDouglas Bagnall1-3/+3
2021-04-08py/dnsserver: replace obsolete comments with useful onesDouglas Bagnall1-2/+18
2021-04-08pydns: rename s/CNameRecord/CNAMERecord/ for consistencyDouglas Bagnall3-6/+6
2021-04-07provision tests: Add a test for hashing overly long passwordsJoseph Sutton1-0/+4
2021-04-07provision: Decrease the length of random machine passwordsJoseph Sutton3-3/+3
2021-04-07provision tests: Add test for the CryptSHA256 and CryptSHA512 password hashin...Joseph Sutton1-0/+63
2021-03-29pytest/dnsserver: extend record_type_int to all typesDouglas Bagnall1-17/+2
2021-03-29pytest/dns: use self.assertIn() and .assertNotIn()Douglas Bagnall3-14/+14
2021-03-29pytest/dns: remove redundant argumentDouglas Bagnall1-15/+19
2021-03-29pydns: expose dns timestamp utils to python, and testDouglas Bagnall1-0/+86
2021-03-29Rename mdfind to mdsearchMathieu Parent1-5/+5
2021-03-24CVE-2020-27840: pytests: move Dn.validate test to ldbDouglas Bagnall1-6/+0
2021-03-24CVE-2020-27840: pytests:segfault: add ldb.Dn validate testDouglas Bagnall1-0/+6
2021-03-24netcmd: Fix opening SamDB database for offline backupJoseph Sutton3-9/+16
2021-03-24netcmd: Workaround issue backing up offline domain with lmdb >= 0.9.26Samuel Cabrero1-0/+1
2021-03-24netcmd: Fix typos in offline domain backup testJoseph Sutton1-2/+2
2021-03-23netcmd: Avoid database corruption by opting not to create database files duri...Joseph Sutton1-9/+16
2021-03-23netcmd: Determine which files are to be copied for an offline domain backupJoseph Sutton1-3/+16
2021-03-23netcmd: Add test for an offline backup of nested directoriesJoseph Sutton1-0/+31
2021-03-23netcmd: Add test for an offline backup of a directory containing hardlinksJoseph Sutton1-19/+55
2021-03-18samba-tool: Add a gpo command for removing VGP Host Access Group PolicyDavid Mulder1-1/+69
2021-03-18samba-tool: Test gpo manage access remove commandDavid Mulder2-0/+64
2021-03-18samba-tool: Add a gpo command for adding VGP Host Access Group PolicyDavid Mulder1-1/+104
2021-03-18samba-tool: Test gpo manage access add commandDavid Mulder2-0/+83
2021-03-18samba-tool: Add a gpo command for listing VGP Host Access Group PolicyDavid Mulder1-1/+67
2021-03-18samba-tool: Test gpo manage access list commandDavid Mulder2-0/+148
2021-03-18gpo: Apply Group Policy Host Access configuration from VGPDavid Mulder1-1/+108
2021-03-18gpo: Test Group Policy Host Access Configuration for VGPDavid Mulder2-0/+157
2021-03-17py.join: remove unused untested get_naming_masterDouglas Bagnall1-14/+0
2021-03-17samba-tool: domain tombstones expunge reminds on semi-noopDouglas Bagnall1-0/+7
2021-03-17pytests: dns_base: remove a py2 compat thingDouglas Bagnall1-4/+1
2021-03-17kcc: use py3 compatible sort in rarely visited branchDouglas Bagnall1-2/+2
2021-03-17py3compat: remove obsolete commentsDouglas Bagnall1-16/+0
2021-03-17py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall1-2/+0
2021-03-17py/provision: provision_become_dc(): remove unused argumentsDouglas Bagnall1-7/+7
2021-03-17py/provision: remove unused variable, thence importDouglas Bagnall1-3/+0
2021-03-11samba-tool gpo: add missing newline to admxload warningBjörn Baumbach1-1/+1
2021-03-11samba-gpupdate: Check sysvol download paths in case-insensitive wayDavid Mulder1-2/+3
2021-03-11samba-gpupdate: Test that sysvol paths download in case-insensitive wayDavid Mulder1-0/+10
2021-03-11samba-tool: gpo manage sudoers handle missing and dispersed principal namesDavid Mulder1-2/+8
2021-03-11samba-tool: Ensure that gpo manage sudoers handles missing/dispersed principa...David Mulder1-0/+59
2021-03-10python: Disable calls to _dsdb_garbage_collect_tombstones without addcDavid Mulder1-0/+5
2021-03-10python: Test samdb importDavid Mulder1-0/+31