summaryrefslogtreecommitdiffstats
path: root/src/responder/ssh/sshsrv_private.h
Commit message (Collapse)AuthorAgeFilesLines
* SSH: Fix parsing of names from client requestsJan Cholasta2013-05-071-0/+2
| | | | | | Try to parse names in the form user@domain first, as that's what sss_ssh_* send in requests when the --domain option is used. Do not parse host names using domain-specific regular expression.
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-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/
* SSH: Expire hosts in known_hostsJan Cholasta2012-10-051-0/+1
|
* SSH: Refactor sysdb and related codeJan Cholasta2012-10-051-2/+1
|
* SSH: Add dp_get_host_send to common responder codeJakub Hrozek2012-05-031-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
* SSH: Add support for hashed known_hostsJan Cholasta2012-04-241-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1203
* SSH: Allow clients to explicitly specify host aliasJan Cholasta2012-03-151-1/+0
| | | | | This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
* SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵Jan Cholasta2012-02-271-0/+1
| | | | resolver code
* SSH: Manage global known_hosts file in the responderJan Cholasta2012-02-261-0/+3
| | | | https://fedorahosted.org/sssd/ticket/1193
* SSH: Save SSH host name aliasesJan Cholasta2012-02-261-0/+1
|
* SSH: ResponderJan Cholasta2012-02-071-0/+48