History log of /sssd-io/src/responder/ssh/ssh_cmd.c
Revision Date Author Comments Expand
2ffa245e79a5ed66e69d141f4001c13697e01450 08-Feb-2017 Pavel Březina <pbrezina@redhat.com>

ssh: fix typo Those macros are the same so there is no functional difference. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

a8191ce7ad5364801ad9458c3194075a7ca77b8a 08-Feb-2017 Pavel Březina <pbrezina@redhat.com>

ssh: rewrite ssh responder to use cache_req 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>