summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool gpo: clean up tmpdir after createDouglas Bagnall2022-08-061-0/+4
* samba-tool: allow testparm to dump global section onlyDouglas Bagnall2022-08-061-1/+4
* pytest/netcmd: test samba-tool testparm global sectionDouglas Bagnall2022-08-061-0/+8
* CVE-2022-32743 tests/py_credentials: Add tests for setting dNSHostName with L...Joseph Sutton2022-07-281-2/+279
* py/uptodateness: more details in missing dn reportDouglas Bagnall2022-07-281-1/+1
* CVE-2022-2031 tests/krb5: Add test that we cannot provide a TGT to kpasswdJoseph Sutton2022-07-271-0/+28
* CVE-2022-2031 tests/krb5: Test truncated forms of server principalsJoseph Sutton2022-07-271-3/+27
* CVE-2022-2031 tests/krb5: Add tests for kpasswd serviceJoseph Sutton2022-07-274-1/+1033
* CVE-2022-2031 tests/krb5: Consider kadmin/* principals as TGS for MIT KRB5 >=...Joseph Sutton2022-07-272-5/+28
* CVE-2022-2031 tests/krb5: Add kpasswd_exchange() methodJoseph Sutton2022-07-271-13/+251
* CVE-2022-2031 tests/krb5: Allow requesting a TGT to a different sname and realmJoseph Sutton2022-07-271-6/+13
* tests/krb5: Add option for creating accounts with expired passwordsJoseph Sutton2022-07-271-2/+8
* tests/krb5: Fix enum typoJoseph Sutton2022-07-271-2/+2
* CVE-2022-2031 tests/krb5: Add methods to send and receive generic messagesJoseph Sutton2022-07-271-17/+27
* CVE-2022-2031 tests/krb5: Add 'port' parameter to connect()Joseph Sutton2022-07-271-5/+6
* CVE-2022-2031 tests/krb5: Add methods to create ASN1 kpasswd structuresJoseph Sutton2022-07-271-0/+95
* CVE-2022-2031 tests/krb5: Add new definitions for kpasswdJoseph Sutton2022-07-273-1/+31
* CVE-2022-32744 tests/krb5: Correctly calculate salt for pre-existing accountsJoseph Sutton2022-07-272-0/+2
* CVE-2022-2031 tests/krb5: Split out _make_tgs_request()Joseph Sutton2022-07-272-84/+85
* CVE-2022-32744 tests/krb5: Correctly handle specifying account kvnoJoseph Sutton2022-07-271-1/+1
* gpo: samba-gpupdate use s3 param for registry confDavid Mulder2022-07-222-6/+10
* samba-tool user: Accomodate missing unicodePwd in getpassword commandJoseph Sutton2022-06-261-9/+29
* samba-tool user: When possible, obtain AES256 key and saltJoseph Sutton2022-06-261-13/+26
* tests/krb5: Add test for presence of NT hashJoseph Sutton2022-06-263-3/+149
* s3/client: fix dfs deltree, resolve dfs pathNoel Power2022-06-171-8/+0
* tests: adapt logging test for s3.Douglas Bagnall2022-06-171-3/+11
* tests: test source4 cmdline/smb.conf log levelDouglas Bagnall2022-06-171-0/+373
* s4:kdc: Make RBCD access check less strictJoseph Sutton2022-06-141-1/+1
* tests/krb5: Use object() rather than auto() to initialise enumsJoseph Sutton2022-06-141-5/+5
* python: Don't use deprecated escape sequencesJoseph Sutton2022-06-141-1/+1
* libcli:util: Update werror tableJoseph Sutton2022-06-141-4/+1
* spelling: connnect encrytion exisit expection explicit invalide missmatch par...Michael Tokarev2022-06-101-2/+2
* lib/smbconf: expose smbconf error codes to python wrapperJohn Mulligan2022-06-081-0/+21
* selftests: Convert "net ads dns async" test to pythonSamuel Cabrero2022-06-041-0/+81
* gpo: Move Group Policy code below gp directoryDavid Mulder2022-05-3125-55/+55
* py:gpo: Fix testing of 0x8000 bitPavel Filipenský2022-05-261-3/+3
* python/gp_cert_auto_enroll: Fix bitwise test in expressionPavel Filipenský2022-05-231-3/+3
* s4/dlz: add support for bind 9.18Douglas Bagnall2022-05-231-1/+5
* gpo: Cert Auto Enroll use ldap trust cert if NDES disabledDavid Mulder2022-05-131-6/+17
* gpo: Fix Cert Auto Enroll docstringsDavid Mulder2022-05-131-25/+28
* gpo: Remove sscep depends from Cert Auto EnrollDavid Mulder2022-05-133-61/+125
* gpo: Halt Cert Auto Enroll process if data corruptedDavid Mulder2022-05-121-0/+1
* gpo: Supress error caused by ldap Cert Auto Enroll configDavid Mulder2022-05-121-1/+1
* tests/user_check_password_script: Don't try to delete user after failed addJoseph Sutton2022-05-101-4/+0
* tests/user_check_password_script: Remove unused importsJoseph Sutton2022-05-101-6/+0
* samdb: Avoid half-created accountsJoseph Sutton2022-05-101-12/+35
* tests/samba-tool user: Add test for adding a user over LDAPJoseph Sutton2022-05-101-1/+40
* tests/samba-tool user_wdigest: Check command resultsJoseph Sutton2022-05-101-5/+13
* tests/samba-tool user_wdigest: Add accounts to local databaseJoseph Sutton2022-05-101-6/+1
* tests/samba-tool user_wdigest: Fix flapping testJoseph Sutton2022-05-101-37/+31