samba-tool: Replace gpo command for removing Sudoers Group Policy
[samba.git] / python / samba / netcmd / gpo.py
2021-02-14 David Muldersamba-tool: Replace gpo command for removing Sudoers...
2021-02-13 David Muldersamba-tool: Test gpo manage vgp sudoers remove command
2021-02-13 David Muldersamba-tool: Replace gpo command for adding Sudoers...
2021-02-13 David Muldersamba-tool: Test VGP sudoers add command
2021-02-13 David Muldersamba-tool: Replace gpo command for listing Sudoers...
2021-02-13 David Muldersamba-tool: Test gpo manage vgp sudoers list command
2021-02-11 David Muldergpo: Ensure empty Security sections are removed
2021-02-09 David Muldersamba-tool: Add a gpo command for setting VGP OpenSSH...
2021-02-09 David Muldersamba-tool: Test gpo manage openssh set command
2021-02-09 David Muldersamba-tool: Add a gpo command for listing VGP OpenSSH...
2021-02-09 David Muldersamba-tool: Test gpo manage openssh list command
2021-02-08 David Muldersamba-tool: Add a gpo command for removing VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files remove command
2021-02-08 David Muldersamba-tool: Add a gpo command for adding VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files add command
2021-02-08 David Muldersamba-tool: Add a gpo command for listing VGP Files...
2021-02-08 David Muldersamba-tool: Test gpo manage files list command
2021-01-27 David Muldersamba-tool: Add a gpo command for removing VGP Symbolic...
2021-01-27 David Muldersamba-tool: Test gpo manage symlink remove command
2021-01-27 David Muldersamba-tool: Add a gpo command for adding VGP Symbolic...
2021-01-27 David Muldersamba-tool: Test gpo manage symlink add command
2021-01-27 David Muldersamba-tool: Add a gpo command for listing VGP Symbolic...
2021-01-27 David Muldersamba-tool: Test gpo manage symlink list command
2020-12-09 David Muldersamba-tool: Add a gpo command for setting smb.conf...
2020-12-09 David Muldersamba-tool: Test gpo smb.conf set command
2020-12-09 David Muldersamba-tool: Add a gpo command for listing smb.conf...
2020-12-09 David Muldersamba-tool: Test gpo smb.conf list command
2020-12-09 David Muldersamba-tool: Add a gpo command for listing Security...
2020-12-09 David Muldersamba-tool: Test gpo Security list
2020-12-09 David Muldersamba-tool: Add a gpo command for setting Security...
2020-12-09 David Muldersamba-tool: Test gpo Security set command
2020-12-09 David Muldersamba-tool: Add a gpo command for removing Sudoers...
2020-12-09 David Muldersamba-tool: Test gpo Sudoers remove command
2020-12-09 David Muldersamba-tool: Add a gpo command for adding Sudoers Group...
2020-12-09 David Muldersamba-tool: Test gpo Sudoers add command
2020-12-09 David Muldersamba-tool: Add a gpo command for listing Sudoers Group...
2020-12-09 David Muldersamba-tool: Test gpo Sudoers list command
2020-12-09 Douglas Bagnallsamba-tool gpo: use common attr_default
2020-08-19 Andreas Schneiders3:client: Turn off smb signing for message op
2020-08-19 Andreas Schneiderpython: Set smb signing via the creds API
2020-08-19 Andreas Schneiderpython: Remove unused sign argument from smb_connection()
2020-06-23 David Muldersamba-tool: add command for installing gpo samba admx
2020-02-07 Douglas Bagnallsamba-tool gpo: tighter matching for ini names
2020-02-07 Douglas Bagnallpython: use raw string for regex with escape
2020-01-16 Douglas Bagnallsamba-tool gpo: improve UNC parsing
2019-10-31 Björn Jackepython/samba/netcmd/gpo.py: typo fixes
2019-10-17 Amit Kumarsamba-tool: Update 'samba-tool gpo list <>' description
2019-09-24 Björn Jackegpo.py: avoid inefficient string concatenations
2019-03-12 Garming Samgpo: Backup a policy folder containing GPE.INI
2019-03-12 Garming Samgpo: During restore clobber GPT.INI with a blank version
2019-03-12 Garming Samgpo: Restore gPCMachineExtensionNames and gPCUserExtens...
2019-03-12 Garming Samgpo: Ensure that gplink works when empty
2019-02-01 Tim Bealenetcmd: Improve error handling of gpo aclcheck as non...
2019-01-17 Tim Bealenetcmd: Change GPO commands to use s3 SMB Py bindings
2019-01-17 Tim Bealenetcmd: Change SMB flags from s4 Py bindings to s3
2019-01-10 Tim Bealenetcmd: Fix broken samba-tool gpo commands
2019-01-07 Tim Bealenetcmd: Refactor duplicated SMB connect in GPO commands
2018-11-07 Douglas Bagnallsamba-tool gpo: convert pseudo-method into method
2018-11-07 Douglas Bagnallsamba-tool gpo: add helper method for tmpdir construction
2018-11-07 Douglas Bagnallsamba-tool gpo: do not use predictable temp directory
2018-11-05 Noel Powerpython/samba/netcmd: misc PY2/PY3 compat changes for...
2018-11-05 Noel Powerpython/samba/gp_parse: PY3 file -> open
2018-09-06 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-09-06 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-09-06 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-24 Douglas BagnallPEP8: better formatting of (CONST1|CONST2)
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E231: missing whitespace after ','
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E203: whitespace before ':'
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-08-16 Andrew Bartlettgpo: Always use an SMB signed connection
2018-08-16 Garming Samgpo: Make restore with entities more robust
2018-08-16 Garming Samgpo: Add a --generalize to the backup command
2018-08-16 Garming Samgp_ini: Add a scripts ini parser for better generalization
2018-08-16 Garming Samgp_ini: Add a fdeploy1 parser for better generalization
2018-08-16 Garming Samgpo: Enable more specific parsers of GPO files
2018-08-16 Garming Samgpo: Add a restore command (for backups) from XML
2018-08-16 Garming Samgpo: Add a backup command (similar to fetch)
2018-05-12 Garming Samgpo: Ensure all files are retrieved in fetch
2018-04-13 Joe Guopython: bulk replace file to open for py3
2018-02-14 Douglas Bagnallsamba-tool: convert 'except X, e' to 'except X as e...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...