summaryrefslogtreecommitdiff
path: root/python/samba/getopt.py
AgeCommit message (Expand)AuthorFilesLines
2025-03-12python:getopt: hack to generate docbook stubs from --helpDouglas Bagnall1-0/+52
2025-02-08py:get_opts:VersionOptions prints version in --helpDouglas Bagnall1-2/+2
2024-04-23python/samba/getopt: don't prompt for a password for --use-krb5-ccache=...Stefan Metzmacher1-0/+1
2023-10-25python: getopt: HostOptions and other option groups inherit from samba Option...Rob van der Linde1-9/+5
2023-10-24netcmd: auth policy: add OptionGroup classes for user, service and computer o...Rob van der Linde1-0/+23
2023-10-24python: getopt: Add HostOptions to avoid need to manually add -HRob van der Linde1-0/+16
2023-10-24python: getopt: implement required flag on options and OptionParserRob van der Linde1-1/+35
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde1-0/+22
2023-10-24python: netcmd: remove OptionError alias to OptionValueErrorRob van der Linde1-4/+4
2023-10-24python: getopt: rename SambaOption to OptionRob van der Linde1-1/+1
2023-10-24python: add docstrings to Validator and ValidationErrorRob van der Linde1-0/+8
2023-10-24python: move Validator base class and ValidationError to getoptRob van der Linde1-0/+12
2023-10-24python: getopt: move validators logic to parent classRob van der Linde1-0/+17
2023-10-24python: getopt: move SambaOption to the top of the fileRob van der Linde1-45/+45
2023-10-24python: getopt: correctly group and sort importsRob van der Linde1-2/+3
2023-10-24python: getopt: update super calls to python3 styleRob van der Linde1-5/+5
2023-10-24python: move comment for check_bytes to docstringRob van der Linde1-4/+5
2023-10-24python: PEP8 fixup whitespace in getopt.py firstRob van der Linde1-6/+6
2023-07-21samba-tool: Use samba.glue.get_burnt_cmdline rather than regexAndrew Bartlett1-49/+20
2022-10-04samba-tool: Use authentication file to pass credentialsNikola Radovanovic1-0/+10
2022-09-06py/getopt: allow --option arguments to contain '='Douglas Bagnall1-1/+1
2022-09-06py/getopt: improve messages for bad --realmDouglas Bagnall1-1/+4
2022-09-06py/getopt: improve messages for bad --debug argDouglas Bagnall1-1/+4
2022-09-06samba-tool: avoid traceback for options errorsDouglas Bagnall1-0/+3
2022-07-22gpo: samba-gpupdate use s3 param for registry confDavid Mulder1-0/+9
2021-06-20python: Streamline option parser of python toolsAndreas Schneider1-6/+36
2020-11-26Remove password from samba-tool proctitleHeiko Baumann1-0/+48
2019-07-02python getopt: Add bytes option typeGary Lockyer1-0/+45
2018-11-14python/samba: PY3 fix can't compare string with intNoel Power1-3/+0
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-19/+19
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-06-12python: call fault_setup() if samba.getopt is usedStefan Metzmacher1-0/+2
2017-09-07python: Allow debug classes to be specified on the command line for python toolsAndrew Bartlett1-3/+3
2017-07-28python/getopt: Add --krb5-ccache (for samba-tool etc) to match the C binariesAndrew Bartlett1-0/+7
2017-06-23python/getopt: -d/--debuglevel saves value in options for scriptsDouglas Bagnall1-0/+1
2017-03-10python: samba.getopt: Port module to Python 3 compatible formLumir Balhar1-6/+2
2015-07-08python/samba: add on optional 'special_name' argument to CredentialsOptions()Stefan Metzmacher1-10/+27
2015-03-06samba-tool: Add -P to options.CredentialsOptionsAndrew Bartlett1-5/+21
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+251