summaryrefslogtreecommitdiff
path: root/python/samba/tests/dckeytab.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-17python:tests: make test_export_keytab_nochange_update() more reliableStefan Metzmacher1-6/+36
2024-07-16python:tests: pass bytes.decode() instead of str(bytes) to assertMultiLineEqu...Stefan Metzmacher1-1/+2
2024-07-15python:tests: Use assertMultiLineEqual() to get better failure outputAndreas Schneider1-1/+2
2024-05-22python:tests: Extract keytab_as_set() function to be usable by other testsJo Sutton1-41/+42
2024-05-22python:tests: Manually raise AssertionErrorJo Sutton1-1/+2
2024-05-22python:tests: Rename ‘keytab_as_set’ variable to be distinct from keytab_...Jo Sutton1-19/+19
2024-05-22samba.tests.dckeytab: add test_export_keytab_change3_update_only_current_keep()Stefan Metzmacher1-0/+49
2024-05-22s4:libnet_export_keytab: add only_current_keys optionStefan Metzmacher1-2/+2
2024-04-24python:tests: Store keys as bytes rather than as lists of intsJo Sutton1-2/+2
2024-04-24python:tests: Rewrite condition of while loopJo Sutton1-3/+1
2024-04-24python:tests: Store keys as bytes rather than as tuplesJo Sutton1-1/+1
2024-04-16python:tests: Fix set declarationJo Sutton1-2/+2
2024-04-08python:tests: Improve keytab comparison of dckeytabAndreas Schneider1-3/+20
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-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-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
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-2/+2
2020-07-17python: wrap 'import dckeytab' in an explanatory functionDouglas Bagnall1-1/+5
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+3
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-03-23Add tests for dckeytab python moduleDavid Mulder1-0/+56