summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-27CVE-2022-2031 tests/krb5: Allow requesting a TGT to a different sname and realmJoseph Sutton1-6/+13
2022-07-27tests/krb5: Add option for creating accounts with expired passwordsJoseph Sutton1-2/+8
2022-07-27tests/krb5: Fix enum typoJoseph Sutton1-2/+2
2022-07-27CVE-2022-2031 tests/krb5: Add methods to send and receive generic messagesJoseph Sutton1-17/+27
2022-07-27CVE-2022-2031 tests/krb5: Add 'port' parameter to connect()Joseph Sutton1-5/+6
2022-07-27CVE-2022-2031 tests/krb5: Add methods to create ASN1 kpasswd structuresJoseph Sutton1-0/+95
2022-07-27CVE-2022-2031 tests/krb5: Add new definitions for kpasswdJoseph Sutton3-1/+31
2022-07-27CVE-2022-32744 tests/krb5: Correctly calculate salt for pre-existing accountsJoseph Sutton2-0/+2
2022-07-27CVE-2022-2031 tests/krb5: Split out _make_tgs_request()Joseph Sutton2-84/+85
2022-07-27CVE-2022-32744 tests/krb5: Correctly handle specifying account kvnoJoseph Sutton1-1/+1
2022-07-22gpo: samba-gpupdate use s3 param for registry confDavid Mulder2-6/+10
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-26tests/krb5: Add test for presence of NT hashJoseph Sutton3-3/+149
2022-06-17s3/client: fix dfs deltree, resolve dfs pathNoel Power1-8/+0