diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-03-27 15:39:26 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-03-27 15:39:26 +0100 |
commit | 89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7 (patch) | |
tree | 0e48a8511c80cb4bf3f1aec55d81c335965d99fb /ChangeLog | |
parent | Imported Upstream version 0.8+svn128 (diff) | |
download | krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.gz krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.tar.bz2 krb5-auth-dialog-89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7.zip |
Imported Upstream version 0.8+svn136
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
@@ -1,3 +1,70 @@ +Di Mär 24 00:04:50 CET 2009 Guido Günther <agx@sigxcpu.org> + + monitor ccache via GFileMontor + * src/krb5-auth-dialog.c (monitor_ccache, ka_ccache_filename, + ccache_changed_cb): new functions + (main): monitor ccache via monitor_ccache + * configure.ac: look for gio-unix + +Di Mär 24 00:01:28 CET 2009 Guido Günther <agx@sigxcpu.org> + + * src/krb5-auth-dialog.c (auth_dialog_prompter): handle + GTK_RESPONSE_DELETE_EVENT like GTK_RESPONSE_CANCEL so pressing ESC or + closing the dialog has the same effect than pressing cancel. + * (ka_grab_credentials): look at "cancled" instead of looking at the + kerberos error codes - more robust since heimdal and mit have different + responses, let alone pkinit. + +Mo Mär 23 23:57:36 CET 2009 Guido Günther <agx@sigxcpu.org> + + split password auth into a separate function + * src/krb5-auth-dialog.c (ka_auth_password): new function + (grab_credentials): fall back to password auth if no token is + present and pkinit is enabled + +Mo Mär 23 23:55:20 CET 2009 Guido Günther <agx@sigxcpu.org> + + * src/krb5-auth-pwdialog.h: remove unused headers + * src/krb5-auth-applet.h: likewise + * src/krb5-auth-dialog.c (is_online): move static variable to the top + +Mi Mär 11 17:21:07 CET 2009 Guido Günther <agx@sigxcpu.org> + + silence compiler warnings + * src/krb5-auth-{applet,dialog,gconf,pwdialog}.[ch]: mark unused + parameters as G_GNUC_UNUSED or drop them, add missing void to + prototypes + +Mi Mär 11 17:19:02 CET 2009 Guido Günther <agx@sigxcpu.org> + + add more compiler warnings + * acinclude.m4: add KA_COMPILE_WARNINGS + * compiler-flags.m4: add gl_COMPILER_FLAGS to test compiler options + * configure.ac: call KA_COMPILE_WARNINGS and add WARN_CFLAGS to CFLAGS + +Mi Mär 11 17:10:11 CET 2009 Guido Günther <agx@sigxcpu.org> + + push the dialog into the foreground and grab the keyboard so we make + sure the user gets to see the dialog in all cases (e.g. when an app is + requesting the TGT via dbus). Grab the keyboard so the user doesn't + type the password somewhere else. Code mostly taken from gnome + keyrings's gkr-ask-tool.c. + * src/krb5-auth-pwdialog.c (grab_keyboard, ungrab_keyboard, + window_state_changed): new functions + (ka_pwdialog_run): use these + +Mi Mär 11 17:04:03 CET 2009 Guido Günther <agx@sigxcpu.org> + + add a pwdialog gobject - remove lots of duplicate code and splits most + of the password dialog handling into its own file + * src/krb5-auth-applet.[ch]: move dialog handling from + here... + * src/krb5-auth-dialog.[ch]: ..and here... + * src/krb5-auth-pwdialog.[ch]: ... to here - new files. + * src/krb5-auth-dialog.glade: rename krb5_wrong_label to + krb5_status_label + * po/POTFILES.in, src/Makefile.am: add src/krb5-auth-pwdialog.c + Sat Feb 28 16:41:54 CET 2009 Guido Günther <agx@sigxcpu.org> add DBus interface to acquire TGT |