summaryrefslogtreecommitdiff
path: root/python/samba/gpclass.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-11samba-gpupdate: Check sysvol download paths in case-insensitive wayDavid Mulder1-2/+3
2021-03-08gpo: Improve the samba-gpupdate --rsop outputDavid Mulder1-1/+8
2020-12-19gpo: Add gp_xml_ext parser for group policyDavid Mulder1-0/+9
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-09-02gpo: Pass necessary parameters to rsopDavid Mulder1-1/+1
2020-09-02gpo: Test rsop function for successDavid Mulder1-2/+2
2020-08-27gpo: Fix unapply failure when multiple extensions runDavid Mulder1-0/+3
2020-08-24python compat: remove ConfigParserDavid Mulder1-3/+3
2020-08-19s3:client: Turn off smb signing for message opAndreas Schneider1-1/+1
2020-08-19python: Set smb signing via the creds APIAndreas Schneider1-0/+7
2020-08-11python compat: remove StringIODouglas Bagnall1-1/+1
2020-08-06gpo: Remove unused gp_ext_setter codeDavid Mulder1-31/+0
2020-08-06gpo: Add --rsop option to samba-gpupdateDavid Mulder1-0/+38
2020-08-06gpo: Properly decode utf-8/16 inf files from bytesDavid Mulder1-3/+3
2020-06-23Create Registry.pol group policy extension parserDavid Mulder1-2/+12
2019-01-17python/gpclass: Convert gpclass to use s3 SMB Python bindingsTim Beale1-3/+7
2018-12-10python/samba: PY3 port gpo.apply smbtorture testNoel Power1-8/+9
2018-10-23python/samba: use PY3 version of ConfigParserNoel Power1-1/+1
2018-10-08gpo PEP8: balance whitespace around equalsDouglas Bagnall1-1/+1
2018-10-08gpupdate: Add the --force optionDavid Mulder1-11/+16
2018-10-08gpo: Remove unused apply_log_pop() and list() funcsDavid Mulder1-50/+0
2018-10-08gpo: add unapply to the gp_sec_extDavid Mulder1-0/+4
2018-10-08gpo: Calculate deleted gpos and unapply themDavid Mulder1-1/+8
2018-10-08gpo: Use the new process_group_policy() for unapplyDavid Mulder1-17/+11
2018-10-08gpo: avoid quadratic behaviour in guid retrievalDouglas Bagnall1-6/+6
2018-10-08gpo: Create a function for returning applied settingsDavid Mulder1-0/+39
2018-10-08gpo: apply_map should not be required for gp_extDavid Mulder1-4/+0
2018-10-08gpo: Move policy application to the gp_extDavid Mulder1-25/+1
2018-10-08gpo: Remove unused gp_ext.list() functionDavid Mulder1-4/+0
2018-10-08gpo: Implement process_group_policy() gp_ext funcDavid Mulder1-18/+25
2018-10-08gpo: Initialize gp_ext variables in constructorDavid Mulder1-7/+6
2018-10-08gpo: Initialize SamDB in the gp_sec_extDavid Mulder1-11/+11
2018-10-08gpo: abstract methods are defined in the parent classDavid Mulder1-12/+0
2018-09-03python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2Noel Power1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-2/+2
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-2/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+20
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E227: missing whitespace around bitwise or shift operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E211: whitespace before '('Joe Guo1-2/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-3/+3
2018-07-12gpo: Don't duplicate guids in the apply logDavid Mulder1-3/+5
2018-07-12gpo: add list_gp_extensions for listing registered gp extensionsDavid Mulder1-0/+13
2018-07-12gpo: add unregister_gp_extension for unregistering gp extensionsDavid Mulder1-0/+12
2018-07-12gpo: add register_gp_extension for registering gp extensionsDavid Mulder1-0/+48
2018-07-12gpo: Offline policy application via cacheDavid Mulder1-28/+7
2018-07-12gpo: Read GPO versions locally, not from sysvolDavid Mulder1-3/+53