summaryrefslogtreecommitdiff
path: root/python/samba/tests/token_factory.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-08python: tests: type check should always use "is" or "is not"Rob van der Linde1-1/+1
2024-04-08python: tests: fix closing quote in docstring exampleRob van der Linde1-1/+1
2023-11-27pytest: token_factory note that a flag is not setDouglas Bagnall1-0/+5
2023-11-27pytest: token_factory copes with empty claimsDouglas Bagnall1-10/+10
2023-11-27pytest: token_factory claims can have case_sensitive flagDouglas Bagnall1-1/+3
2023-11-27pytest: token_factory separate out list_to_claim() helperDouglas Bagnall1-21/+31
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+1
2023-09-26pytest: tools for creating security tokensDouglas Bagnall1-0/+239