GNOME Bugzilla – Bug 538163
Should protect the password better
Last modified: 2009-01-10 13:29:16 UTC
Please describe the problem: Currently krb5-auth-dialog doesn't use any special memory functions/widgets to protect the password. The attached patches use the code and widget from gpg's pinentry to enhance this situation. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 112689 [details] [review] GtkSecureEntry widget from pinentry I didn't do any reformatting/renaming to make merging back and forth between pinentry easier.
Created attachment 112690 [details] [review] Move dbus handling into a separate file Not strictly necessary, but it will be needed for the dbus ticket acquiry code anyways.
Created attachment 112691 [details] [review] Actually use the secmem/GtkSecureEntry code switch password field from GtkEntry to GtkSecureEntry
comitted to trunk.