summaryrefslogtreecommitdiff
path: root/python/samba/tests/gpo.py
AgeCommit message (Expand)AuthorFilesLines
2021-06-09gpo: Test Group Policy GNOME SettingDavid Mulder1-0/+363
2021-03-18gpo: Test Group Policy Host Access Configuration for VGPDavid Mulder1-0/+131
2021-03-11samba-gpupdate: Test that sysvol paths download in case-insensitive wayDavid Mulder1-0/+10
2021-03-08gpo: Test Group Policy VGP Issue PolicyDavid Mulder1-0/+50
2021-03-08gpo: Test Group Policy VGP MOTD PolicyDavid Mulder1-0/+50
2021-03-08gpo: Ensure that vgp_sudoers_ext handles missing/dispersed principal namesDavid Mulder1-3/+31
2021-02-24gpo: Test Group Policy VGP Startup Script PolicyDavid Mulder1-0/+122
2021-02-13gpo: Test that VGP Sudoers policy handles group principalsDavid Mulder1-1/+5
2021-02-11gpo: Test that Security gpext rsop lists only own policiesDavid Mulder1-1/+2
2021-02-09gpo: Test Group Policy OpenSSH for VGPDavid Mulder1-0/+67
2021-02-08gpo: Test Group Policy VGP Files PolicyDavid Mulder1-1/+90
2021-01-27gpo: Test Group Policy VGP Symlink PolicyDavid Mulder1-0/+74
2020-12-19gpo: Test Group Policy VGP Sudo RightsDavid Mulder1-0/+68
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-09-07python/tests/gpo: this should fix a Popen deadlockStefan Metzmacher1-11/+10
2020-09-02gpo: Test rsop function for successDavid Mulder1-0/+10
2020-08-27GPO: Test rsop output for Messages policyDavid Mulder1-2/+14
2020-08-27gpo: Test Group Policy Login Prompt MessageDavid Mulder1-8/+20
2020-08-27gpo: Test Group Policy Message of the dayDavid Mulder1-0/+52
2020-08-27GPO: Test rsop output for smb.conf policyDavid Mulder1-2/+16
2020-08-27gpo: Test Group Policy smb.conf ExtensionDavid Mulder1-0/+83
2020-08-27gpo: Fix unapply failure when multiple extensions runDavid Mulder1-10/+8
2020-08-27gpo: Test multiple extention unapplyDavid Mulder1-0/+81
2020-08-27gpo: Cleanup sudoers policy testDavid Mulder1-0/+7
2020-08-27gpo: Cleanup script policy testDavid Mulder1-0/+7
2020-08-27gpo: Test rsop output for Sudoers policyDavid Mulder1-2/+16
2020-08-06gpo: Extract Access policy from Security extensionDavid Mulder1-2/+2
2020-08-06gpo: Extract Kerberos policy from Security extensionDavid Mulder1-4/+4
2020-08-06gpo: Test samba-gpupdate --rsopDavid Mulder1-0/+64
2020-08-06gpo: Test proper decoding of utf-16 inf filesDavid Mulder1-0/+35
2020-08-06gpo: Test Group Policy Sudo RightsDavid Mulder1-0/+45
2020-08-06gpo: Test gpo weekly scripts applyDavid Mulder1-0/+1
2020-08-06gpo: Test gpo monthly scripts applyDavid Mulder1-0/+1
2020-08-06gpo: Test gpo hourly scripts applyDavid Mulder1-23/+29
2020-06-23gpo: Test gpo scripts applyDavid Mulder1-1/+47
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-11/+11
2019-01-07tests: Avoid hardcoding domain in GPO testsTim Beale1-10/+15
2018-12-10python/samba: PY3 port gpo.apply smbtorture testNoel Power1-1/+2
2018-10-25python/tests/gpo: import what we need (errno, not gp_log)Douglas Bagnall1-1/+2
2018-10-08gpo: Test process_group_policy in gp_sec_extDavid Mulder1-0/+58
2018-10-08gpo: test the get_deleted_gpos_list() functionDavid Mulder1-1/+13
2018-10-08gpo: Test the new get_applied functionsDavid Mulder1-1/+92
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-1/+0
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-1/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-11/+11
2018-07-12gpo: Tests for gp_ext register/unregisterDavid Mulder1-1/+41
2018-07-12gpo: Read GPO versions locally, not from sysvolDavid Mulder1-2/+36
2018-07-12gpo: Fix asserts in gpo testingDavid Mulder1-10/+10