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