cda952c PAM: extract checks from parsing routines

3 files Authored by sbose 9 years ago, Committed by jhrozek 9 years ago,
    PAM: extract checks from parsing routines
    
    This patch saves the original name given at a login prompt and send to
    the PAM responder in the logon_name member of the pam_data struct for
    later use.
    
    Additionally it separates the parsing of the data send by the PAM client
    and the checks of this data.
    
        
file modified
+18 -34