summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-09tests/krb5: Add ‘expected_sname’ parameter to _fast_as_req()Joseph Sutton1-6/+11
2023-11-09tests/krb5: Encode KerberosString objects as UTF‐8Joseph Sutton1-0/+74
2023-11-09tests/krb5: Move ‘rfc4120_pyasn1’ to ‘rfc4120_pyasn1_generated’Joseph Sutton3-2710/+2728
2023-11-07tests/krb5: Add tests for AllowedToAuthenticateTo with SamLogonJoseph Sutton1-1/+230
2023-11-07tests/krb5: Add test for an authentication policy that allows a specific accountJoseph Sutton1-0/+28
2023-11-07tests/krb5: Correct authentication policy SDDLJoseph Sutton1-1/+3
2023-11-07tests/krb5: Remove unused parameter ‘expected_device_groups’Joseph Sutton1-6/+0
2023-11-07tests/krb5: Remove unused parameter ‘expected_device_groups’Joseph Sutton1-5/+0
2023-11-05CI: smb3unix.py: check more attributes of test files (and dirs) in test_posix...Ralph Boehme1-5/+27
2023-11-02tests/krb5: Fix commentsJoseph Sutton2-2/+2
2023-11-02tests/krb5: Test RODC‐issued TGTs that already contain device info/claimsJoseph Sutton1-13/+114
2023-11-02tests/krb5: Don’t reuse SID S-1-2-3-4Joseph Sutton1-3/+3
2023-11-02tests/krb5: Test target authentication policies when the TGT already contains...Joseph Sutton1-8/+132
2023-11-02tests/krb5: Add tests for PACs containing extraneous buffersJoseph Sutton3-5/+71
2023-11-02tests/krb5: Pass a list of PAC modification functionsJoseph Sutton1-9/+8
2023-11-02tests/krb5: Test performing a FAST‐armored TGS‐REQ when the TGT already c...Joseph Sutton1-0/+52
2023-11-02tests/krb5: Add support to test framework for existing device info or claims ...Joseph Sutton1-8/+53
2023-11-02tests/krb5: Always expect client claimsJoseph Sutton1-1/+1
2023-11-02tests/krb5: Ensure that device SIDs and claims are present only if we expect ...Joseph Sutton1-2/+2
2023-11-02tests/krb5: No longer pass two‐component form of TGS principalJoseph Sutton1-27/+2
2023-11-02tests/krb5: Remove unused importJoseph Sutton1-1/+0
2023-11-02tests: Convert the regression test for bug15505 to pythonVolker Lendecke1-0/+23
2023-11-02tests: Make clean_file() handle directoriesVolker Lendecke1-1/+4
2023-11-02tests: Allow to specify share names in smb2symlink testsVolker Lendecke1-11/+14
2023-11-02tests/krb5: Test conditional ACE expressions with empty composite literalsJoseph Sutton1-0/+9
2023-11-01pytest:samba-tool domain test policy: test SDDL diagnosticsDouglas Bagnall1-0/+42
2023-11-01pytest: samba_tool domain auth policy fix for SDDL err msgDouglas Bagnall1-2/+2
2023-11-01samba-tool: try to present diagnostics for SDDL errors.Douglas Bagnall1-0/+28