summaryrefslogtreecommitdiff
path: root/python/samba/gp_sec_ext.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-10python/samba: PY3 port gpo.apply smbtorture testNoel Power1-2/+3
2018-10-08gpo: add unapply to the gp_sec_extDavid Mulder1-0/+18
2018-10-08gpo: remove unreached non-DC branch in gp_sec_ext.apply_map()David Mulder1-2/+0
2018-10-08gpo: Move policy application to the gp_extDavid Mulder1-1/+15
2018-10-08gpo: Remove unused gp_ext.list() functionDavid Mulder1-4/+0
2018-10-08gpo: Implement process_group_policy() gp_ext funcDavid Mulder1-0/+11
2018-10-08gpo: Remove unused methods from gp_sec_extDavid Mulder1-6/+0
2018-10-08gpo: gp_sec_ext should check whether to applyDavid Mulder1-0/+18
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-09-06PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-2/+2
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-4/+4
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-2/+2
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-4/+4
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-2/+2
2018-08-24PEP8: fix E131: continuation line unaligned for hanging indentJoe Guo1-1/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-5/+5
2018-08-24PEP8: fix E271: multiple spaces after keywordJoe Guo1-1/+1
2018-07-13samdb: use int for get and set methods instead of digit strJoe Guo1-4/+4
2018-07-13gpo: Specify samba module when importing from gpclassDavid Mulder1-1/+1
2018-04-12gpo: Create a gp_sec_ext moduleDavid Mulder1-0/+153