2faf73e Copy pam data from DBus message

3 files Authored by sbose 14 years ago, Committed by sgallagh 14 years ago,
    Copy pam data from DBus message
    
    Instead of just using references to the pam data inside of the DBus
    message the data is copied. New the DBus message can be freed at any
    time and the pam data is part of the memory hierarchy. Additionally it
    is possible to overwrite the authentication tokens in the DBus message,
    because it is not used elsewhere.
    
        
file modified
+67 -41