From 89329f60dcdf4d09a2731ce6bb53ea8058eb0ae7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 27 Mar 2009 15:39:26 +0100 Subject: Imported Upstream version 0.8+svn136 --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9918bc..d1e6757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +Di Mär 24 00:04:50 CET 2009 Guido Günther + + 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 + + * 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 + + 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 + + * 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 + + 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 + + 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 + + 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 + + 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 add DBus interface to acquire TGT -- cgit