summaryrefslogtreecommitdiff
path: root/python/samba/gpclass.py
AgeCommit message (Expand)AuthorFilesLines
2018-04-12gpo: python chardet is not a dep of sambaDavid Mulder1-1/+0
2018-04-12gpo: Create a gp_sec_ext moduleDavid Mulder1-134/+0
2018-04-12gpo: Move implementation from samba_gpoupdateDavid Mulder1-0/+76
2018-04-12gpo: Create base class gp_inf_extDavid Mulder1-34/+47
2018-04-12gpo: Move the file parse function to gp_extDavid Mulder1-27/+29
2018-04-12gpo: Move gp_sec_ext __init__ to base classDavid Mulder1-3/+3
2018-04-12gpo: Rename the inf_to class to gp_ext_setterDavid Mulder1-3/+3
2018-01-13gpo: Add the winbind call to gpupdateDavid Mulder1-8/+1
2018-01-13gpo: Fix crashes in gpo unapplyDavid Mulder1-4/+11
2017-12-15gpo: Only commit the earliest change to the logDavid Mulder1-1/+1
2017-12-15gpo: Fix the empty apply logDavid Mulder1-28/+37
2017-11-21Fix formating of sources to be less than 80 linesGarming Sam1-47/+88
2017-11-20python: This function converts days to a relative (ie negative) NTTIMEAndrew Bartlett1-3/+3
2017-11-20gpo: Apply kerberos settingsDavid Mulder1-1/+31
2017-11-20gpo: Always enforce policy, even if unchangedDavid Mulder1-6/+39
2017-11-20gpo: Add GPO unapplyDavid Mulder1-25/+216
2017-11-20gpo: Add gpo testsDavid Mulder1-2/+5
2017-11-20gpoupdate: Rewrite samba_gpoupdateDavid Mulder1-154/+35
2017-11-20gpo: Make the gpclass more easily extensibleDavid Mulder1-17/+35
2017-11-20gpo: Make the gpoupdate script much more reliableDavid Mulder1-21/+25
2017-11-20gpo: Initial commit for GPO workLuke Morrison1-0/+315