summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2023-11-22netcmd: fix typo in groups and computer commandsRob van der Linde2-2/+2
2023-11-22tests: gensec: docstrings in the middle of code should be commentsRob van der Linde1-6/+6
2023-11-20python:tests: Add ndrdump test for GMSA Managed Password blobsJoseph Sutton1-0/+24
2023-11-20tests/ndr: Add tests for GMSA Managed Password blobsJoseph Sutton1-0/+99
2023-11-20python:tests: Move NDR tests to their own directoryJoseph Sutton2-0/+2
2023-11-20python:tests: SHA1 is no longer supported by cryptography moduleAndreas Schneider1-23/+1
2023-11-20python:tests: Fix assertEquals which doesn't exist in Python 3.12Andreas Schneider1-1/+1
2023-11-20Use python.h from libreplaceAndreas Schneider3-3/+3
2023-11-16tests/krb5: Allow creating Group Managed Service AccountsJoseph Sutton1-6/+19
2023-11-15python:tests: Ensure we clean up callbacks in pymessaging testsJoseph Sutton1-5/+21
2023-11-15python:tests: Fix crashing pymessaging testsJoseph Sutton1-2/+3
2023-11-15pytest:samba-tool domain auth policy: expect error message detailDouglas Bagnall1-3/+3
2023-11-15netcmd: tests: update silo member grant and revoke docstings and commentsRob van der Linde1-4/+4
2023-11-15netcmd: tests: rename silo member tests to grant + revokeRob van der Linde1-3/+3
2023-11-15netcmd: tests: rename add_silo_member and remove_silo_member methods in testRob van der Linde1-7/+7
2023-11-15netcmd: silo member: update docstrings comments and print statements for gran...Rob van der Linde2-8/+9
2023-11-15netcmd: silo member: update command line options help text for grant + revokeRob van der Linde1-2/+2
2023-11-15netcmd: silo member: rename add and remove commands to grant and revokeRob van der Linde2-9/+9
2023-11-15netcmd: silo member: update model docstrings and exception textRob van der Linde1-5/+5
2023-11-15netcmd: silo member: rename model methods to grant and revokeRob van der Linde2-5/+5
2023-11-15netcmd: silo member: rename exceptions to grant and revokeRob van der Linde2-5/+5
2023-11-15netcmd: models: fix incorrect return type should not be UserRob van der Linde1-1/+1
2023-11-15netcmd: models: Model.query method makes use of Query classRob van der Linde1-25/+5
2023-11-15netcmd: models: add Query class to replace simple generatorRob van der Linde1-0/+81
2023-11-15netcmd: tests: add tests for user auth policy and silo commandsRob van der Linde2-0/+170
2023-11-15netcmd: tests: rename domain_auth_base.py to silo_base.pyRob van der Linde3-2/+2
2023-11-15netcmd: tests: rename base class to be used by more testsRob van der Linde3-7/+7
2023-11-15netcmd: add auth silo and policy sub-commands to samba-tool userRob van der Linde4-0/+396
2023-11-15netcmd: silo member: Make output consistent with user commandRob van der Linde2-4/+19
2023-11-15netcmd: model: User model str method returns username not cnRob van der Linde1-0/+4
2023-11-15netcmd: tests: make use of unique_nameRob van der Linde1-1/+1
2023-11-15netcmd: silo member uses consistent output with other commandsRob van der Linde2-7/+9
2023-11-15netcmd: silo member add and remove should not set assigned_siloRob van der Linde1-10/+2
2023-11-15netcmd: silo member: make use of User.find functionRob van der Linde1-15/+2
2023-11-15netcmd: model: add a find method to User model to avoid repeating codeRob van der Linde1-0/+15
2023-11-15netcmd: model: add missing assigned_policy field on User modelRob van der Linde1-0/+1
2023-11-15netcmd: user: PEP8 E303 E305: fix too many or too little blank linesRob van der Linde2-2/+1
2023-11-15netcmd: user: PEP8 E225: missing whitespace around operatorRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E221: fix multiple spaces before operatorRob van der Linde2-35/+35
2023-11-15netcmd: user: PEP8 E127: fix hanging indent not lining upRob van der Linde3-7/+7
2023-11-15netcmd: user: PEP8 E502: backslash is redundant between bracketsRob van der Linde1-1/+1
2023-11-15netcmd: user: PEP8 E117: code is overindentedRob van der Linde2-14/+14
2023-11-15python/samba/tests: Add smbcacl tests for save/restoreNoel Power1-0/+205
2023-11-15pytests: sid_strings: do not fail if epoch ending has zerosDouglas Bagnall1-1/+1
2023-11-13CI/smb3unix: add test_delete_on_closeRalph Boehme1-0/+65
2023-11-13python: move clean_file() to samba/tests/libsmb.pyRalph Boehme2-10/+11
2023-11-09netcmd: Disallow device‐specific attributes and operators for allowed‐to...Joseph Sutton1-2/+2
2023-11-09netcmd: Add ‘allow_device_in_sddl’ parameter to SDDLField()Joseph Sutton1-3/+19
2023-11-09netcmd:tests: Test authentication policies containing device‐specific attri...Joseph Sutton1-1/+102
2023-11-09tests/krb5: Test Kerberos principal names containing non–BMP Unicode charac...Joseph Sutton2-0/+63