summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* netcmd: Use next_free_rid() function to calculate a SID for restoring a backupJoseph Sutton2021-07-121-43/+14
* python/tests/dsdb: Add tests for RID allocation functionsJoseph Sutton2021-07-121-1/+304
* dsdb: Add next_free_rid() function to allocate a RID without modifying the da...Joseph Sutton2021-07-121-0/+105
* netcmd: Add tests for performing an offline backup immediately after joining ...Joseph Sutton2021-07-121-7/+54
* netcmd: Ignore rIDUsedPool attribute in offline domain backup testJoseph Sutton2021-07-121-1/+1
* netcmd: Fix error-checking conditionJoseph Sutton2021-07-121-3/+4
* netcmd: Avoid database corruption by opting not to create database files duri...Joseph Sutton2021-07-121-9/+16
* netcmd: Determine which files are to be copied for an offline domain backupJoseph Sutton2021-07-121-3/+16
* netcmd: Add test for an offline backup of nested directoriesJoseph Sutton2021-07-121-0/+31
* netcmd: Add test for an offline backup of a directory containing hardlinksJoseph Sutton2021-07-121-19/+55
* samba-gpupdate: Check sysvol download paths in case-insensitive wayDavid Mulder2021-03-311-2/+3
* samba-gpupdate: Test that sysvol paths download in case-insensitive wayDavid Mulder2021-03-311-0/+10
* dbcheck: Check Deleted Objects and reduce noise in reports about expired tomb...Andrew Bartlett2021-02-221-1/+24
* classicupgrade: treat old never expires value rightBjörn Jacke2021-02-161-1/+1
* samba-tool: Optionally hide disabled/expired accounts in "group listmembers"Björn Baumbach2021-01-152-3/+135
* samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach2021-01-153-2/+113
* python/wscript: python3-asn1 -> python3-pyasn1Karolin Seeger2021-01-121-1/+1
* tests python krb5: PEP8 cleanupsGary Lockyer2020-12-2110-263/+413
* tests python krb5: use key usage constantsGary Lockyer2020-12-217-34/+42
* tests python krb5: Add key usage constantsGary Lockyer2020-12-211-0/+50
* gpo: Apply Group Policy Sudo Rights from VGPDavid Mulder2020-12-191-1/+80
* gpo: Test Group Policy VGP Sudo RightsDavid Mulder2020-12-192-0/+90
* gpo: Add gp_xml_ext parser for group policyDavid Mulder2020-12-191-0/+9
* python/tests: add tests for smb notify and the dependency to the TRAVERSE pri...Björn Baumbach2020-12-172-0/+431
* python/ntacls.py: add SMBHelper.set_acl() helper functionBjörn Baumbach2020-12-171-0/+14
* python/ntacls.py: let SMBHelper.get_acl() use the default values of self.smb_...Stefan Metzmacher2020-12-171-9/+5
* libsmb_samba_internal: calculate the access_mask for {g,s}et_acl() based on t...Stefan Metzmacher2020-12-171-4/+73
* libsmb_samba_internal: don't send SECINFO_[UN]PROTECTED_{S,D}ACL by defaultStefan Metzmacher2020-12-171-5/+1
* tests python krb5: initial TGS testsGary Lockyer2020-12-164-1/+214
* tests python krb5: add test base classGary Lockyer2020-12-161-0/+419
* tests python krb5: Add Authorization data ad-type constantsGary Lockyer2020-12-161-0/+14
* dbcheck: clarify check_object userparamsDouglas Bagnall2020-12-151-6/+17
* dbcheck: check_object/userparams: use variable for clarityDouglas Bagnall2020-12-151-6/+7
* dbcheck: reduce useless use of str(attrname)Douglas Bagnall2020-12-151-12/+12
* dbcheck: better disambiguate 'attrs'Douglas Bagnall2020-12-151-7/+6
* dbcheck: split out attr calculations from check_object()Douglas Bagnall2020-12-151-5/+18
* dbcheck: add a helper function for attr trackingDouglas Bagnall2020-12-151-6/+8
* dbcheck: do not add duplicate attrs for checkingDouglas Bagnall2020-12-151-3/+5
* dbcheck: check_object() caches of lower case attr namesDouglas Bagnall2020-12-151-12/+19
* dbcheck: make rIDSetReferences attr check case-insensitveDouglas Bagnall2020-12-151-1/+1
* samba-tool: Add a gpo command for setting smb.conf Group PolicyDavid Mulder2020-12-091-2/+78
* samba-tool: Test gpo smb.conf set commandDavid Mulder2020-12-092-0/+66
* samba-tool: Add a gpo command for listing smb.conf Group PoliciesDavid Mulder2020-12-091-1/+42
* samba-tool: Test gpo smb.conf list commandDavid Mulder2020-12-092-0/+59
* samba-tool: Add a gpo command for listing Security Group PoliciesDavid Mulder2020-12-091-1/+48
* samba-tool: Test gpo Security listDavid Mulder2020-12-092-0/+59
* samba-tool: Add a gpo command for setting Security Group PolicyDavid Mulder2020-12-091-1/+94
* samba-tool: Test gpo Security set commandDavid Mulder2020-12-092-0/+66
* samba-tool: Add a gpo command for removing Sudoers Group PolicyDavid Mulder2020-12-091-1/+50
* samba-tool: Test gpo Sudoers remove commandDavid Mulder2020-12-092-0/+52