f539717 Allow arbitrary-length PAM messages

Authored and Committed by sgallagh 14 years ago
    Allow arbitrary-length PAM messages
    
    The PAM standard allows for messages of any length to be returned
    to the client. We were discarding all messages of length greater
    than 255. This patch dynamically allocates the message buffers so
    we can pass the complete message.
    
    This resolves https://fedorahosted.org/sssd/ticket/432
    
        
file modified
+12 -8
file modified
+2 -3
file modified
+20 -3
file modified
+8 -3