a8191ce ssh: rewrite ssh responder to use cache_req

8 files Authored by pbrezina 7 years ago, Committed by jhrozek 7 years ago,
    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>
    
        
file modified
+5 -2
src/responder/ssh/ssh_private.h src/responder/ssh/sshsrv_private.h
file renamed
+29 -12
file modified
+1 -1