summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-06samba-tool domain: expand string_version_to_constant rangeDouglas Bagnall1-0/+4
2022-09-06samba-tool domain show: report level 2016Douglas Bagnall1-1/+3
2022-09-06samba-tool domain show: use level_to_string()Douglas Bagnall1-46/+4
2022-09-06samba-tool domain: helper function for domain level namesDouglas Bagnall1-0/+17
2022-09-06samba-tool ldapcmp: use CommandError on auth failureDouglas Bagnall1-2/+7
2022-09-06samba-tool ldapcmp: use CommandError, not assertionDouglas Bagnall1-1/+4
2022-09-06samba-tool ldapcmp: do not assume common attributesDouglas Bagnall1-1/+1
2022-09-06samba-tool ldapcmp: use shorter names in cmp_attrsDouglas Bagnall1-15/+19
2022-09-06samba-tool ldapcmp: use ValueError, not ExceptionDouglas Bagnall1-1/+1
2022-09-06samba-tool dns: catch werror.WERR_ACCESS_DENIEDDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: use DnsconnWrapper in zonecreateDouglas Bagnall1-8/+8
2022-09-06samba-tool dns: update_record uses DnsConnWrapperDouglas Bagnall1-15/+16