summaryrefslogtreecommitdiff
path: root/python/samba/gp_sec_ext.py
Commit message (Expand)AuthorAgeFilesLines
* python2 reduction: Merge remaining compat code into commonDavid Mulder2020-10-021-1/+1
* gpo: gp_krb_ext always uses set_kdc_tdb to updateDavid Mulder2020-08-271-10/+6
* gpo: Move gp_sec_ext conversion functions to topDavid Mulder2020-08-271-18/+17
* gpo: Display Security Extension RSOP on ADDC onlyDavid Mulder2020-08-271-0/+4
* gpo: Clarify the contents of deleted_gpo_list in process_group_policyDavid Mulder2020-08-271-8/+8
* gpo: Remove unused gp_ext_setter codeDavid Mulder2020-08-061-1/+1
* gpo: Extract Access policy from Security extensionDavid Mulder2020-08-061-87/+48
* gpo: Extract Kerberos policy from Security extensionDavid Mulder2020-08-061-26/+60
* gpo: Add RSOP output for Security ExtensionDavid Mulder2020-08-061-0/+16
* 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