summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/gpcommon.py
AgeCommit message (Collapse)AuthorFilesLines
2023-12-15python: pep257: docstring should use double quotesRob van der Linde1-1/+1
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-01-30samba-tool: gpo load/remove increment GPT.INIDavid Mulder1-0/+9
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Tested-by: Kees van Vloten <keesvanvloten@gmail.com>
2023-01-30samba-tool: Move smb_connection to a common fileDavid Mulder1-0/+20
This is in preparation for needing it here later. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2023-01-30samba-tool: Move create_directory_hier to a common fileDavid Mulder1-0/+26
This is in preparation for needing it here later. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>