summaryrefslogtreecommitdiff
path: root/python/samba/gp
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
2025-03-25python:gp_cert_auto_enrol: fix GUID stringificationDouglas Bagnall1-9/+4
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-30python:gp: Fix logging with gpAndreas Schneider1-2/+3
2024-01-29python:gp: Improve working of log messages to avoid confusionAndreas Schneider1-4/+2
2024-01-29python:gp: Log an error if update failsAndreas Schneider1-1/+3
2024-01-29python:gp: Do not print an error if template already existsAndreas Schneider1-2/+6
2024-01-29python:gp: Do not print an error, if CA already existsAndreas Schneider1-2/+6
2024-01-29python:gp: Improve logging for certificate enrollmentAndreas Schneider1-1/+10
2024-01-29python:gp: Avoid path check for cepces-submitAndreas Schneider1-2/+2
2024-01-23gp: Skip site GP list if no site is foundDavid Mulder1-12/+18
2024-01-22gpo: Do not get templates list on first runGabriel Nagy1-1/+2
2024-01-22gpo: Decode base64 root cert before importingGabriel Nagy1-2/+3
2024-01-10python:gp: Print a nice message if cepces-submit can't be foundAndreas Schneider1-11/+13
2023-12-15python: pep257: docstring should use double quotesRob van der Linde3-66/+66
2023-12-08gp: Remove unused importJoseph Sutton1-2/+1
2023-10-16gpdupate: Implement Drive Maps Client Side ExtensionDavid Mulder2-2/+210
2023-10-16gpupdate: Test Drive Maps Client Side ExtensionDavid Mulder1-0/+28
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 Sutton6-13/+38
2023-08-30gp: Prefer ‘x not in y’ to ‘not x in y’Joseph Sutton1-1/+1
2023-08-30gp: Don’t shadow importsJoseph Sutton1-7/+7
2023-08-30gp: Add missing importJoseph Sutton1-0/+1
2023-08-30python: Fix invalid escape sequencesJoseph Sutton1-3/+3
2023-08-30python: Remove redundant backslashesJoseph Sutton6-10/+10
2023-08-30python: Remove unused importsJoseph Sutton11-20/+9
2023-08-28gp: Send list of keys instead of dict to removeGabriel Nagy1-1/+1
2023-08-28gp: Template changes should invalidate cacheGabriel Nagy1-5/+10
2023-08-28gp: Convert CA certificates to base64Gabriel Nagy1-3/+2
2023-08-28gp: Change root cert extension suffixGabriel Nagy1-1/+2
2023-08-28gp: Support update-ca-trust helperGabriel Nagy1-1/+5
2023-08-28gp: Support more global trust directoriesGabriel Nagy1-1/+11
2023-07-31gp: Cleanup some unused codeDavid Mulder2-2/+0
2023-07-31gp: Ensure centrify crontab user policy performs proper cleanupDavid Mulder1-51/+24
2023-07-31gp: Ensure script user policy performs proper cleanupDavid Mulder1-30/+34
2023-07-31gp: Ensure smb.conf policy preforms proper cleanupDavid Mulder1-26/+51
2023-07-31gp: Ensure MOTD policy preforms proper cleanupDavid Mulder1-18/+29
2023-07-31gp: Ensure Issue policy preforms proper cleanupDavid Mulder1-18/+29
2023-07-31gp: Ensure Messages policy preforms proper cleanupDavid Mulder1-33/+41
2023-07-31gp: Ensure Firefox policy preforms proper cleanupDavid Mulder1-45/+94
2023-07-31gp: Add a misc applier, to assist some gp extsDavid Mulder1-0/+27
2023-07-31gp: Ensure Firewalld preforms proper cleanupDavid Mulder1-30/+44
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-19gp: sshd policy correctly sort policyDavid Mulder1-5/+13
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: Deprecate libgpo.get_gpo_listDavid Mulder1-0/+17