gpo: avoid quadratic behaviour in guid retrieval
[nivanova/samba-autobuild/.git] / python / samba / gpclass.py
2018-10-08 Douglas Bagnallgpo: avoid quadratic behaviour in guid retrieval
2018-10-08 David Muldergpo: Create a function for returning applied settings
2018-10-08 David Muldergpo: apply_map should not be required for gp_ext
2018-10-08 David Muldergpo: Move policy application to the gp_ext
2018-10-08 David Muldergpo: Remove unused gp_ext.list() function
2018-10-08 David Muldergpo: Implement process_group_policy() gp_ext func
2018-10-08 David Muldergpo: Initialize gp_ext variables in constructor
2018-10-08 David Muldergpo: Initialize SamDB in the gp_sec_ext
2018-10-08 David Muldergpo: abstract methods are defined in the parent class
2018-09-03 Noel Powerpython/samba/tests: Use io.StringIO for py3 and StringI...
2018-08-24 Joe GuoPEP8: fix E713: test for membership should be 'not in'
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