python: Fix NtVer check for site_dn_for_machine()
[metze/samba-autobuild/.git] / python / samba / gp / gpclass.py
2024-04-17 Andreas Schneiderpython: Fix NtVer check for site_dn_for_machine()
2024-02-26 Andreas Schneiderpython:gp: Implement client site lookup in site_dn_for_...
2024-01-23 David Muldergp: Skip site GP list if no site is found
2023-12-15 Rob van der Lindepython: pep257: docstring should use double quotes
2023-10-16 David Muldergpdupate: Implement Drive Maps Client Side Extension
2023-09-26 Andrew Bartlettpython: Change the generic merge_nt_token() to being...
2023-08-30 Joseph Suttongp: Use read_file() instead of readfp()
2023-08-30 Joseph Suttongp: Fix resource leaks
2023-08-30 Joseph Suttongp: Prefer ‘x not in y’ to ‘not x in y’
2023-08-30 Joseph Suttonpython: Remove redundant backslashes
2023-08-30 Joseph Suttonpython: Remove unused imports
2023-07-31 David Muldergp: Add a misc applier, to assist some gp exts
2023-06-23 Andreas Schneiderpython:samba:gp: Fix code spelling
2023-06-10 David Muldergp: Fix user apply failure when droping privs
2023-05-09 David Muldergp: get_gpo() should re-raise the Exception, not return
2023-04-28 David Muldergp: Add site-dn fallback when rpc call fails
2023-04-28 David Muldergpupdate: Implement get_gpo_list in python
2023-03-03 Joseph Suttongp: Don't use invalid escape sequences
2023-03-03 Joseph Suttongp: Avoid shadowing import
2023-02-23 Rob van der Lindepython: fix mutable default arguments
2023-02-10 David Muldergp: Log ext failure with file and line number
2022-12-21 David Muldergp: Fix rsop when final value isn't a str
2022-12-21 David Muldergp: Re-create files if manually removed
2022-12-21 David Muldergp: Implement appliers for monitoring policy changes
2022-12-06 Noel Powerpython/samba: use s3 param samba config parsing
2022-07-22 David Muldergpo: samba-gpupdate use s3 param for registry conf
2022-05-31 David Muldergpo: Move Group Policy code below gp directory