summaryrefslogtreecommitdiff
path: root/python/samba/gpclass.py
Commit message (Expand)AuthorAgeFilesLines
* python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2Noel Power2018-09-031-1/+1
* PEP8: fix E713: test for membership should be 'not in'Joe Guo2018-08-241-2/+2
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-2/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+2
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+20
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo2018-08-241-3/+3
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-1/+1
* PEP8: fix E211: whitespace before '('Joe Guo2018-08-241-2/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-3/+3
* gpo: Don't duplicate guids in the apply logDavid Mulder2018-07-121-3/+5
* gpo: add list_gp_extensions for listing registered gp extensionsDavid Mulder2018-07-121-0/+13
* gpo: add unregister_gp_extension for unregistering gp extensionsDavid Mulder2018-07-121-0/+12
* gpo: add register_gp_extension for registering gp extensionsDavid Mulder2018-07-121-0/+48
* gpo: Offline policy application via cacheDavid Mulder2018-07-121-28/+7
* gpo: Read GPO versions locally, not from sysvolDavid Mulder2018-07-121-3/+53
* gpo: python chardet is not a dep of sambaDavid Mulder2018-04-121-1/+0
* gpo: Create a gp_sec_ext moduleDavid Mulder2018-04-121-134/+0
* gpo: Move implementation from samba_gpoupdateDavid Mulder2018-04-121-0/+76
* gpo: Create base class gp_inf_extDavid Mulder2018-04-121-34/+47
* gpo: Move the file parse function to gp_extDavid Mulder2018-04-121-27/+29
* gpo: Move gp_sec_ext __init__ to base classDavid Mulder2018-04-121-3/+3
* gpo: Rename the inf_to class to gp_ext_setterDavid Mulder2018-04-121-3/+3
* gpo: Add the winbind call to gpupdateDavid Mulder2018-01-131-8/+1
* gpo: Fix crashes in gpo unapplyDavid Mulder2018-01-131-4/+11
* gpo: Only commit the earliest change to the logDavid Mulder2017-12-151-1/+1
* gpo: Fix the empty apply logDavid Mulder2017-12-151-28/+37
* Fix formating of sources to be less than 80 linesGarming Sam2017-11-211-47/+88
* python: This function converts days to a relative (ie negative) NTTIMEAndrew Bartlett2017-11-201-3/+3
* gpo: Apply kerberos settingsDavid Mulder2017-11-201-1/+31
* gpo: Always enforce policy, even if unchangedDavid Mulder2017-11-201-6/+39
* gpo: Add GPO unapplyDavid Mulder2017-11-201-25/+216
* gpo: Add gpo testsDavid Mulder2017-11-201-2/+5
* gpoupdate: Rewrite samba_gpoupdateDavid Mulder2017-11-201-154/+35
* gpo: Make the gpclass more easily extensibleDavid Mulder2017-11-201-17/+35
* gpo: Make the gpoupdate script much more reliableDavid Mulder2017-11-201-21/+25
* gpo: Initial commit for GPO workLuke Morrison2017-11-201-0/+315