summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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 Bagnall2-0/+10
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-06py/getopt: allow --option arguments to contain '='Douglas Bagnall1-1/+1
2022-09-06py/getopt: improve messages for bad --realmDouglas Bagnall1-1/+4
2022-09-06py/getopt: improve messages for bad --debug argDouglas Bagnall1-1/+4
2022-09-06samba-tool: avoid traceback for options errorsDouglas Bagnall2-2/+10
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-06py/samba/logger: respect NO_COLOR env variableDouglas Bagnall1-2/+2
2022-09-06python/colour: helper functions to read all signsDouglas Bagnall1-0/+38
2022-09-06samba-tool visualise: expand set of --color switchesDouglas Bagnall1-3/+7
2022-09-06pytest/samba-tool visualize: test '--color' aliasesDouglas Bagnall1-5/+19
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-09-06pytest samba-tool visualize: extend colour tests for $NO_COLORDouglas Bagnall1-0/+73
2022-09-06pytest/samba-tool visualize: fix docstringDouglas Bagnall1-1/+1
2022-09-06pytest: SambaToolCmdTest allows easier StringIO replacementDouglas Bagnall1-6/+9
2022-09-06pytests: move ValidNetbiosNameTests to samba.tests.netbiosDouglas Bagnall2-12/+12
2022-09-06pytest/samdb: use TestCaseInTempDir.rm_files/.rm_dirsDouglas Bagnall1-6/+2
2022-09-06pytest/join: use TestCaseInTempDir.rm_files/dirsDouglas Bagnall1-4/+2
2022-09-06pytest/samdb_api: use TestCaseInTempDir.rm_filesDouglas Bagnall1-9/+1
2022-09-06pytest/downgradedatabase: use TestCaseInTempDir.rm_filesDouglas Bagnall1-8/+6
2022-09-06pytest: add file removal helpers for TestCaseInTempDirDouglas Bagnall1-0/+35
2022-09-02tests: Test basic handling of SMB2_CREATE_TAG_POSIXVolker Lendecke1-0/+59
2022-09-02pylibsmb: Add create_ex()Volker Lendecke1-0/+12
2022-09-02tests: Test invalid smb3 unix negotiate contextsVolker Lendecke1-1/+34
2022-09-02tests: Add smb3 posix negotiate testsVolker Lendecke1-0/+70
2022-08-26pyglue:generate_random_[machine]_password: ValueError for bad valuesDouglas Bagnall1-0/+10
2022-08-26pyglue: generate_random_[machine]_password: reject negative numbersDouglas Bagnall1-2/+27
2022-08-26pyglue: generate_random_bytes/str accept positive numbers onlyDouglas Bagnall1-4/+16
2022-08-26pyglue: check talloc buffer for random bytesDouglas Bagnall1-0/+4
2022-08-26pytest/segfault: abort for generate_random_bytes(-1)Douglas Bagnall1-0/+6
2022-08-25python:tests: Allocate OID range for testing to avoid collisionsJoseph Sutton1-1/+7
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-08-06pytest/netcmd: test samba-tool testparm global sectionDouglas Bagnall1-0/+8
2022-07-28CVE-2022-32743 tests/py_credentials: Add tests for setting dNSHostName with L...Joseph Sutton1-2/+279
2022-07-28py/uptodateness: more details in missing dn reportDouglas Bagnall1-1/+1
2022-07-27CVE-2022-2031 tests/krb5: Add test that we cannot provide a TGT to kpasswdJoseph Sutton1-0/+28
2022-07-27CVE-2022-2031 tests/krb5: Test truncated forms of server principalsJoseph Sutton1-3/+27
2022-07-27CVE-2022-2031 tests/krb5: Add tests for kpasswd serviceJoseph Sutton4-1/+1033
2022-07-27CVE-2022-2031 tests/krb5: Consider kadmin/* principals as TGS for MIT KRB5 >=...Joseph Sutton2-5/+28
2022-07-27CVE-2022-2031 tests/krb5: Add kpasswd_exchange() methodJoseph Sutton1-13/+251