summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-11-01tests/krb5: Use __slots__ to indicate which attributes are used by classesJoseph Sutton2-0/+39
2023-11-01tests/krb5: Add tests to see how SIDs are conveyed from PACsJoseph Sutton1-0/+198
2023-11-01tests/krb5: Test that the Claims Valid SID is added to RODC‐issued PACsJoseph Sutton2-20/+25
2023-11-01tests/krb5: Test that the Service Asserted Identity SID is not regarded from ...Joseph Sutton1-3/+10
2023-10-31CI: smb3unix.py: check basic CreateContexts responseRalph Boehme1-0/+59
2023-10-31libsmb: infer posix context from info_levelRalph Boehme1-4/+3
2023-10-31CI: smb3unix.py: use libsmb.SMB2_FIND_POSIX_INFORMATIONRalph Boehme1-2/+2
2023-10-27gp_pol: Test multiple values multi_sz roundtripGabriel Nagy1-0/+33
2023-10-27gp_pol: Allow null data for REG_MULTI_SZGabriel Nagy1-1/+5
2023-10-27gp_pol: Test empty multi_sz roundtripGabriel Nagy1-1/+32
2023-10-27python: silos: add support for allowed to authenticate from silo shortcutRob van der Linde3-1/+194
2023-10-26python: add docstring for escaped_claim_id functionRob van der Linde1-0/+8
2023-10-26python: move method escaped_claim_id from test to samba.sd_utilsRob van der Linde2-19/+20
2023-10-26python: silos: add some missing tests for auth policy commandRob van der Linde1-0/+115
2023-10-26python: tests: claims and silo tests make use of unique_nameRob van der Linde2-150/+182
2023-10-26python: tests: improve comments for auth silo and policy testsRob van der Linde3-4/+17
2023-10-26python: tests: qa and developers were not in the correct caseRob van der Linde1-3/+3
2023-10-26python: tests: addCleanup is always before create operationRob van der Linde2-26/+46
2023-10-26python: tests: function to generate a unique name from callerRob van der Linde1-0/+19
2023-10-26netcmd: tests: make use of addCleanupRob van der Linde1-16/+2
2023-10-26netcmd: claims: rename claims and silo testsRob van der Linde3-102/+111
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde2-39/+39
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde4-85/+107
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde4-72/+42
2023-10-26tests/krb5: Add tests for single‐component krbtgt principalsJoseph Sutton4-2/+180
2023-10-26tests/krb5: Also consider single‐component krbtgt principals to be TGS prin...Joseph Sutton1-2/+5
2023-10-25tests/krb5: Fix code spellingJoseph Sutton1-3/+3
2023-10-25python:tests: Fix code spellingJoseph Sutton1-1/+1
2023-10-25tests/krb5: Add tests for group membership with RBCDJoseph Sutton1-0/+226
2023-10-25tests/krb5: Add more tests of the device belonging to certain groupsJoseph Sutton1-0/+26
2023-10-25tests/krb5: Sort importsJoseph Sutton1-2/+2
2023-10-25tests/krb5: Don’t pass parameters unnecessarilyJoseph Sutton1-2/+0
2023-10-25python:tests: Remove unnecessary f‐stringsJoseph Sutton3-6/+6
2023-10-25python: Remove unnecessary f‐stringsJoseph Sutton2-3/+3
2023-10-25python: getopt: HostOptions and other option groups inherit from samba Option...Rob van der Linde1-9/+5
2023-10-24netcmd: auth policy: add OptionGroup classes for user, service and computer o...Rob van der Linde3-117/+133
2023-10-24python: netcmd: make use of HostOptions for claims and sites commandsRob van der Linde7-139/+89
2023-10-24python: getopt: Add HostOptions to avoid need to manually add -HRob van der Linde2-5/+19
2023-10-24python: netcmd: make use of required flag on Option for claims commandsRob van der Linde5-69/+19
2023-10-24python: getopt: implement required flag on options and OptionParserRob van der Linde1-1/+35
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde3-5/+26
2023-10-24netcmd: tests: stop checking for ERROR prefix from CommandErrorRob van der Linde3-22/+21
2023-10-24python: netcmd: remove OptionError alias to OptionValueErrorRob van der Linde1-4/+4
2023-10-24python: netcmd: catch parent exception class OptParseError insteadRob van der Linde1-2/+2
2023-10-24python: getopt: rename SambaOption to OptionRob van der Linde2-3/+2
2023-10-24python: netcmd: parser class in getSamDB should set option_classRob van der Linde1-1/+2
2023-10-24python: netcmd: fix import grouping and sorting in base firstRob van der Linde1-3/+4
2023-10-24python: netcmd: remove redundant Option subclassRob van der Linde1-5/+2
2023-10-24python: netcmd: SUPPRESS_HELP constant has no effect hereRob van der Linde3-3/+5
2023-10-24python: netcmd: dbcheck: fix import grouping and orderRob van der Linde1-8/+6