s4:samba-tool/gpo: set the same security.descriptor type as the Windows GUI
[metze/samba/wip.git] / python / samba / netcmd / gpo.py
2019-02-18 Stefan Metzmachers4:samba-tool/gpo: set the same security.descriptor...
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/...