summaryrefslogtreecommitdiffstats
path: root/src/responder/ssh/ssh_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* ssh: fix typoPavel Březina2017-02-081-1/+1
| | | | | | Those macros are the same so there is no functional difference. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* ssh: rewrite ssh responder to use cache_reqPavel Březina2017-02-081-0/+256
This is a bigger change since both supported commands could be rewritten for cache_req and the logic could be deleted. I decided to also split the file into more modules and follow similar pattern as with nss responder. Resolves: https://fedorahosted.org/sssd/ticket/1126 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>