summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2024-03-28python/samba/tests/krb5: Extend PKINIT tests to cover UF_SMARTCARD_REQUIREDAndrew Bartlett1-1/+203
2024-03-28python/tests/krb5: Prepare to allow tests that use the PAC returned NT hashAndrew Bartlett2-2/+8
2024-03-28python/tests/krb5: Allow getting a TGT in pkinit testsAndrew Bartlett1-11/+25
2024-03-28python/tests/krb5: Prepare for PKINIT tests with UF_SMARTCARD_REQUIREDAndrew Bartlett3-8/+42
2024-03-28tests/krb5: Fix PK-INIT test framework to allow expired password keysJo Sutton2-0/+4
2024-03-28python/samba/krb5: Allow client address (caddr) to be missing or emptyAndrew Bartlett1-3/+7
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-from-silo and...Rob van der Linde1-66/+25
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde2-72/+31
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-to-silo and g...Rob van der Linde1-63/+25
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-to-silo and groupRob van der Linde1-63/+25
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde2-67/+30
2024-03-28python: tests: write a test for the Model.as_dict methodRob van der Linde1-1/+44
2024-03-28python: tests: computer model tests should clean upRob van der Linde1-0/+6
2024-03-28dsdb: Add API tests for new_gkdi_root_key()Andrew Bartlett1-0/+211
2024-03-27libcli/http: Handle http chunked transfer encodingNoel Power1-1/+1
2024-03-27tests: add test for chunked encoding with http cli libraryNoel Power1-0/+116
2024-03-27selftest: Add basic content-lenght http testsNoel Power1-0/+95
2024-03-21tests/krb5: Add tests for AllowedToAuthenticateTo with an AS-REQJo Sutton1-0/+372
2024-03-21tests/krb5: Allow specifying SamDB to use when creating an accountJo Sutton1-3/+9
2024-03-21python:tests: Do not have current_time() and current_nt_time() implicitly inc...Jo Sutton1-12/+21
2024-03-21python:tests: Fix code spellingJo Sutton1-1/+1
2024-03-21python:tests: Simplify expressionJo Sutton1-2/+2
2024-03-21python:tests: Use Managed Service Accounts well‐known GUIDJo Sutton1-2/+5
2024-03-20pytest:segfault: do not assume PLEASE_NO_GDB_BACKTRACE var is unsetDouglas Bagnall1-2/+6
2024-03-20pytest:segfault: prevent @no_gdb_backtrace smearing on exceptionDouglas Bagnall1-3/+5
2024-03-20tests: gmsa blackbox testsRob van der Linde1-0/+202
2024-03-20tests: models: test additional Computer constructor casesRob van der Linde1-5/+22
2024-03-20tests: models: fix username should be account_nameRob van der Linde1-2/+2
2024-03-20tests: user: create gmsa with modelsRob van der Linde1-35/+17
2024-03-20tests: user: fix PEP8 spacing around operatorRob van der Linde1-2/+2
2024-03-20tests: user: gmsa dNSHostName is a required fieldRob van der Linde1-0/+1
2024-03-20tests: samdb: Make use of the domain_sid propertyRob van der Linde1-1/+1
2024-03-20python: pep8: fix import sorting after moveRob van der Linde6-43/+39
2024-03-20python: move models out of the netcmd packageRob van der Linde11-12/+12
2024-03-20python: samdb: Make connecting_user_sid a propertyRob van der Linde1-1/+1
2024-03-20python: samdb: Move get_connecting_user_sid to samdbRob van der Linde1-2/+1
2024-03-14selftest: Add tests of samba-tool domain export-keytab --keep-stale-entries b...Andrew Bartlett1-0/+201
2024-03-14selftest: Add tests for "samba-tool domain exportkeytab" with existing files"Andrew Bartlett1-8/+75
2024-03-14python/tests: Add test that gMSA keytab export works and matches direct keyta...Andrew Bartlett1-4/+123
2024-03-12selftest: add tests for "samba-tool user list --locked-only"Jule Anger1-0/+25
2024-03-05selftest: Assert that the provision KDS root key is already valid for useAndrew Bartlett1-2/+12
2024-03-04pytest:samba-tool domain kds root-key: test with normal userDouglas Bagnall1-0/+105
2024-03-03pyldb: Remove unused and broken Python access to LDB module APIAndrew Bartlett1-4/+0
2024-03-01netcmd: models: Rename username to account_name for consistencyRob van der Linde6-38/+38
2024-03-01netcmd: tests: add tests for service-account commandsRob van der Linde1-0/+333
2024-03-01python: models: Computer constructor automatically adds "$" to account nameRob van der Linde1-2/+24
2024-03-01selftest: aces: fix mutable default args in assemble_aceRob van der Linde1-1/+4
2024-03-01selftest: aces: use constant from samba.securityRob van der Linde1-1/+1
2024-03-01pytests: samba-tool domain kds root_keyDouglas Bagnall1-0/+717
2024-03-01pytest:dsdb: check that there is a gkdi root keyDouglas Bagnall1-0/+59