summaryrefslogtreecommitdiff
path: root/python/samba/gpclass.py
Commit message (Expand)AuthorAgeFilesLines
* python/gpclass: Convert gpclass to use s3 SMB Python bindingsTim Beale2019-01-171-3/+7
* python/samba: PY3 port gpo.apply smbtorture testNoel Power2018-12-101-8/+9
* python/samba: use PY3 version of ConfigParserNoel Power2018-10-231-1/+1
* gpo PEP8: balance whitespace around equalsDouglas Bagnall2018-10-081-1/+1
* gpupdate: Add the --force optionDavid Mulder2018-10-081-11/+16
* gpo: Remove unused apply_log_pop() and list() funcsDavid Mulder2018-10-081-50/+0
* gpo: add unapply to the gp_sec_extDavid Mulder2018-10-081-0/+4
* gpo: Calculate deleted gpos and unapply themDavid Mulder2018-10-081-1/+8
* gpo: Use the new process_group_policy() for unapplyDavid Mulder2018-10-081-17/+11
* gpo: avoid quadratic behaviour in guid retrievalDouglas Bagnall2018-10-081-6/+6
* gpo: Create a function for returning applied settingsDavid Mulder2018-10-081-0/+39
* gpo: apply_map should not be required for gp_extDavid Mulder2018-10-081-4/+0
* gpo: Move policy application to the gp_extDavid Mulder2018-10-081-25/+1
* gpo: Remove unused gp_ext.list() functionDavid Mulder2018-10-081-4/+0
* gpo: Implement process_group_policy() gp_ext funcDavid Mulder2018-10-081-18/+25
* gpo: Initialize gp_ext variables in constructorDavid Mulder2018-10-081-7/+6
* gpo: Initialize SamDB in the gp_sec_extDavid Mulder2018-10-081-11/+11
* gpo: abstract methods are defined in the parent classDavid Mulder2018-10-081-12/+0
* 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