summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* samba-tool: Test gpo manage access add commandDavid Mulder2021-03-182-0/+83
* samba-tool: Add a gpo command for listing VGP Host Access Group PolicyDavid Mulder2021-03-181-1/+67
* samba-tool: Test gpo manage access list commandDavid Mulder2021-03-182-0/+148
* gpo: Apply Group Policy Host Access configuration from VGPDavid Mulder2021-03-181-1/+108
* gpo: Test Group Policy Host Access Configuration for VGPDavid Mulder2021-03-182-0/+157
* py.join: remove unused untested get_naming_masterDouglas Bagnall2021-03-171-14/+0
* samba-tool: domain tombstones expunge reminds on semi-noopDouglas Bagnall2021-03-171-0/+7
* pytests: dns_base: remove a py2 compat thingDouglas Bagnall2021-03-171-4/+1
* kcc: use py3 compatible sort in rarely visited branchDouglas Bagnall2021-03-171-2/+2
* py3compat: remove obsolete commentsDouglas Bagnall2021-03-171-16/+0
* py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall2021-03-171-2/+0
* py/provision: provision_become_dc(): remove unused argumentsDouglas Bagnall2021-03-171-7/+7
* py/provision: remove unused variable, thence importDouglas Bagnall2021-03-171-3/+0
* samba-tool gpo: add missing newline to admxload warningBjörn Baumbach2021-03-111-1/+1
* samba-gpupdate: Check sysvol download paths in case-insensitive wayDavid Mulder2021-03-111-2/+3
* samba-gpupdate: Test that sysvol paths download in case-insensitive wayDavid Mulder2021-03-111-0/+10
* samba-tool: gpo manage sudoers handle missing and dispersed principal namesDavid Mulder2021-03-111-2/+8
* samba-tool: Ensure that gpo manage sudoers handles missing/dispersed principa...David Mulder2021-03-111-0/+59
* python: Disable calls to _dsdb_garbage_collect_tombstones without addcDavid Mulder2021-03-101-0/+5
* python: Test samdb importDavid Mulder2021-03-101-0/+31
* samba-tool: Add a gpo command for setting VGP Issue Group PolicyDavid Mulder2021-03-081-1/+67
* samba-tool: Test gpo manage issue set commandDavid Mulder2021-03-082-0/+74
* samba-tool: Add a gpo command for listing VGP Issue Group PolicyDavid Mulder2021-03-081-1/+37
* samba-tool: Test gpo manage issue list commandDavid Mulder2021-03-082-0/+73
* gpo: Apply Group Policy Issue setting from VGPDavid Mulder2021-03-081-1/+46
* gpo: Test Group Policy VGP Issue PolicyDavid Mulder2021-03-082-0/+76
* samba-tool: Add a gpo command for setting VGP MOTD Group PolicyDavid Mulder2021-03-081-1/+67
* samba-tool: Test gpo manage motd set commandDavid Mulder2021-03-082-0/+74
* samba-tool: Add a gpo command for listing VGP MOTD Group PolicyDavid Mulder2021-03-081-1/+37
* samba-tool: Test gpo manage motd list commandDavid Mulder2021-03-082-0/+73