Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-24 | TODO/tweak to PKey.__repr__ | Jeff Forcier | |
2023-05-24 | AuthStrategy get_sources doesn't need transport arg anymore | Jeff Forcier | |
2023-05-22 | Test AuthStrategy itself | Jeff Forcier | |
2023-05-22 | Test AuthFailure | Jeff Forcier | |
2023-05-22 | Test AuthResult | Jeff Forcier | |
2023-05-22 | Test existing AuthSource class tree | Jeff Forcier | |
Includes relevant tweaks to assorted classes | |||
2023-05-22 | Start testing AuthStrategy | Jeff Forcier | |
Plus! - Document AuthStrategy and AuthHandler modules (latter never had docs? lol) - Minor tweaks to these modules' docstrings etc - Stop comparing to __all__ in __init__.py, ugh | |||
2023-05-22 | Docstring tweak, import sort | Jeff Forcier | |
2023-05-18 | Made PKey.from_path cert-aware & tilde-friendly | Jeff Forcier | |
This was previously only done in SSHClient. It's not relevant for from_type_string which is aimed at ssh-agents, which tend to do their own cert loading where necessary | |||
2023-05-18 | Twiddle RSA signature algorithm fallback behavior in AuthOnlyHandler | Jeff Forcier | |
Also includes more rearranging of AuthHandler related tests | |||
2023-05-18 | Modernize auth tests to use shared server manager | Jeff Forcier | |
Also move auth tests to be new style filename, obj naming Also allow test task module selector to see new-style test modules |