d2f9354 sss_client: Defer thread cancellation until completion of nss/pam operations

3 files Authored by Howard Guo 7 years ago, Committed by lslebodn 7 years ago,
    sss_client: Defer thread cancellation until completion of nss/pam operations
    
    The client code is not cancellation-safe, an application which
    has cancelled an NSS operation will experience subtle bugs,
    hence thread cancellation is deferred until completion of client
    operations.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/3156
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    Reviewed-by: Florian Weimer <fweimer@redhat.com>
    
        
file modified
+0 -4
file modified
+0 -8
file modified
+7 -73