summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/gpo.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-29samba-tool gpo: use a real XML parser to check entity validityDouglas Bagnall1-20/+25
2025-03-29samba-tool gpo: separate function for dtd header generationDouglas Bagnall1-6/+12
2025-03-25samba-tool gpo: better entities check copes with new linesDouglas Bagnall1-2/+2
2025-03-25samba-tool gpo backup fix --generalizeDouglas Bagnall1-3/+5
2025-03-25python:netcmd:gpo: fix crash when updating an MOTD GPOAndreas Hasenack1-2/+6
2025-03-25samba-tool gpo: close opened filesDouglas Bagnall1-6/+10
2025-03-19python/gpo.py: avoid SDDL conversion for dsacl2fsaclRalph Boehme1-2/+1
2024-09-24samba-tool: Fix for inability to delete GPOs containing GPWL policiesKacper Boström1-2/+2
2023-12-15python: use python3 style super statementsRob van der Linde1-2/+1
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-11/+11
2023-09-29samba-tool: Fix for gpo restore not working without --tmpdirKacper1-0/+9
2023-08-30gp: Use read_file() instead of readfp()Joseph Sutton1-4/+4
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider1-1/+2
2023-03-09samba-tool: Ensure modifying GPO increments GPT.INI versDavid Mulder1-0/+63
2023-03-09samba-tool: Subclass GPOCommand for calling samdb_connectDavid Mulder1-15/+15
2023-03-03samba-tool: Clarify cse register command file destDavid Mulder1-2/+6
2023-03-03samba-tool: Don't use invalid escape sequencesJoseph Sutton1-1/+1
2023-02-23python: fix mutable default argumentsRob van der Linde1-3/+11
2023-02-03gp: samba-tool gpo cse register/unregister/listDavid Mulder1-0/+110
2023-01-30samba-tool: Use ntstatus constants in gpo commandsDavid Mulder1-127/+134
2023-01-30samba-tool: gpo show/load handle utf-16-le stringsDavid Mulder1-1/+6
2023-01-30samba-tool: gpo load provide option for replace vs mergeDavid Mulder1-3/+8
2023-01-30samba-tool: gpo load add Registry ext by defaultDavid Mulder1-3/+9
2023-01-30samba-tool: gpo load extension namesDavid Mulder1-6/+37
2023-01-30samba-tool: gpo load/remove increment GPT.INIDavid Mulder1-12/+11
2023-01-30samba-tool: gpo load/remove bytesDavid Mulder1-0/+32
2023-01-30samba-tool: gpo load/remove commandsDavid Mulder1-0/+126
2023-01-30samba-tool: Move smb_connection to a common fileDavid Mulder1-20/+1
2023-01-30samba-tool: Move create_directory_hier to a common fileDavid Mulder1-8/+1
2023-01-30samba-tool: gpo show command list policiesDavid Mulder1-1/+52
2022-11-21gp: PAM Access should implicitly deny ALL w/ allowDavid Mulder1-1/+2
2022-11-21gp: samba-tool manage gpo access add don't fail w/out upnDavid Mulder1-5/+3
2022-11-21gp: Make samba-tool gpo manage sudoers remove backward compatibleDavid Mulder1-18/+46
2022-11-21gp: Make samba-tool gpo manage sudoers list backward compatibleDavid Mulder1-18/+42
2022-11-15gp: Fix startup scripts add not always set runonceDavid Mulder1-1/+1
2022-11-15gp: Fix startup scripts list not fail with empty argsDavid Mulder1-1/+5
2022-11-15gp: startup scripts list enclude newline in outputDavid Mulder1-1/+1
2022-11-15gp: startup scripts add clarify 'args' optionDavid Mulder1-1/+1
2022-11-15gp: Fix startup scripts add argsDavid Mulder1-1/+1
2022-08-06samba-tool gpo: clean up tmpdir after createDouglas Bagnall1-0/+4
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder1-1/+1
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton1-2/+2
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+1
2022-05-10samba-tool gpo: Fix unintended string concatenationsJoseph Sutton1-6/+6
2021-06-09samba-tool: gpo admxload mkdir -pDavid Mulder1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
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 Mulder1-0/+30
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 Mulder1-0/+30