summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-23python:samba:subunit: Fix code spellingAndreas Schneider2-2/+2
2023-06-23python:samba:samba3: Fix code spellingAndreas Schneider1-1/+1
2023-06-23python:samba:provision: Fix code spellingAndreas Schneider3-10/+10
2023-06-23python:samba:netcmd: Fix code spellingAndreas Schneider14-30/+31
2023-06-23python:samba:kcc: Fix code spellingAndreas Schneider4-21/+21
2023-06-23python:samba:gp_parse: Fix code spellingAndreas Schneider2-2/+2
2023-06-23python:samba:gp: Fix code spellingAndreas Schneider1-1/+1
2023-06-23python:samba:emulate: Fix code spellingAndreas Schneider1-5/+5
2023-06-21samba-tool/ntacl: implement set --recursiveStefan Metzmacher1-1/+16
2023-06-21samba-tool/ntacl: add set --verbose and print out the file/directory nameStefan Metzmacher1-13/+27
2023-06-21samba-tool/ntacl: don't announce -q,--quiet in --help as it's not used at allStefan Metzmacher1-1/+2
2023-06-21samba-tool/ntacl: let changedomsid ignore symlinksStefan Metzmacher1-13/+24
2023-06-21samba-tool: print default (domain) for --dns-directory-partition option in he...Björn Baumbach1-1/+1
2023-06-21tests/krb5/s4u_tests.py: add test_constrained_delegation_authtimeStefan Metzmacher1-2/+32
2023-06-21tests/krb5/s4u_tests.py: add test_constrained_delegation_with_enc_auth_data_[...Stefan Metzmacher1-3/+89
2023-06-21samba-tool: let 'domain level raise' call check_and_update_fl() in a transactionStefan Metzmacher1-2/+22
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to subfunctionsStefan Metzmacher1-4/+17
2023-06-21samba-tool: move some parts of 'domain level [show|raise]' in to try/exceptStefan Metzmacher1-47/+50
2023-06-21samba-tool: let 'domain level raise --domain-level' use the correct crossRef dnStefan Metzmacher1-3/+8
2023-06-21samba-tool: check for invalid 'domain level' subcommands firstStefan Metzmacher1-2/+3
2023-06-21samba-tool: Fix missing import for "domain level raise --forest-level=2016"Andrew Bartlett1-1/+1
2023-06-21tests/krb5: Test that FX-COOKIE matches cookie returned by WindowsJoseph Sutton1-0/+87
2023-06-16samba-tool: add new --dns-directory-partition option to dns zonecreate commandBjörn Baumbach2-5/+113
2023-06-16libsmb: Test smb1 mknodVolker Lendecke1-0/+20
2023-06-15tests/auth_log: Ensure tests continue to pass when new log types are addedJoseph Sutton1-2/+24
2023-06-15tests/auth_log: Add support for new ‘KDC Authorization’ log typeJoseph Sutton1-0/+1
2023-06-14tests/auth_log: Refactor waitForMessages() to use nextMessage()Joseph Sutton1-15/+8
2023-06-14tests/auth_log: Add method to fetch the next relevant message from the messag...Joseph Sutton1-0/+38
2023-06-14tests/krb5: Test authentication with policy restrictions and a wrong passwordJoseph Sutton1-0/+145
2023-06-14tests/krb5: Test S4U2Self followed by constrained delegation with authenticat...Joseph Sutton2-0/+118
2023-06-14tests/krb5: Remove unneeded ‘dn’ parameterJoseph Sutton1-9/+9
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton10-270/+106