summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2024-03-01pytest:gkdi: shift create_root_key into a functionDouglas Bagnall1-130/+161
2024-03-01pytest:samba-tool: add a flag to print more in runcmdDouglas Bagnall1-3/+19
2024-03-01selftest: Ignore msKds-DomainID in ldapcmp_restoredc.sh and samba.tests.domai...Andrew Bartlett1-1/+1
2024-02-29samba-tool user getpassword: Clarify success wordingAndrew Bartlett4-4/+4
2024-02-29pytest:audit_log_base: use string_is_guid()Douglas Bagnall1-8/+3
2024-02-29pytest:auth_log_base: use string_is_guid()Douglas Bagnall1-8/+3
2024-02-29samba-tool user getpassword: Also return the time a GMSA password is valid untilAndrew Bartlett1-2/+22
2024-02-29python/samba/tests: Include more detail on invoication in test of "samba-tool...Andrew Bartlett1-1/+3
2024-02-28python/samba/tests/krb5: Expect SID_FRESH_PUBLIC_KEY_IDENTITY (only) when PKI...Andrew Bartlett1-1/+13
2024-02-27python: Fail the test if we don’t receive an NTSTATUSErrorJo Sutton1-0/+4
2024-02-27tests/krb5: Move assertLocalSamDB() into RawKerberosTestJo Sutton2-8/+8
2024-02-27tests/krb5: type hintingJo Sutton1-6/+8
2024-02-27python/tests: Use TestCaseInTempDir rather than "private dir" for exported ke...Andrew Bartlett1-3/+5
2024-02-27python/tests: Convert dckeytab test to use new NDR keytab parserAndrew Bartlett1-18/+17
2024-02-27python/tests: Add test for new krb5 keytab parserAndrew Bartlett1-0/+18
2024-02-16python:tests: Remove unused importsJo Sutton2-5/+5
2024-02-16python:tests: Pass correct arguments to set_named_ccache()Jo Sutton1-1/+1
2024-02-16python:tests: Fix code spellingJo Sutton1-1/+1
2024-02-16python:tests: Produce more helpful error message for future GKIDsJo Sutton1-1/+2
2024-02-16netcmd: models: SDDLField parses to object instead of stringRob van der Linde1-4/+17
2024-02-08netcmd: models: tests: add tests for NtTimeFieldRob van der Linde1-0/+22
2024-02-08netcmd: models: model field DateTimeField returns datetime in UTCRob van der Linde1-5/+9
2024-02-08netcmd: models: fix build_expression did not work with EnumFieldRob van der Linde1-2/+37
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde1-2/+2
2024-02-08python: Remove ‘typing.Final’Jo Sutton1-2/+2
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-response'Stefan Metzmacher1-3/+164
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-unregi...Stefan Metzmacher1-0/+34
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness {client,shar...Stefan Metzmacher1-5/+212
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness list'Stefan Metzmacher1-0/+477
2024-01-26python/blackbox: add rpcd_witness_samba_only.py testStefan Metzmacher2-0/+461
2024-01-26python/tests: add TestCase.get_loadparm(s3=True) supportStefan Metzmacher1-5/+9
2024-01-22gpo: Test certificate policy without NDESGabriel Nagy1-6/+120
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton4-6/+9
2023-12-22tests/krb5: Raise an error if root key data is the wrong lengthJoseph Sutton1-0/+7
2023-12-22tests/krb5: Test that root key data is the correct length in bytesJoseph Sutton2-6/+25
2023-12-22tests/krb5: Create root key just for implicit root key testsJoseph Sutton1-22/+22
2023-12-22tests/krb5: Check properties of current GKDI keyJoseph Sutton1-1/+5
2023-12-21tests/krb5: Add Python implementation and tests for Group Key Distribution Se...Joseph Sutton2-0/+1360
2023-12-21python:tests: Catch strings passed to utf16_encoded_len() with embedded nullsJoseph Sutton1-0/+3
2023-12-21gkdi.idl: Add ‘additional_info’ field to KeyEnvelope structureJoseph Sutton1-2/+4
2023-12-21tests/krb5: Remove redundant definitionsJoseph Sutton3-32/+5
2023-12-21python:tests: Don’t needlessly create single‐element tupleJoseph Sutton1-1/+1
2023-12-21python:tests: Rename parameter to be consistent with overridden methodJoseph Sutton1-2/+2
2023-12-21python:tests: Raise exception of more specific type NotImplementedErrorJoseph Sutton1-1/+1
2023-12-21python:tests: Use ‘False’ in boolean expression rather than ‘None’Joseph Sutton1-1/+1
2023-12-21selftest: Add tests for "samba-tool user get-kerberos-ticket"Andrew Bartlett1-0/+195
2023-12-21python: tests: blackbox test for GMSARob van der Linde1-0/+171
2023-12-21selftest: Modify expected output of 'samba-tool user getpassword' to be more ...Andrew Bartlett2-48/+50
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde4-15/+5