summaryrefslogtreecommitdiff
path: root/src/responder/ssh/sshsrv_dp.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24Include header file in implementation module.Lukas Slebodnik1-0/+1
Declarations of public functions was in header files, but header files was not included in implementation file.
2012-05-03SSH: Add dp_get_host_send to common responder codeJakub Hrozek1-0/+163
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