summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2025-11-05samba-tool: Add subcommand to generate Certificate Signing Requests with SID ...Jennifer Sutton4-0/+185
2025-11-05samba-tool: Fix commentsJennifer Sutton2-2/+2
2025-08-20samba-tool: copy user_keytrust to computer keytrustDouglas Bagnall2-0/+226
2025-08-20samba-tool computer: remove unused importsDouglas Bagnall1-4/+1
2025-08-20samba-tool: add user keytrust commandDouglas Bagnall2-0/+225
2025-08-20samba-tool: Command.message() can print multiple linesDouglas Bagnall1-2/+3
2025-08-20samba-tool: add verbose flag to @exception_to_command_errorDouglas Bagnall1-1/+19
2025-08-20samba-tool: add decorator to catch exception typesDouglas Bagnall1-0/+18
2025-06-05samba-tool dns: add --allow-existing to not complain if records existDouglas Bagnall1-5/+17
2025-05-26samba-tool: Fix code spellingJennifer Sutton1-1/+1
2025-05-26python: Fix logging callJennifer Sutton1-1/+1
2025-03-29samba-tool backup restore: cope with no sysvolDouglas Bagnall1-2/+5
2025-03-29samba-tool testparm: avoid lowering debug levelDouglas Bagnall1-1/+2
2025-03-29samba-tool testparm: drop unsupported optionsDouglas Bagnall1-11/+1
2025-03-29samba-tool gpo: use a real XML parser to check entity validityDouglas Bagnall1-20/+25
2025-03-29samba-tool gpo: separate function for dtd header generationDouglas Bagnall1-6/+12
2025-03-26samba-tool domain backup: add --no-sysvol optionThomas Karlsson1-9/+13
2025-03-25samba-tool gpo: better entities check copes with new linesDouglas Bagnall1-2/+2
2025-03-25samba-tool gpo backup fix --generalizeDouglas Bagnall1-3/+5
2025-03-25python:netcmd:gpo: fix crash when updating an MOTD GPOAndreas Hasenack1-2/+6
2025-03-25samba-tool gpo: close opened filesDouglas Bagnall1-6/+10
2025-03-19python/gpo.py: avoid SDDL conversion for dsacl2fsaclRalph Boehme1-2/+1
2025-02-24samba-tool/testparm: make it clear that 'client use krb5 netlogon' is experim...Stefan Metzmacher1-0/+10
2025-02-17python:lsa_utils: Fix fallback to OpenPolicy2Stefan Metzmacher1-50/+42
2025-02-17python:lsa_utils: Don't use optional arguments for OpenPolicyFallback()Andreas Schneider1-0/+1
2025-02-08samba-tool contact: remove useless versionopts referencesDouglas Bagnall1-14/+1
2025-02-08samba-tool: --version shortcircuits option evaluationDouglas Bagnall1-2/+5
2025-02-08samba-tool: all subcommands know --versionDouglas Bagnall2-7/+33
2025-02-08samba-tool: do not complain of no sub-command with '-V'Douglas Bagnall1-1/+2
2025-02-04netcmd: Increase the transaction_index_cache_size to 200k for schemaupgradeAndréas Leroux1-1/+5
2025-01-23samba-tool user disable: add new --remove-supplemental-groups optionBjörn Baumbach1-6/+40
2025-01-23samba-tool user disable: make sure that filter matches only one userBjörn Baumbach1-0/+11
2025-01-23samba-tool user disable: rename filter variable to search_filterBjörn Baumbach1-7/+10
2025-01-23samba-tool user disable: set proper --filter option descriptionBjörn Baumbach1-1/+3
2025-01-23samba-tool group removemembers: avoid python backtrace on errorBjörn Baumbach1-1/+1
2025-01-02testparm: do not fail if /run/samba does not existMichael Tokarev1-4/+2
2024-12-20samba-tool user: hashlib.sha1 is always presentDouglas Bagnall1-12/+4
2024-12-20samba-tool user: use _glue.crypt, not crypt.cryptDouglas Bagnall1-15/+6
2024-12-20samba-tool: no traceback for unauthenticated rootdse accessDouglas Bagnall1-0/+3
2024-12-10samba-tool/backup: set the right permissions on our root dirBjörn Jacke1-0/+2
2024-11-06samba-tool:: s/the the\b/the/ in docstringDouglas Bagnall1-1/+1
2024-10-31netcmd: More explicit warning when python-gpg is missingAndréas Leroux1-1/+5
2024-10-04netcmd:domain:policy: Fix missing conversion from tgt_lifetime minutes to 10^...Andréas Leroux1-6/+12
2024-09-24samba-tool: Fix for inability to delete GPOs containing GPWL policiesKacper Boström1-2/+2
2024-09-10netcmd: user: Fix typo in samba-tool error messageLyanis Souidi1-1/+1
2024-08-04python:netcmd: Explicitly delete samdb variablesJo Sutton1-2/+2
2024-06-12samba-tool ldapcmp: remove a dodgy unused methodDouglas Bagnall1-26/+0
2024-06-12samba-tool domain trust: avoid useless use of string_to_byte_arrayDouglas Bagnall1-4/+4
2024-06-11samba-tool user readpasswords: avoid `assert` for validationDouglas Bagnall1-1/+4
2024-06-06python:netcmd: Create a SHA256SUM file with checksumsAndreas Schneider1-0/+25