summaryrefslogtreecommitdiff
path: root/python/samba/tests/sddl.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-25libcli:security: allow spaces after BAD:Douglas Bagnall1-5/+5
2023-11-01pytest:sddl: assert SDDLValueError values make senseDouglas Bagnall1-2/+13
2023-11-01s4/librpc/py_security: use SDDLValueError for better error messagesDouglas Bagnall1-1/+1
2023-11-01pytest:sddl: handle SDDLValueErrorDouglas Bagnall1-1/+1
2023-09-26pytest: sddl strings dir can be defined in classDouglas Bagnall1-9/+15
2023-09-26pytest: sddl tests can be only externally definedDouglas Bagnall1-0/+3
2023-08-24pytest/sddl: tests for more invalid or weird casesDouglas Bagnall1-0/+11
2023-08-24pytest/sddl: add option for case-insensitive testsDouglas Bagnall1-1/+3
2023-08-24pytest/sddl: environment option for exporting as fuzz seedsDouglas Bagnall1-1/+22
2023-08-24pytest/sddl: replace/export tests based on environment varsDouglas Bagnall1-42/+45
2023-04-28pytest:sddl: show the correct handling of the "FA" SDDL flagAndrew Bartlett1-1/+11
2023-04-28pytest:sddl Samba had the wrong value for FA, now fix the testsAndrew Bartlett1-109/+39
2023-04-28pytest:sddl: test we only accept normal GUIDsDouglas Bagnall1-0/+9
2023-04-28pytest:sddl: tests around spaces in access flags and SIDsDouglas Bagnall1-2/+30
2023-04-28pytest:sddl debugging: should_fail test says how it failedDouglas Bagnall1-1/+2
2023-04-28pytest:sddl: add tests for long DACLs, differing flag interpretationsDouglas Bagnall1-0/+121
2023-04-28pytest:sddl: let hex numbers differ in case (0xa == 0xA)Douglas Bagnall1-1/+5
2023-04-28pytest:sddl: helpers to exchange SDDL strings with Windows testprogramDouglas Bagnall1-0/+88
2023-04-28pytest:sddl: SDDL strings where Windows behaviour differsDouglas Bagnall1-0/+62
2023-04-28pytest:sddl: Add negative tests of unparseable stringsDouglas Bagnall1-0/+78
2023-04-28pytest:sddl: allow tests to make negative assertionsDouglas Bagnall1-1/+13
2023-04-28pytest:sddl: split each string into it's own testDouglas Bagnall1-42/+48
2023-04-28pytest:sddl: tweak some test stringsDouglas Bagnall1-23/+32
2023-04-28pytest/sddl: split tests into canonical and non-canonicalDouglas Bagnall1-144/+411
2023-04-28pytest/sddl: remove unused importsDouglas Bagnall1-1/+0
2023-04-28pytest/sddl: rework to allow multiple lists, no early stopDouglas Bagnall1-7/+31
2023-04-28pytest/sddl: assert sddl string equalityDouglas Bagnall1-0/+1
2023-04-28pytest/sddl: remove duplicate test caseDouglas Bagnall1-4/+0
2023-04-28pytest/sddl: give test more of a nameDouglas Bagnall1-1/+1
2023-04-28pytests/sddl: clarify boundaries between sddl casesDouglas Bagnall1-134/+138
2023-04-28pytest:sddl: test empty DACL with flagsDouglas Bagnall1-0/+1
2021-04-21libcli: Fix parsing access flags from multiple tablesVolker Lendecke1-2/+3
2021-04-20torture: Show sddl_decode() failure for "GWFX" access maskVolker Lendecke1-0/+6
2021-04-19torture: Move sddl tests to pythonVolker Lendecke1-0/+180