summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* python:netcmd: Decode return value of find_netbios() from bytes into stringAndreas Schneider2023-04-051-1/+1
* samba-tool domain: fix a typo in samba-tool passwordsettings option descriptionBjörn Baumbach2023-01-171-1/+1
* CVE-2022-37966 samba-tool: add 'domain trust modify' commandStefan Metzmacher2022-12-131-0/+121
* CVE-2022-37966 samba-tool: Declare explicitly RC4 support of trust objectsJoseph Sutton2022-12-131-2/+5
* CVE-2022-37966 samba-tool: Fix 'domain trust create' documentationJoseph Sutton2022-12-131-1/+1
* gp: PAM Access should implicitly deny ALL w/ allowDavid Mulder2022-11-211-1/+2
* gp: samba-tool manage gpo access add don't fail w/out upnDavid Mulder2022-11-211-5/+3
* gp: Make samba-tool gpo manage sudoers remove backward compatibleDavid Mulder2022-11-211-18/+46
* gp: Make samba-tool gpo manage sudoers list backward compatibleDavid Mulder2022-11-211-18/+42
* gp: Fix startup scripts add not always set runonceDavid Mulder2022-11-151-1/+1
* gp: Fix startup scripts list not fail with empty argsDavid Mulder2022-11-151-1/+5
* gp: startup scripts list enclude newline in outputDavid Mulder2022-11-151-1/+1
* gp: startup scripts add clarify 'args' optionDavid Mulder2022-11-151-1/+1
* gp: Fix startup scripts add argsDavid Mulder2022-11-151-1/+1
* samba-tool: Fix double-word in samba-tool domain passwordsettingsJoseph Sutton2022-10-211-1/+1
* python: Handle LdbError thrown from functions operating on DNsJoseph Sutton2022-10-051-5/+13
* CVE-2007-4559 python: ensure sanity in our tarfilesDouglas Bagnall2022-10-041-1/+1
* samba-tool dsacl: Create common superclass for dsacl commandsChristian Merten2022-09-271-49/+20
* samba-tool dsacl: Create helper functions to remove code duplicationChristian Merten2022-09-271-75/+43
* samba-tool dsacl: Add subcommand to delete ACEsChristian Merten2022-09-271-0/+80
* samba-tool dbcheck: use colour if wantedDouglas Bagnall2022-09-191-1/+8
* samba-tool: no stack trace on missing ldb tdbDouglas Bagnall2022-09-161-0/+4
* samba-tool: write ERROR in red if colour is wantedDouglas Bagnall2022-09-161-6/+15
* samba-tool visualize: simplify --color-scheme calculationsDouglas Bagnall2022-09-161-19/+17
* samba-tool visualise: use global --colorDouglas Bagnall2022-09-161-16/+9
* samba-tool: --color=auto looks at stderr and stdoutDouglas Bagnall2022-09-161-1/+3
* samba-tool drs showrepl: use global --color optionDouglas Bagnall2022-09-161-5/+1
* samba-tool: save --color choice for subcommandsDouglas Bagnall2022-09-161-0/+2
* samba-tool: make --color a general optionDouglas Bagnall2022-09-163-0/+12
* samba-tool: simplify and clarify SuperCommand._run() a littleDouglas Bagnall2022-09-161-2/+5
* pytest/samba-tool: entry function follows too logicDouglas Bagnall2022-09-081-2/+9
* samba-tool: add a convenience function that does it allDouglas Bagnall2022-09-081-0/+7
* samba-tool: _resolve() can set outf, errfDouglas Bagnall2022-09-081-6/+12
* samba-tool: more conventional usage of parser.parse_argsDouglas Bagnall2022-09-081-3/+2
* samba-tool: separate ._run() from command resolutionDouglas Bagnall2022-09-081-32/+55
* samba-tool: do not crash on unimplemented .run()Douglas Bagnall2022-09-081-2/+2
* samba-tool ntacl: better messages for missing filesDouglas Bagnall2022-09-071-8/+18
* samba-tool domain: use string_to_level helper()Douglas Bagnall2022-09-061-21/+3
* samba-tool domain: add string_to_level() helperDouglas Bagnall2022-09-061-0/+8
* samba-tool domain: expand string_version_to_constant rangeDouglas Bagnall2022-09-061-0/+4
* samba-tool domain show: report level 2016Douglas Bagnall2022-09-061-1/+3
* samba-tool domain show: use level_to_string()Douglas Bagnall2022-09-061-46/+4
* samba-tool domain: helper function for domain level namesDouglas Bagnall2022-09-061-0/+17
* samba-tool ldapcmp: use CommandError on auth failureDouglas Bagnall2022-09-061-2/+7
* samba-tool ldapcmp: use CommandError, not assertionDouglas Bagnall2022-09-061-1/+4
* samba-tool ldapcmp: do not assume common attributesDouglas Bagnall2022-09-061-1/+1
* samba-tool ldapcmp: use shorter names in cmp_attrsDouglas Bagnall2022-09-061-15/+19
* samba-tool ldapcmp: use ValueError, not ExceptionDouglas Bagnall2022-09-061-1/+1
* samba-tool dns: catch werror.WERR_ACCESS_DENIEDDouglas Bagnall2022-09-061-0/+1
* samba-tool dns: use DnsconnWrapper in zonecreateDouglas Bagnall2022-09-061-8/+8