Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-18 | RESPONDERS: Create a common file with service names and versions | Jakub Hrozek | 1 | -3/+0 | |
The monitor sends calls different sbus methods to different responders. Instead of including headers of the particular responders directly in monitor, which breaks layering a little, create a common header file that will be included from src/responder/common/ | |||||
2012-10-05 | SSH: Expire hosts in known_hosts | Jan Cholasta | 1 | -0/+1 | |
2012-10-05 | SSH: Refactor sysdb and related code | Jan Cholasta | 1 | -2/+1 | |
2012-05-03 | SSH: Add dp_get_host_send to common responder code | Jakub Hrozek | 1 | -1/+15 | |
Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176 | |||||
2012-04-24 | SSH: Add support for hashed known_hosts | Jan Cholasta | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1203 | |||||
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 1 | -1/+0 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-02-27 | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 1 | -0/+1 | |
resolver code | |||||
2012-02-26 | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 1 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/1193 | |||||
2012-02-26 | SSH: Save SSH host name aliases | Jan Cholasta | 1 | -0/+1 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 1 | -0/+48 | |