summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-07-13python:tests: Fix code spellingAndreas Schneider1-1/+1
2023-07-13python: Fix code spellingAndreas Schneider1-1/+1
2023-07-05python:tests: Fix code spellingAndreas Schneider1-1/+1
2023-06-30crypto: Rely on GnuTLS 3.6.13 and gnutls_pbkdf2()Andrew Bartlett3-27/+1
2023-06-27tests/krb5: Adjust authentication policy RBCD tests to expect appropriate fai...Joseph Sutton1-15/+25
2023-06-27tests/krb5: Be less strict regarding acceptable delegation error codesJoseph Sutton1-12/+24
2023-06-26tests/krb5: Test that client policies are not enforced with S4UJoseph Sutton1-0/+227
2023-06-26tests/krb5: Fix RBCD commentsJoseph Sutton1-6/+6
2023-06-26tests/krb5: Don’t unnecessarily specify ‘id’Joseph Sutton1-9/+0
2023-06-26tests/krb5: Add test for authenticating with disabled account and wrong passwordJoseph Sutton2-3/+51
2023-06-26tests/auth_log_pass_change: Fix flapping testJoseph Sutton1-2/+8
2023-06-26netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+2
2023-06-25python:tests: Fix typosJoseph Sutton1-2/+2
2023-06-25netcmd: domain: Fix typoJoseph Sutton1-1/+1
2023-06-25tests/krb5: Test authentication policy audit loggingJoseph Sutton1-1/+1826
2023-06-25tests/krb5: Test more authentication logging of TGT lifetimesJoseph Sutton1-2/+6
2023-06-25tests/krb5: Improve authentication policy creationJoseph Sutton3-769/+342
2023-06-25netcmd: domain: add error handling to domain claims commandsRob van der Linde2-15/+42
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde5-54/+118
2023-06-25netcmd: domain: add model exceptions and error handlingRob van der Linde3-15/+88
2023-06-25netcmd: domain: model stores ldb message for saveRob van der Linde1-3/+9
2023-06-25netcmd: domain: silo member command testsRob van der Linde2-0/+147
2023-06-25netcmd: domain: model field testsRob van der Linde1-0/+332
2023-06-25netcmd: domain: silo member add and remove does not write whole listRob van der Linde2-22/+49
2023-06-25netcmd: domain: remove parse_guid and parse_text as they are no longer usedRob van der Linde1-15/+1
2023-06-25netcmd: domain: claims: base class is no longer requiredRob van der Linde3-70/+34
2023-06-25netcmd: domain: claims: move claim value type lookup by attribute to modelRob van der Linde2-34/+41
2023-06-25netcmd: domain: claims: make use of AttributeSchema and ClassSchema modelsRob van der Linde2-44/+10
2023-06-25netcmd: domain: add models for ClassSchema and AttributeSchemaRob van der Linde2-0/+125
2023-06-25netcmd: auth silos: remove base classRob van der Linde4-107/+72
2023-06-25netcmd: domain: add test for silo if policy is a dnRob van der Linde1-0/+17
2023-06-25netcmd: move get_policy method from base class to the modelRob van der Linde3-23/+71
2023-06-25netcmd: move method print_json to command base classRob van der Linde3-24/+11
2023-06-25netcmd: fix import sort/grouping as per python standardRob van der Linde1-4/+5
2023-06-25netcmd: move ldb_connect method to base classRob van der Linde3-18/+9
2023-06-25netcmd: PEP257 fix incorrect docstring quotesRob van der Linde1-1/+1
2023-06-25netcmd: domain: claims: use consistent naming for optionsRob van der Linde2-32/+29
2023-06-25netcmd: domain: claim commands use the model layerRob van der Linde4-240/+94
2023-06-25netcmd: domain: fix claims constant name was wrong should be claim type CNRob van der Linde1-3/+3
2023-06-25netcmd: domain: fix attributes created by test setUp methodRob van der Linde1-6/+14
2023-06-25netcmd: domain: claim: show err if assertIsNone failsRob van der Linde1-28/+28
2023-06-25netcmd: domain: rename claim tests for consistencyRob van der Linde1-0/+0
2023-06-25netcmd: domain: tests for auth silo command line toolsRob van der Linde3-0/+1226
2023-06-25netcmd: domain: add authentication silo commandsRob van der Linde6-0/+1077
2023-06-25netcmd: add domain models and basic model layerRob van der Linde9-0/+1167
2023-06-25netcmd: add custom json encoder for object type fieldsRob van der Linde1-0/+49
2023-06-25netcmd: add optparse validators and Range validatorRob van der Linde2-0/+105
2023-06-23python:samba: Fix code spellingAndreas Schneider13-24/+24
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider33-56/+58