summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-17tests: adapt logging test for s3.Douglas Bagnall1-3/+11
2022-06-17tests: test source4 cmdline/smb.conf log levelDouglas Bagnall1-0/+373
2022-06-14s4:kdc: Make RBCD access check less strictJoseph Sutton1-1/+1
2022-06-14tests/krb5: Use object() rather than auto() to initialise enumsJoseph Sutton1-5/+5
2022-06-14python: Don't use deprecated escape sequencesJoseph Sutton1-1/+1
2022-06-14libcli:util: Update werror tableJoseph Sutton1-4/+1
2022-06-10spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev1-2/+2
2022-06-08lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan1-0/+21
2022-06-04selftests: Convert "net ads dns async" test to pythonSamuel Cabrero1-0/+81
2022-05-31gpo: Move Group Policy code below gp directoryDavid Mulder25-55/+55
2022-05-26py:gpo: Fix testing of 0x8000 bitPavel Filipenský1-3/+3
2022-05-23python/gp_cert_auto_enroll: Fix bitwise test in expressionPavel Filipenský1-3/+3
2022-05-23s4/dlz: add support for bind 9.18Douglas Bagnall1-1/+5
2022-05-13gpo: Cert Auto Enroll use ldap trust cert if NDES disabledDavid Mulder1-6/+17
2022-05-13gpo: Fix Cert Auto Enroll docstringsDavid Mulder1-25/+28