summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2023-10-24python: getopt: move SambaOption to the top of the fileRob van der Linde1-45/+45
2023-10-24python: getopt: correctly group and sort importsRob van der Linde1-2/+3
2023-10-24python: getopt: update super calls to python3 styleRob van der Linde1-5/+5
2023-10-24python: move comment for check_bytes to docstringRob van der Linde1-4/+5
2023-10-24python: PEP8 fixup whitespace in getopt.py firstRob van der Linde1-6/+6
2023-10-24netcmd: tests: make check_run and related methods classmethod for consistencyRob van der Linde1-6/+9
2023-10-24tests: minor indentation and whitespace fixesRob van der Linde1-9/+11
2023-10-24tests/krb5: Test whether the device belongs to some default groupsJoseph Sutton1-0/+183
2023-10-24tests/krb5: Work around Samba’s incorrect krbtgt principal handlingJoseph Sutton2-5/+25
2023-10-24tests/krb5: Remove unnecessary target_creds variablesJoseph Sutton1-21/+7
2023-10-19tests/krb5: Delete connection variableJoseph Sutton1-1/+1
2023-10-19tests/krb5: Make ‘services’ parameter requiredJoseph Sutton1-1/+1
2023-10-19tests/krb5: Remove unreachable exception handlersJoseph Sutton1-9/+0
2023-10-19tests/krb5: Fix RC4‐only Protected Users testsJoseph Sutton1-0/+2
2023-10-19tests/krb5: Remove unnecessary f‐stringsJoseph Sutton1-2/+2
2023-10-19tests/krb5: Remove unused importsJoseph Sutton2-2/+2
2023-10-19tests/krb5: Fix DES3CBC random_to_key()Joseph Sutton1-1/+1
2023-10-19tests/krb5: Make ‘keybytes’ a bytes object rather than a listJoseph Sutton1-2/+2
2023-10-19tests/krb5: Don’t expect edata if no error is expectedJoseph Sutton1-6/+3
2023-10-19tests/krb5: Add parameter to _tgs() specifying whether FAST is to be usedJoseph Sutton1-20/+30
2023-10-19tests/krb5: Use None for the default values of parametersJoseph Sutton1-2/+8
2023-10-19tests/krb5: Move assignments closer to where the variables are usedJoseph Sutton1-3/+3
2023-10-19tests/krb5: Remove incorrect functional level checkJoseph Sutton1-5/+0
2023-10-19tests/krb5: Update method names to be consistent with other testsJoseph Sutton1-2/+2
2023-10-19tests/krb5: Have _modify_tgt() accept only keyword argumentsJoseph Sutton1-0/+1
2023-10-19tests/krb5: Correctly pass arguments to _modify_tgt()Joseph Sutton1-3/+10
2023-10-19tests/krb5: Add KDC_ERR_SERVER_NOMATCH error codeJoseph Sutton1-0/+1
2023-10-19tests/krb5: Add ‘expect_edata’ parameter to _user2user()Joseph Sutton1-0/+2
2023-10-19tests/krb5: Fix commentJoseph Sutton1-1/+1
2023-10-19tests/krb5: Remove markerJoseph Sutton1-2/+0
2023-10-17libcli/util: let win_errstr() fallback to hresult_errstr()Stefan Metzmacher1-1/+1
2023-10-17tests/krb5: Fix ASN.1 sourceJoseph Sutton1-1/+1
2023-10-17tests/krb5: Don’t expect groups if we’re expecting an errorJoseph Sutton1-12/+0
2023-10-17tests/krb5: Fix tests that crash WindowsJoseph Sutton1-28/+67
2023-10-17tests/krb5: Expect a status code with policy errorsJoseph Sutton1-0/+9
2023-10-17tests/krb5: Don’t consider RODC‐issued tickets to be banned with RBCDJoseph Sutton1-12/+3
2023-10-16tests/krb5/kdc_tgs_tests: add user2user tests using a normal user accountStefan Metzmacher1-0/+36
2023-10-16CVE-2018-14628: python:descriptor: let samba-tool dbcheck fix the nTSecurityD...Stefan Metzmacher2-3/+22
2023-10-16CVE-2018-14628: dbchecker: use get_deletedobjects_descriptor for missing dele...Stefan Metzmacher1-3/+14
2023-10-16CVE-2018-14628: python:provision: make DELETEDOBJECTS_DESCRIPTOR available in...Stefan Metzmacher2-0/+9
2023-10-16CVE-2018-14628: python:descriptor: add get_deletedobjects_descriptor()Stefan Metzmacher1-0/+10
2023-10-16gpdupate: Implement Drive Maps Client Side ExtensionDavid Mulder2-2/+210
2023-10-16gpupdate: Test Drive Maps Client Side ExtensionDavid Mulder3-1/+226
2023-10-13tests/krb5: Fix assertion messagesJoseph Sutton1-2/+2
2023-10-13tests/krb5: Use assertEqual() instead of assertEquals()Joseph Sutton1-3/+3
2023-10-13python:tests: Use now() instead of utcnow()Joseph Sutton1-2/+2
2023-10-13python:tests: Remove semicolonsJoseph Sutton7-28/+28
2023-10-13python:tests: Correct search expressionJoseph Sutton1-1/+1
2023-10-13python:tests: Fix commentJoseph Sutton1-1/+1
2023-10-13python:tests: Fix exception messageJoseph Sutton1-1/+1