PEP8: fix E502: the backslash is redundant between brackets
[metze/samba/wip.git] / python / samba / gpclass.py
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E261: at least two spaces before inline comment
2018-08-24 Joe GuoPEP8: fix E227: missing whitespace around bitwise or...
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E225: missing whitespace around operator
2018-08-24 Joe GuoPEP8: fix E211: whitespace before '('
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
2018-07-12 David Muldergpo: Don't duplicate guids in the apply log
2018-07-12 David Muldergpo: add list_gp_extensions for listing registered...
2018-07-12 David Muldergpo: add unregister_gp_extension for unregistering...
2018-07-12 David Muldergpo: add register_gp_extension for registering gp exten...
2018-07-12 David Muldergpo: Offline policy application via cache
2018-07-12 David Muldergpo: Read GPO versions locally, not from sysvol
2018-04-12 David Muldergpo: python chardet is not a dep of samba
2018-04-12 David Muldergpo: Create a gp_sec_ext module
2018-04-12 David Muldergpo: Move implementation from samba_gpoupdate
2018-04-12 David Muldergpo: Create base class gp_inf_ext
2018-04-12 David Muldergpo: Move the file parse function to gp_ext
2018-04-12 David Muldergpo: Move gp_sec_ext __init__ to base class
2018-04-12 David Muldergpo: Rename the inf_to class to gp_ext_setter
2018-01-13 David Muldergpo: Add the winbind call to gpupdate
2018-01-13 David Muldergpo: Fix crashes in gpo unapply
2017-12-15 David Muldergpo: Only commit the earliest change to the log
2017-12-15 David Muldergpo: Fix the empty apply log
2017-11-21 Garming SamFix formating of sources to be less than 80 lines
2017-11-20 Andrew Bartlettpython: This function converts days to a relative ...
2017-11-20 David Muldergpo: Apply kerberos settings
2017-11-20 David Muldergpo: Always enforce policy, even if unchanged
2017-11-20 David Muldergpo: Add GPO unapply
2017-11-20 David Muldergpo: Add gpo tests
2017-11-20 David Muldergpoupdate: Rewrite samba_gpoupdate
2017-11-20 David Muldergpo: Make the gpclass more easily extensible
2017-11-20 David Muldergpo: Make the gpoupdate script much more reliable
2017-11-20 Luke Morrisongpo: Initial commit for GPO work