summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde2-47/+59
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde1-26/+6
2023-10-25python: Remove unnecessary f‐stringsJoseph Sutton1-2/+2
2023-10-24netcmd: auth policy: add OptionGroup classes for user, service and computer o...Rob van der Linde2-117/+110
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde7-139/+89
2023-10-24python: netcmd: make use of required flag on Option for claims commandsRob van der Linde5-69/+19
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde1-2/+2
2023-10-24python: netcmd: catch parent exception class OptParseError insteadRob van der Linde1-2/+2
2023-10-24python: getopt: rename SambaOption to OptionRob van der Linde1-2/+1
2023-10-24python: netcmd: remove redundant Option subclassRob van der Linde1-5/+2
2023-10-24python: netcmd: SUPPRESS_HELP constant has no effect hereRob van der Linde3-3/+5
2023-10-24python: netcmd: dbcheck: fix import grouping and orderRob van der Linde1-8/+6
2023-10-24python: netcmd: ntacl: fix import grouping and orderRob van der Linde1-13/+9
2023-10-24python: move Validator base class and ValidationError to getoptRob van der Linde1-12/+1
2023-10-24python: getopt: move validators logic to parent classRob van der Linde1-17/+0
2023-10-24netcmd: don't turn exception into CommandError in run_validatorsRob van der Linde1-12/+10
2023-10-24netcmd: PEP8: minor whitespace fix, file did not pass PEP8Rob van der Linde1-1/+1
2023-10-24netcmd: move comment above class to docstringRob van der Linde1-3/+2
2023-10-24netcmd: correctly pass Samba option class to OptionParserRob van der Linde1-1/+3
2023-09-29samba-tool: Fix for gpo restore not working without --tmpdirKacper1-0/+9
2023-09-29netcmd: auth: add new SDDL fields to create and modify auth policy commandsRob van der Linde1-4/+65
2023-09-29netcmd: models: add SDDL fields to AuthenticationPolicy modelRob van der Linde1-1/+12
2023-09-29netcmd: models: add SDDL model fieldRob van der Linde1-0/+31
2023-09-29netcmd: models: add FieldError subclass which stores the fieldRob van der Linde2-3/+15
2023-09-29netcmd: models: field to_db_value needs ldb paramRob van der Linde2-15/+23
2023-08-30gp: Use read_file() instead of readfp()Joseph Sutton1-4/+4
2023-08-30samba-tool: Remove useless returnJoseph Sutton1-1/+0
2023-08-28samba-tool: Allow LDB URL to be NoneJoseph Sutton1-1/+1
2023-08-21python:netcmd: Remove semicolonJoseph Sutton1-1/+1
2023-08-21python:netcmd: Add missing newlines to error messagesJoseph Sutton1-2/+2
2023-08-13python/samba/netcmd/domain/schemaupgrade.py: fix missing newlineMichael Tokarev1-1/+1
2023-08-08samba-tool/ntacl: Remove unused importsJoseph Sutton1-2/+1
2023-08-08samba-tool/ntacl: Remove unused variableJoseph Sutton1-1/+0
2023-08-08samba-tool/ntacl: Remove unused and unnecessary returnJoseph Sutton1-9/+9
2023-08-04netcmd: user: readpasswords: move syncpasswords command to readpasswordsRob van der Linde2-859/+881
2023-08-04netcmd: user: readpasswords: move getpassword command to readpasswordsRob van der Linde2-171/+203
2023-08-04netcmd: user: readpasswords: move common.py to readpasswordsRob van der Linde4-11/+2
2023-08-04netcmd: user: readpasswords: move show command to readpasswordsRob van der Linde3-3/+4
2023-08-04netcmd: user: readpasswords: turn getpassword.py into readpasswords moduleRob van der Linde2-3/+3
2023-08-04netcmd: user: move user sensitive commandRob van der Linde2-71/+85
2023-08-04netcmd: user: move user add_unix_attrs commandRob van der Linde2-218/+245
2023-08-04netcmd: user: move user unlock commandRob van der Linde2-72/+101
2023-08-04netcmd: user: move user rename commandRob van der Linde2-223/+250
2023-08-04netcmd: user: move user move commandRob van der Linde2-80/+107
2023-08-04netcmd: user: move user show commandRob van der Linde2-116/+145
2023-08-04netcmd: user: move user edit commandRob van der Linde2-110/+138
2023-08-04netcmd: user: move user getpassword and syncpasswords commandsRob van der Linde2-1018/+1053
2023-08-04netcmd: user: move user setpassword commandRob van der Linde2-136/+162
2023-08-04netcmd: user: move user setprimarygroup commandRob van der Linde2-110/+139
2023-08-04netcmd: user: move user getgroups commandRob van der Linde2-92/+121