summaryrefslogtreecommitdiff
path: root/python/samba/gp/gpclass.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Add check for the GPO link to have at least two attributes separated by semic...Aleksandr Sharov1-1/+3
2024-04-17python: Fix NtVer check for site_dn_for_machine()Andreas Schneider1-3/+1
2024-02-26python:gp: Implement client site lookup in site_dn_for_machine()Andreas Schneider1-23/+45
2024-01-23gp: Skip site GP list if no site is foundDavid Mulder1-12/+18
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-61/+61
2023-10-16gpdupate: Implement Drive Maps Client Side ExtensionDavid Mulder1-0/+67
2023-09-26python: Change the generic merge_nt_token() to being specific to the system_t...Andrew Bartlett1-6/+7
2023-08-30gp: Use read_file() instead of readfp()Joseph Sutton1-2/+2
2023-08-30gp: Fix resource leaksJoseph Sutton1-3/+6
2023-08-30gp: Prefer ‘x not in y’ to ‘not x in y’Joseph Sutton1-1/+1
2023-08-30python: Remove redundant backslashesJoseph Sutton1-1/+1
2023-08-30python: Remove unused importsJoseph Sutton1-5/+3
2023-07-31gp: Add a misc applier, to assist some gp extsDavid Mulder1-0/+27
2023-06-23python:samba:gp: Fix code spellingAndreas Schneider1-1/+1
2023-06-10gp: Fix user apply failure when droping privsDavid Mulder1-1/+1
2023-05-09gp: get_gpo() should re-raise the Exception, not returnDavid Mulder1-1/+1
2023-04-28gp: Add site-dn fallback when rpc call failsDavid Mulder1-4/+22
2023-04-28gpupdate: Implement get_gpo_list in pythonDavid Mulder1-6/+292
2023-03-03gp: Don't use invalid escape sequencesJoseph Sutton1-1/+1
2023-03-03gp: Avoid shadowing importJoseph Sutton1-7/+7
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+6
2023-02-10gp: Log ext failure with file and line numberDavid Mulder1-2/+4
2022-12-21gp: Fix rsop when final value isn't a strDavid Mulder1-1/+6
2022-12-21gp: Re-create files if manually removedDavid Mulder1-1/+2
2022-12-21gp: Implement appliers for monitoring policy changesDavid Mulder1-0/+204
2022-12-06python/samba: use s3 param samba config parsingNoel Power1-1/+2
2022-07-22gpo: samba-gpupdate use s3 param for registry confDavid Mulder1-6/+1
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder1-0/+671