summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool
AgeCommit message (Expand)AuthorFilesLines
2024-03-20python: move models out of the netcmd packageRob van der Linde9-10/+10
2024-03-20python: samdb: Make connecting_user_sid a propertyRob van der Linde1-1/+1
2024-03-20python: samdb: Move get_connecting_user_sid to samdbRob van der Linde1-2/+1
2024-03-12selftest: add tests for "samba-tool user list --locked-only"Jule Anger1-0/+25
2024-03-04pytest:samba-tool domain kds root-key: test with normal userDouglas Bagnall1-0/+105
2024-03-01netcmd: models: Rename username to account_name for consistencyRob van der Linde6-38/+38
2024-03-01netcmd: tests: add tests for service-account commandsRob van der Linde1-0/+333
2024-03-01python: models: Computer constructor automatically adds "$" to account nameRob van der Linde1-2/+24
2024-03-01pytests: samba-tool domain kds root_keyDouglas Bagnall1-0/+717
2024-03-01pytest:samba-tool: add a flag to print more in runcmdDouglas Bagnall1-3/+19
2024-02-29samba-tool user getpassword: Clarify success wordingAndrew Bartlett4-4/+4
2024-02-29samba-tool user getpassword: Also return the time a GMSA password is valid untilAndrew Bartlett1-2/+22
2024-02-29python/samba/tests: Include more detail on invoication in test of "samba-tool...Andrew Bartlett1-1/+3
2024-02-16python:tests: Remove unused importsJo Sutton2-5/+5
2024-02-16python:tests: Pass correct arguments to set_named_ccache()Jo Sutton1-1/+1
2024-02-16python:tests: Fix code spellingJo Sutton1-1/+1
2024-02-16netcmd: models: SDDLField parses to object instead of stringRob van der Linde1-4/+17
2024-02-08netcmd: models: tests: add tests for NtTimeFieldRob van der Linde1-0/+22
2024-02-08netcmd: models: model field DateTimeField returns datetime in UTCRob van der Linde1-5/+9
2024-02-08netcmd: models: fix build_expression did not work with EnumFieldRob van der Linde1-2/+37
2024-02-08netcmd: models: enums and constants also brought forwardRob van der Linde1-2/+2
2023-12-21selftest: Add tests for "samba-tool user get-kerberos-ticket"Andrew Bartlett1-0/+195
2023-12-21python: tests: blackbox test for GMSARob van der Linde1-0/+171
2023-12-21selftest: Modify expected output of 'samba-tool user getpassword' to be more ...Andrew Bartlett2-48/+50
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde4-15/+5
2023-12-21selftest: Avoid assertTrue() and assertFalse() where a better test existsAndrew Bartlett1-39/+39
2023-12-21selftest: make _get_attribute use parse_ldifRob van der Linde1-7/+4
2023-12-21selftest: make _get_attribute a method on base classRob van der Linde4-88/+82
2023-12-21selftest: pep8: fix incorrect number of blank linesRob van der Linde2-0/+2
2023-12-21selftest: remove unused imports from virtualCryptSHA testsRob van der Linde2-11/+0
2023-12-21selftest: function _get_attribute() was in two placesRob van der Linde1-13/+1
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde26-48/+48
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde4-11/+0
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-2/+2
2023-11-22netcmd: auth policy: add allowed-to-authenticate-from-device-group attributesRob van der Linde1-0/+90
2023-11-22netcmd: auth policy: add allowed-to-authenticate-to-by-group attributesRob van der Linde2-0/+141
2023-11-22netcmd: auth policy: rename "from silo" to "from device silo"Rob van der Linde1-16/+16
2023-11-22netcmd: auth policy: add allowed to authenticate to by silo attributesRob van der Linde1-0/+189
2023-11-22netcmd: models: add field test for SIDFieldRob van der Linde1-1/+43
2023-11-22netcmd: models: use correct SDDL for authentication silosRob van der Linde1-6/+6
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 Linde1-2/+3
2023-11-15netcmd: silo member: rename add and remove commands to grant and revokeRob van der Linde1-4/+4
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