diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-04-24 11:28:49 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-04-24 11:28:49 +0200 |
commit | 9d5cdf24ef40097737cdb3ecd2ac1331653b471f (patch) | |
tree | 2df5ea1d5ce717daac6c6b3bf4f071ba3e43b5f2 /ChangeLog | |
parent | Imported Upstream version 0.9~rc1 (diff) | |
download | krb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.tar.gz krb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.tar.bz2 krb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.zip |
Imported Upstream version 0.9+0gitec60300
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +Fri Apr 24 10:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * src/krb5-auth-pwdialog.c: query current invisiable char from + GtkEntry and set it for GtkSecureEntry too. Patch by Matthias Clasen. + (BZ: #538339) + +Fri Apr 24 10:46:20 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * gtksecentry/gtksecentry.c: don't install "gtk-entry-select-on-focus" + settings property since it clashes with the one from GtkEntry. Allows + to have GtkEntry and GtkSecureEntry in the same process. + (https://bugs.g10code.com/gnupg/issue1029). + +Fri Apr 24 09:39:16 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * AUTHORS: add Matthias Clasen + +Fri Apr 24 09:35:59 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * src/krb5-auth-applet.c: Don't show notification before the applet is + embedded in the panel (based on a patch for 0.8 by Matthias Clasen) + +Do Apr 23 18:35:32 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * configure.ac: release 0.9 + +Do Apr 23 11:19:46 CEST 2009 Guido Günther <agx@sigxcpu.org> + + * Update NEWS + +Thu Apr 23 11:17:28 CEST 2009 Guido Günther <agx@sigxcpu.org> + + Always reparse the principal name in grab_credentials. When + acquireing credentials interacively we want to be sure we use the + current principal name from gconf. + * src/krb5-auth-dialog.c (ka_parse_name): Always parse principal + property. + (grab_credentials): Call ka_parse_name unconditionally. + +Thu Apr 23 11:14:37 CEST 2009 Guido Günther <agx@sigxcpu.org> + + drop "Password:" label from dialog. It's in the kerberos prompt and + confusing if prompted for a PIN. + * src/krb5-auth-dialog.glade: drop password label + * src/krb5-auth-dialog.c (ka_pwdialog_setup): colon terminate prompts + Sat Apr 18 00:19:02 CEST 2009 Guido Günther <agx@sigxcpu.org> * src/krb5-auth-gconf.c (ka_gconf_set_principal): handle length zero |