Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssh: fix typo | Pavel Březina | 2017-02-08 | 1 | -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_req | Pavel Březina | 2017-02-08 | 1 | -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> |