summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2023-02-03gp: samba-tool gpo cse register/unregister/listDavid Mulder1-0/+110
2023-01-30samba-tool: Use ntstatus constants in gpo commandsDavid Mulder1-127/+134
2023-01-30samba-tool: gpo show/load handle utf-16-le stringsDavid Mulder1-1/+6
2023-01-30samba-tool: gpo load provide option for replace vs mergeDavid Mulder1-3/+8
2023-01-30samba-tool: gpo load add Registry ext by defaultDavid Mulder1-3/+9
2023-01-30samba-tool: gpo load extension namesDavid Mulder1-6/+37
2023-01-30samba-tool: gpo load/remove increment GPT.INIDavid Mulder2-12/+20
2023-01-30samba-tool: gpo load/remove bytesDavid Mulder1-0/+32
2023-01-30samba-tool: gpo load/remove commandsDavid Mulder1-0/+126
2023-01-30samba-tool: Move smb_connection to a common fileDavid Mulder2-20/+21
2023-01-30samba-tool: Move create_directory_hier to a common fileDavid Mulder2-8/+27
2023-01-30samba-tool: gpo show command list policiesDavid Mulder1-1/+52
2023-01-17samba-tool domain: fix a typo in samba-tool passwordsettings option descriptionBjörn Baumbach1-1/+1
2022-12-13CVE-2022-37966 samba-tool: add 'domain trust modify' commandStefan Metzmacher1-0/+121
2022-12-13CVE-2022-37966 samba-tool: Declare explicitly RC4 support of trust objectsJoseph Sutton1-2/+5
2022-12-13CVE-2022-37966 samba-tool: Fix 'domain trust create' documentationJoseph Sutton1-1/+1
2022-11-21gp: PAM Access should implicitly deny ALL w/ allowDavid Mulder1-1/+2
2022-11-21gp: samba-tool manage gpo access add don't fail w/out upnDavid Mulder1-5/+3
2022-11-21gp: Make samba-tool gpo manage sudoers remove backward compatibleDavid Mulder1-18/+46
2022-11-21gp: Make samba-tool gpo manage sudoers list backward compatibleDavid Mulder1-18/+42
2022-11-15gp: Fix startup scripts add not always set runonceDavid Mulder1-1/+1
2022-11-15gp: Fix startup scripts list not fail with empty argsDavid Mulder1-1/+5
2022-11-15gp: startup scripts list enclude newline in outputDavid Mulder1-1/+1
2022-11-15gp: startup scripts add clarify 'args' optionDavid Mulder1-1/+1
2022-11-15gp: Fix startup scripts add argsDavid Mulder1-1/+1
2022-10-21samba-tool: Fix double-word in samba-tool domain passwordsettingsJoseph Sutton1-1/+1
2022-10-05python: Handle LdbError thrown from functions operating on DNsJoseph Sutton1-5/+13
2022-10-04CVE-2007-4559 python: ensure sanity in our tarfilesDouglas Bagnall1-1/+1
2022-09-27samba-tool dsacl: Create common superclass for dsacl commandsChristian Merten1-49/+20
2022-09-27samba-tool dsacl: Create helper functions to remove code duplicationChristian Merten1-75/+43
2022-09-27samba-tool dsacl: Add subcommand to delete ACEsChristian Merten1-0/+80
2022-09-19samba-tool dbcheck: use colour if wantedDouglas Bagnall1-1/+8
2022-09-16samba-tool: no stack trace on missing ldb tdbDouglas Bagnall1-0/+4
2022-09-16samba-tool: write ERROR in red if colour is wantedDouglas Bagnall1-6/+15
2022-09-16samba-tool visualize: simplify --color-scheme calculationsDouglas Bagnall1-19/+17
2022-09-16samba-tool visualise: use global --colorDouglas Bagnall1-16/+9
2022-09-16samba-tool: --color=auto looks at stderr and stdoutDouglas Bagnall1-1/+3
2022-09-16samba-tool drs showrepl: use global --color optionDouglas Bagnall1-5/+1
2022-09-16samba-tool: save --color choice for subcommandsDouglas Bagnall1-0/+2
2022-09-16samba-tool: make --color a general optionDouglas Bagnall3-0/+12
2022-09-16samba-tool: simplify and clarify SuperCommand._run() a littleDouglas Bagnall1-2/+5
2022-09-08pytest/samba-tool: entry function follows too logicDouglas Bagnall1-2/+9
2022-09-08samba-tool: add a convenience function that does it allDouglas Bagnall1-0/+7
2022-09-08samba-tool: _resolve() can set outf, errfDouglas Bagnall1-6/+12
2022-09-08samba-tool: more conventional usage of parser.parse_argsDouglas Bagnall1-3/+2
2022-09-08samba-tool: separate ._run() from command resolutionDouglas Bagnall1-32/+55
2022-09-08samba-tool: do not crash on unimplemented .run()Douglas Bagnall1-2/+2
2022-09-07samba-tool ntacl: better messages for missing filesDouglas Bagnall1-8/+18
2022-09-06samba-tool domain: use string_to_level helper()Douglas Bagnall1-21/+3
2022-09-06samba-tool domain: add string_to_level() helperDouglas Bagnall1-0/+8