summaryrefslogtreecommitdiff
path: root/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-06samba-tool dns: delete uses DnsConnWrapper messagesDouglas Bagnall1-14/+16
2022-09-06samba-tool dns: add uses DnsConnWrapper messagesDouglas Bagnall1-9/+11
2022-09-06samba-tool dns: query uses DnsConnWrapper messagesDouglas Bagnall1-8/+8
2022-09-06samba-tool dns: zonedelete uses DnsConnWrapper messagesDouglas Bagnall1-9/+9
2022-09-06samba-tool dns: NAME_DOES_NOT_EXIST errors; add docstringDouglas Bagnall1-0/+30
2022-09-06samba-tool dns: RECORD_DOES_NOT_EXIST errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: catch ZONE_ALREADY_EXISTS errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: catch DS_UNAVAILABLE errors as CommandErrorsDouglas Bagnall1-0/+1
2022-09-06samba-tool dns: use DnsConnWrapper widelyDouglas Bagnall1-10/+10
2022-09-06samba-tool dns: add a wrapper for better error messagesDouglas Bagnall1-0/+38
2022-09-06samba-tool domain: fix error string for account lockout durationDouglas Bagnall1-1/+2
2022-09-06samba-tool dbcheck: improve --help for --reset-well-known-aclsDouglas Bagnall1-1/+5
2022-09-06samba-tool domain provision: better message if tdbbackup missingDouglas Bagnall1-0/+6
2022-09-06samba-tool: do not force a traceback on CommandErrorDouglas Bagnall1-1/+0
2022-09-06samba-tool: avoid traceback for NT_STATUS_NETWORK_UNREACHABLEDouglas Bagnall1-0/+3
2022-09-06samba-tool: avoid traceback for options errorsDouglas Bagnall1-2/+7
2022-09-06samba-tool: reduce repetitious jargon on credentials failureDouglas Bagnall1-2/+6
2022-09-06samba-tool: respect NO_COLOR env variable and --color optionsDouglas Bagnall1-16/+5
2022-09-06samba-tool visualise: expand set of --color switchesDouglas Bagnall1-3/+7
2022-09-06samba-tool visualize: remove py2 compat for colour calculationsDouglas Bagnall1-3/+0
2022-09-06samba-tool visualize: respect $NO_COLORDouglas Bagnall1-0/+2
2022-08-06samba-tool gpo: clean up tmpdir after createDouglas Bagnall1-0/+4
2022-08-06samba-tool: allow testparm to dump global section onlyDouglas Bagnall1-1/+4
2022-06-26samba-tool user: Accomodate missing unicodePwd in getpassword commandJoseph Sutton1-9/+29
2022-06-26samba-tool user: When possible, obtain AES256 key and saltJoseph Sutton1-13/+26
2022-06-14python: Don't use deprecated escape sequencesJoseph Sutton1-1/+1
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder1-1/+1
2022-05-10python: Use 'is' for identity when comparing against NoneJoseph Sutton1-2/+2
2022-05-10python: Remove redundant assignmentsJoseph Sutton4-17/+11
2022-05-10samba-tool: Don't try to delete local_tdo_handle twice.Joseph Sutton1-8/+0
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton3-3/+0
2022-05-10samba-tool gpo: Fix unintended string concatenationsJoseph Sutton1-6/+6
2022-05-10samba-tool processes: Remove unused loopJoseph Sutton1-15/+14
2022-05-05samba-tool user: Consistently return a tupleJoseph Sutton1-1/+1
2022-05-05samba-tool user: Remove unused importsJoseph Sutton1-4/+2
2022-03-28samba-tool: Check specified domain and realm against our ownJoseph Sutton3-17/+40
2022-03-28samba-tool: Return correct result for _get_user_realm_domain()Joseph Sutton1-2/+2
2022-03-28samba-tool delegation: Clarify msDS-AllowedToDelegateTo delegation command do...Joseph Sutton1-2/+2