summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-08-30python: Fix invalid escape sequencesJoseph Sutton4-38/+38
2023-08-30python: Remove redundant backslashesJoseph Sutton11-19/+19
2023-08-30python: Remove unused importsJoseph Sutton46-73/+19
2023-08-30python: Fix spellingJoseph Sutton5-11/+11
2023-08-28gp: Send list of keys instead of dict to removeGabriel Nagy1-1/+1
2023-08-28gp: Test disabled enrollment unapplies policyGabriel Nagy1-0/+54
2023-08-28gp: Template changes should invalidate cacheGabriel Nagy1-5/+10
2023-08-28gp: Test adding new cert templates enforces changesGabriel Nagy2-1/+50
2023-08-28gp: Convert CA certificates to base64Gabriel Nagy1-3/+2
2023-08-28gp: Test with binary content for certificate dataGabriel Nagy1-4/+4
2023-08-28gp: Change root cert extension suffixGabriel Nagy1-1/+2
2023-08-28gp: Support update-ca-trust helperGabriel Nagy1-1/+5
2023-08-28gp: Support more global trust directoriesGabriel Nagy1-1/+11
2023-08-28samba-tool: Allow LDB URL to be NoneJoseph Sutton1-1/+1
2023-08-24pytest: compare Samba vs Windows SDDL security descriptorsDouglas Bagnall1-0/+147
2023-08-24python/colour: add a colour diff helperDouglas Bagnall1-0/+32
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-08-24pytests: add helper to grab a directory from environmentDouglas Bagnall1-0/+16
2023-08-21python:tests: Save files with intended contentsJoseph Sutton1-1/+1
2023-08-21python:tests: Fix spellingJoseph Sutton4-4/+4
2023-08-21python:tests: Reuse policies and silos created by setUp() across all testsJoseph Sutton2-36/+54
2023-08-21python:tests: Reuse claims created by setUp() across all testsJoseph Sutton1-19/+50
2023-08-21python:tests: Make getSamDB() a static methodJoseph Sutton1-1/+2
2023-08-21python:subunit: Use ‘is’ to compare variables with singletonsJoseph Sutton1-4/+4
2023-08-21python:subunit: Fix docstringJoseph Sutton1-1/+1
2023-08-21python:netcmd: Remove semicolonJoseph Sutton1-1/+1
2023-08-21python:netcmd: Add missing newlines to error messagesJoseph Sutton1-2/+2
2023-08-15tests/krb5: Remove incorrect commentsJoseph Sutton1-4/+0
2023-08-15tests/krb5: Add a test decoding INT64 PAC claims issued by WindowsJoseph Sutton1-0/+74
2023-08-15tests/krb5: Shorten long linesJoseph Sutton1-2/+91
2023-08-15tests/krb5: Remove unused importJoseph Sutton1-1/+1
2023-08-14tests/krb5: Test that neither forwardable nor proxiable tickets are issued to...Joseph Sutton1-0/+71
2023-08-14tests/krb5: Allow specifying KDC options when requesting a TGTJoseph Sutton1-4/+9
2023-08-14tests/krb5: Allow specifying additional details for a test accountJoseph Sutton1-0/+3
2023-08-14tests/krb5: Split out new AuthnPolicyBaseTests classJoseph Sutton1-1/+3
2023-08-14tests/krb5: Move some functions round to prepare for splitting the classJoseph Sutton1-169/+169
2023-08-14tests/krb5: Keep claim types for subsequent testsJoseph Sutton1-2/+2
2023-08-14tests/krb5: Rename compatability_tests classJoseph Sutton1-2/+2
2023-08-14tests/krb5: Allow cached=True with an assigned silo or policyJoseph Sutton1-3/+5
2023-08-14krb5: Increase the minimum MIT Krb5 version to 1.21Andrew Bartlett1-2/+2
2023-08-13python/samba/netcmd/domain/schemaupgrade.py: fix missing newlineMichael Tokarev1-1/+1
2023-08-08tests/krb5: Correct commentJoseph Sutton1-1/+1
2023-08-08python:tests: Remove references to now-gone filesJoseph Sutton1-2/+0
2023-08-08pyglue: Add missing whitespace in docstringsJoseph Sutton1-3/+3
2023-08-08pyglue: Fix leakJoseph Sutton1-0/+1
2023-08-08python: Check return value of talloc_strndup()Joseph Sutton1-0/+5
2023-08-08python: Fix leakJoseph Sutton1-0/+1