summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/gpo.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-31python/samba/netcmd/gpo.py: typo fixesBjörn Jacke1-0/+1
2019-10-17samba-tool: Update 'samba-tool gpo list <>' descriptionAmit Kumar1-7/+7
2019-09-24gpo.py: avoid inefficient string concatenationsBjörn Jacke1-6/+3
2019-03-12gpo: Backup a policy folder containing GPE.INIGarming Sam1-0/+6
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam1-5/+18
2019-03-12gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNamesGarming Sam1-1/+25
2019-03-12gpo: Ensure that gplink works when emptyGarming Sam1-1/+5
2019-02-01netcmd: Improve error handling of gpo aclcheck as non-adminTim Beale1-0/+4
2019-01-17netcmd: Change GPO commands to use s3 SMB Py bindingsTim Beale1-2/+5
2019-01-17netcmd: Change SMB flags from s4 Py bindings to s3Tim Beale1-6/+7
2019-01-10netcmd: Fix broken samba-tool gpo commandsTim Beale1-0/+1
2019-01-07netcmd: Refactor duplicated SMB connect in GPO commandsTim Beale1-24/+18
2018-11-07samba-tool gpo: convert pseudo-method into methodDouglas Bagnall1-24/+23
2018-11-07samba-tool gpo: add helper method for tmpdir constructionDouglas Bagnall1-61/+54
2018-11-07samba-tool gpo: do not use predictable temp directoryDouglas Bagnall1-4/+10
2018-11-05python/samba/netcmd: misc PY2/PY3 compat changes for gpo.pyNoel Power1-13/+13
2018-11-05python/samba/gp_parse: PY3 file -> openNoel Power1-1/+1
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-6/+6
2018-09-06PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-2/+2
2018-08-24PEP8: better formatting of (CONST1|CONST2)Douglas Bagnall1-2/+7
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-3/+3
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-10/+10
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-11/+11
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-4/+4
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-18/+18
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-14/+14
2018-08-16gpo: Always use an SMB signed connectionAndrew Bartlett1-1/+5
2018-08-16gpo: Make restore with entities more robustGarming Sam1-2/+11
2018-08-16gpo: Add a --generalize to the backup commandGarming Sam1-3/+80
2018-08-16gp_ini: Add a scripts ini parser for better generalizationGarming Sam1-1/+10
2018-08-16gp_ini: Add a fdeploy1 parser for better generalizationGarming Sam1-1/+3
2018-08-16gpo: Enable more specific parsers of GPO filesGarming Sam1-0/+18
2018-08-16gpo: Add a restore command (for backups) from XMLGarming Sam1-2/+151
2018-08-16gpo: Add a backup command (similar to fetch)Garming Sam1-0/+113
2018-05-12gpo: Ensure all files are retrieved in fetchGarming Sam1-1/+5
2018-04-13python: bulk replace file to open for py3Joe Guo1-3/+3
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-12/+12
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+1177