aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3499
1 files changed, 2695 insertions, 804 deletions
diff --git a/ChangeLog b/ChangeLog
index 3025b73..12b3b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1021 +1,2912 @@
-Fri Jun 13 18:33:23 CEST 2009 Guido Günther <agx@sigxcpu.org>
+# Generated by Makefile. Do not edit.
- * configure.ac: release 0.11
- * NEWS: likewise
-
-Sat Jun 13 18:25:40 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * preferences/krb5-auth-dialog-preferences.xml: fix typo
-
-Sat Jun 13 18:03:26 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * src/dummy-strings.c: add note for translators
- * etpo/lexer.l: likewise
-
-Sat Jun 13 17:39:07 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * src/krb5-auth-applet.c (ka_applet_create_context_menu): use
- gtk_image_menu_item_new_from_stock for stock menu entries
-
-Sat Jun 13 17:14:34 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * po/krb5-auth-dialog.pot: remove
- * po/.gitignore: ignore generated krb5-auth-dialog.pot
- BZ: #585635
-
-Fri Jun 12 18:30:03 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit e27cf0a9b7c4cfe1416dddf9357b57812d82569d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Jul 13 17:57:14 2009 +0200
- add DBus API to destroy ccache
- * src/krb5-auth-applet-dbus.xml: add method
- * src/krb5-auth-dialog.h: rename ka_dbus_destroy_cache to
- ka_dbus_destroy_ccache, change return value
- * src/krb5-auth-dialog.c: likewise
- * src/krb5-auth-dbus.h (ka_dbus_destroy_ccache): new protoype
- * src/krb5-auth-dbus.c (ka_dbus_destroy_ccache): new function
- * src/krb5-auth-applet.c (ka_applet_cb_destroy_ccache): use it
- (ka_applet_create_context_menu): use it
-
-Fri Jun 12 22:36:35 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * src/krb5-auth-applet: use _("translator-credits") in about dialog
- * AUTHORS: add Christian Persch
-
-Fri Jun 12 11:51:20 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * preferences/krb5-auth-dialog-preferences.desktop.in: use
- krb-valid-ticket icon instead of abusing gtk-dialog-authentication
- * preferences/krb5-auth-dialog-preferences.xml: likewise
- * src/krb5-auth-dialog.xml: likewise
- * src/krb5-auth-applet.c (ka_send_event_notificatyion): likewise
- (ka_applet_update_status): use icons in notifications
- (ka_applet_create): load uixml after calling
- gtk_icon_theme_append_search_path
- (ka_applet_setup_icons): use DATA_DIR instead of PKG_DATA_DIR
- (ka_applet_cb_about_dialog): add "logo-icon-name"
- * src/krb5-auth-dialog.c: uixml parsing moved to ka_applet_create...
- * src/krb5-auth-applet.h: ...so drop unused parameter
+ release 0.12
-Fri Jun 12 11:45:30 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ NEWS | 13 +++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 14 insertions(+), 1 deletions(-)
- add scalable and 48x48 icons and move them from pkgdatadir to datadir.
- Makes using different icon themes easier.
- * configure.ac (AC_OUTPUT): add icon dirs
- * src/Makefile.am (rb5_auth_dialog_CPPFLAGS): define DATADIR
- * icons/*.png: move 22x22 icons from ...here
- * icons/22x22: ..to here
- * icons/scalable: new icons
- * icons/48x48: likewise
+commit 9320ca0d8254d5ce931994eadbc0b6c3dbac97a7
+Author: Jorge González <jorgegonz@svn.gnome.org>
+Date: Sun Jul 12 21:59:49 2009 +0200
-Tue Jun 2 00:01:16 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Updated Spanish translation
- launch prefs with full path
- * src/Makefile.am: define BIN_DIR
- * src/krb5-auth-applet.c (ka_applet_cb_preferences): use it
+ po/es.po | 23 ++++++++++++-----------
+ 1 files changed, 12 insertions(+), 11 deletions(-)
-Mon Jun 1 23:12:42 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit ef4f8ae34046a6e81d67c3554ed1ce375bdf7678
+Author: Jorge González <jorgegonz@svn.gnome.org>
+Date: Sun Jul 12 13:00:44 2009 +0200
- * src/krb5-auth-dialog (ka_error_dialog): set application name
- in error dialog
+ Updated Spanish translation
-Mon Jun 1 20:05:17 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 24 ++++++++++++------------
+ 1 files changed, 12 insertions(+), 12 deletions(-)
- enable help in applet and prefs dialog
- * src/krb5-auth-tools.c: new file
- * src/krb5-auth-tools.h: likewise
- * po/POTFILES.in: add src/krb5-auth-tools.h, remove duplicate
- src/krb5-auth-dialog.schemas.in
- * preferences/Makefile.am (krb5_auth_dialog_sources): add
- krb5-auth-tools.[ch]
- * src/Makefile.am (krb5_auth_dialog_preferences_SOURCES): add
- $(top_srcdir)/krb5-auth-tools.[ch]
- * preferences/krb5-auth-dialog-preferences.c
- (ka_preferences_dialog_response): call ka_show_help
- * preferences/krb5-auth-dialog-preferences.xml: show help button
- * src/krb5-auth-applet.c (ka_applet_cb_show_help): new function
- (ka_applet_create_context_menu): add help menu entry
+commit f5b7c656213a924e241f93fd896e66b25df4184d
+Author: Jorge González <jorgegonz@svn.gnome.org>
+Date: Thu Jul 9 21:19:31 2009 +0200
-Mon Jun 1 19:56:35 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Updated Spanish translation
- add user manual
- * configure.ac: call GNOME_DOC_INIT
- * Makefile.am: process help/
- * acinclude.m4: include m4/gnome-doc-utils.m4
- * .gitignore: ignore gnome-doc-utils.make
- * help/C/figures/ka-expired.png: new file
- * help/C/figures/ka-expiring.png: likewise
- * help/C/figures/ka-valid.png: likewise
- * help/C/figures/trayicon-expired.png: likewise
- * help/C/figures/trayicon-expiring.png: likewise
- * help/C/figures/trayicon-valid.png: likewise
- * help/C/krb5-auth-dialog.xml: likewise
- * help/C/legal.xml: likewise
- * help/Makefile.am: likewise
- * help/krb5-auth-dialog.omf.in: likewise
- * m4/gnome-doc-utils.m4: likewise
- * help/.gitignore: likewise
-
-Mon May 25 19:11:58 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * src/krb5-auth-applet.c: update about dialog
-
-Mon May 25 18:32:49 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * configure.ac: release 0.10
- * NEWS: likewise
-
-Fri May 22 18:07:31 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * src/Makefile.am: add missing line continuation
-
-Wed May 20 16:33:54 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- allow to turn off notifcations
- * src/krb5-auth-applet.c: add action to notifications
- (ka_send_event_notification): only show notification when
- corresponding gconf key is set
- * src/krb5-auth-dialog.schemas.in: add schema entries
- * src/krb5-auth-gconf-tools.c (ka_gconf_set_bool): new function
- * src/src/krb5-auth-gconf-tools.c (ka_gconf_set_*): fix defaults
- (ka_gconf_init); return GconfClient
- * src/krb5-auth-gconf-tools.h: define gconf keys
- BZ: #579850
-
-Fri May 15 19:10:57 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * po/krb5-auth-dialog.pot: update translatable strings
- * po/de.po: likewise
- * po/nb.po: likewise
- * po/sv.po: likewise
-
-Fri May 15 19:08:22 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- * etpo/lexer.l: better match the output to the handcrafted version we
- shipped before.
+ help/es/es.po | 16 ++++++++++++----
+ 1 files changed, 12 insertions(+), 4 deletions(-)
-Fri May 15 19:06:09 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit ef074487d5299934241d0b77c4140e6f7c16a823
+Author: Jorge González <jorgegonz@svn.gnome.org>
+Date: Thu Jul 9 21:19:26 2009 +0200
- Reduce number of translations by filtering the error messages
- extracted from Kerberos com_err .et files.
- * etpo/Makefile.am: add rule for generating dummy-stings.c
- * src/dummy-strings.c: regenerate
+ Updated Spanish translation
-Fri May 15 19:04:11 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 53 ++++++++++++++++++++++++-----------------------------
+ 1 files changed, 24 insertions(+), 29 deletions(-)
- * src/potfiles.in: mark GtKBuilder ui files as glade
- so they get picked up by intltool
+commit c8ec676ac95a660a532adc12355ae52ed546e367
+Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
+Date: Thu Jul 9 11:24:50 2009 +0300
-Wed May 13 22:10:45 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Updated Ukrainian translation
- * src/krb5-auth-dialog.c (ka_error_dialog): translate Kerberos error
- messages.
+ po/LINGUAS | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
-Wed May 13 20:46:03 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit d93881444490f93499f2f7c3404246edc50b5a32
+Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
+Date: Thu Jul 9 11:22:08 2009 +0300
- * etpo/lexer.c: update regex for newer com_err
+ Updated Ukrainian translation
-Tue May 12 00:31:56 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ po/uk.po | 1669 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 1669 insertions(+), 0 deletions(-)
- merge schema translations and use gconftool to install the schema
- * configure.ac: Check for gcontool and add AM_GCONF_SOURCE_2.
- * po/POTFILES.in: Add src/krb5-auth-dialog.schemas.in.
- * preferences/Makefile.am: Remove schemadir.
- * src/Makefile.am: Add INTLTOOL_SCHEMAS_RULE and add
- install-data-local target to install via gconftool.
- * src/krb5-auth-dialog.schemas.in: Don't use ::PACKAGE:: since .in is
- transformed by intltool now.
- BZ: #581906 - patch by Christian Persch
+commit 0ccbc9f426450aa8840f9166e6c98a48dd4fb54c
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jul 5 11:30:47 2009 +0200
-Mon May 11 00:46:24 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Updated Spanish translation
- cleanup CFLAGS handling, terminate all lists with $(NULL)
- * configure.ac: don't set CFLAGS
- * src/Makefile.am (krb5_auth_dialog_{CPP,C}FLAGS): set instead of
- CFLAGS
- * preferences/Makefile.am (krb5_auth_dialog_preferenes_{CPP,C}FLAGS):
- likewise
- BZ: #581901 - based on a patch by Christian Persch
+ po/es.po | 278 ++++++++++++++++++++++++++++++++++----------------------------
+ 1 files changed, 154 insertions(+), 124 deletions(-)
-Sun May 10 22:20:38 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit 1a4aba5b7a71dc913d9ba215b023879766a41b91
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jul 2 14:33:06 2009 +0200
- update .gitignore files
- * src/.gitignore: add DBUS service file
- * preferences/.gitignore: new file
+ Make sure we don't show multiple error dialogs
+
+ by setting proper parent for the error message dialog and destroying an
+ already open one if present.
-Sun May 10 22:10:11 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ src/krb5-auth-applet.h | 2 ++
+ src/krb5-auth-dialog.c | 33 ++++++++-------------------------
+ src/krb5-auth-pwdialog.c | 42 ++++++++++++++++++++++++++++++++++++------
+ src/krb5-auth-pwdialog.h | 7 ++++---
+ 4 files changed, 50 insertions(+), 34 deletions(-)
- make checking for deprecated symbols easy
- * src/Makefile.am: add $(DISABLE_DEPRECATED)
- * preferences/Makefile.am: likewise
- * configure.ac: add GNOME_MAINTAINER_MODE_DEFINES commented out
+commit 0755f8e9cb0111c26512c2a5c682adf2df29e4c6
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jun 16 21:48:48 2009 +0200
-Sun May 10 21:49:14 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ convert to 48x48 png
- Use po/LINGUAS instead of putting the list in configure.ac
- * configure.ac: remove ALL_LINGUAS and require intltool >= 0.35
- * po/LINGUAS: new file
- * autogen.sh: require intltool >= 0.35
- BZ: #581907 - patch by Christian Persch
+ icons/48x48/krb-expiring-ticket.png | Bin 3571 -> 4042 bytes
+ icons/48x48/krb-no-valid-ticket.png | Bin 3724 -> 4319 bytes
+ icons/48x48/krb-valid-ticket.png | Bin 3383 -> 3885 bytes
+ 3 files changed, 0 insertions(+), 0 deletions(-)
-Sun May 10 21:36:48 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit df1827eaf8b54665a34bdaf1b461f41db0bd0fd1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jun 16 21:46:23 2009 +0200
- * src/krb5-auth-gconf-tools.c: fix -Wformat-security warnings
- * src/krb5-auth-gconf.c: likewise
- * etopo/lexer.l: likewise
- BZ: #581902 - patch by Christian Persch
+ Add new scalable icons
+
+ to reduce confusion with gtk-dialog-authentication
-Thu May 7 10:39:32 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ icons/scalable/krb-expiring-ticket.svg | 700 +++++++-------------
+ icons/scalable/krb-no-valid-ticket.svg | 1108 +++++++++-----------------------
+ icons/scalable/krb-valid-ticket.svg | 297 +++++----
+ 3 files changed, 708 insertions(+), 1397 deletions(-)
- Switch from Libglade to GtkBuilder
- * src/krb5-auth-dialog.xml: new file
- * preferences/krb5-auth-dialog-preferences.xml: likewise
- * src/krb5-auth-dialog.glade: remove
- * preferences/krb5-auth-dialog-preferences.glade: likewise
- * src/krb5-auth-{applet,pwdialog}.[ch]: use GtkBuilder instead of
- glade
- * configure.ac: drop libglade check
- * po/POTFILES.in: look for krb5-auth-dialog{,-preferences}.xml instead
- of .glade
- * {src,preferences,etpo}/Makefile.am: drop libglade
+commit 67419082b285bbf7852933a5322aff79637c1e20
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jul 2 13:50:09 2009 +0200
-Sun May 3 17:33:22 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Explain _("translator-credits")
+
+ as propoes by Andre Klapper
- fix build with GLib < 2.18
- * configure.ac: check for gio
- * src/Makefile.am: add GIO to LDADD
- * src/krb5-auth-dialog.c: add missing gio.h include
+ src/krb5-auth-applet.c | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
-Sun May 3 17:31:36 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit f772cc0efe41062fa494f9bf5dabb96993a2575e
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jul 2 13:42:28 2009 +0200
- * src/krb5-auth-dialog-preferences.c (ka_preferences_dialog_response):
- Fix compilation with GTK+ < 2.14.
+ Don't mark properties as translatable
+
+ they're never seen by the user
-Sun May 3 16:43:22 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ gtksecentry/gtksecentry.c | 51 +++++++++++++++-----------------------------
+ 1 files changed, 18 insertions(+), 33 deletions(-)
- * Makefile.am: ship MAINTAINERS
+commit ffc48dcc8e4328a531f31c8ae11c3151f184add4
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Jul 2 13:31:00 2009 +0200
-Sun May 3 16:42:16 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ fix typo
+
+ Thanks to Jorge González
+ BZ: #587199
- * .gitignore: ignore more generated files
+ help/C/krb5-auth-dialog.xml | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
-Sun May 3 16:38:42 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit d7678acba9c4f60b7b7342ed52a6a41976e44c74
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Jun 22 11:07:15 2009 +0200
- Remove cvs ignore files
- * .cvsignore: remove
- * etpo/.cvsignore: likewise
- * po/.cvsignore: likewise
- * src/.cvsignore: likewise
+ Ease PKINT with smartcard setup
+
+ and add filechooser dialog for certificates
-Sun May 3 16:36:31 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ configure.ac | 10 +
+ preferences/krb5-auth-dialog-preferences.c | 160 +++++++++++++++-
+ preferences/krb5-auth-dialog-preferences.xml | 271 ++++++++++++++++----------
+ 3 files changed, 332 insertions(+), 109 deletions(-)
- * configure.ac: add sv to ALL_LINGUAS
+commit 2ad5e90d3191b417efe36a2a033ce6fab3830e76
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jun 23 01:57:44 2009 +0200
-Thu Apr 30 18:07:32 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ add back warning cflags
- * configure.ac: release 0.9.1
+ preferences/Makefile.am | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
-Thu Apr 30 18:03:10 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit d20d7e55ffe1d25c6fa7dc8d2f09ce5e944a26f3
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Jun 28 19:01:14 2009 +0200
- * src/Makefile.am: add krb5-auth-applet-dbus.xml to EXTRA_DIST
- (BZ: #580789)
+ switch to automatic ChangeLog generation
-Fri Apr 24 10:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Makefile.am | 14 ++++++++++++++
+ 1 files changed, 14 insertions(+), 0 deletions(-)
- * src/krb5-auth-pwdialog.c: query current invisiable char from
- GtkEntry and set it for GtkSecureEntry too. Patch by Matthias Clasen.
- (BZ: #538339)
+commit d2f2b4d37d18b83d2aa83741dba3ce27a1678414
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:27:58 2009 +0200
-Fri Apr 24 10:46:20 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Added translated figure
- * 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).
+ help/es/figures/ka-expired.png | Bin 11304 -> 11279 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
-Fri Apr 24 09:39:16 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit c899e5ab5f3c64f26b155632ce4f7c19ed92e984
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:27:49 2009 +0200
- * AUTHORS: add Matthias Clasen
+ Added translated figure
-Fri Apr 24 09:35:59 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ help/es/figures/ka-valid.png | Bin 11438 -> 11351 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
- * 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)
+commit 9b419a2e31402f443f0b78970964646ccbc7af27
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:24:14 2009 +0200
-Do Apr 23 18:35:32 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Added translated figure
- * configure.ac: release 0.9
+ help/es/figures/ka-valid.png | Bin 0 -> 11438 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
-Do Apr 23 11:19:46 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit f1c92168c9d145c8bb3696861447942fa32549c6
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:24:07 2009 +0200
- * Update NEWS
+ Added translated figure
-Thu Apr 23 11:17:28 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ help/es/figures/ka-expiring.png | Bin 0 -> 11427 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
- 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.
+commit d2fc464cbc637db5cf70f98b1c36f6a9938b8a06
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:23:56 2009 +0200
-Thu Apr 23 11:14:37 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Added translated figure
- 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
+ help/es/figures/ka-expired.png | Bin 0 -> 11304 bytes
+ 1 files changed, 0 insertions(+), 0 deletions(-)
-Sat Apr 18 00:19:02 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit 8c18e885af80ab7c8db2167058696fe843a7fbf4
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 16:23:27 2009 +0200
- * src/krb5-auth-gconf.c (ka_gconf_set_principal): handle length zero
- KA_GCONF_KEY_PRINCIPAL
+ Updated Spanish translation
-Fri Apr 17 13:36:00 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 138 +++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 69 insertions(+), 69 deletions(-)
- * preferences/krb5-auth-dialog-preferences.glade: mark GtkEntrys
- activates_default and close button as has_default.
+commit 9e8e15d419f7b441848b5c57bbf5b3c5138e9ff5
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 28 15:57:59 2009 +0200
-Fri Apr 17 13:20:09 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ Updated Spanish translation
- make pkinit anchors configurable and pass pkinit options to
- krb5_get_init_creds_opt_set_pa (MIT pkinit), if available.
- * configure.ac: check for krb5_get_init_creds_opt_set_pa
- * preferences/krb5-auth-dialog-preferences.c
- (ka_preferences_pkanchors_notify,
- ka_preferences_dialog_pkanchors_changed,
- ka_preferences_dialog_setup_pkanchors_entry): new functions
- (ka_preferences_dialog_init: call
- ka_preferences_dialog_setup_pkanchors_entry to handle pk_anchors
- * preferences/krb5-auth-dialog-preferences.glade: add pkanchors_entry
- GtkEntry
- * src/krb5-auth-applet.c (ka_applet-{set,get}_property,
- ka_applet_class_init): handle pk-anchors property
- * src/krb5-auth-dialog.c (ka_set_ticket_options): pass pkinit userid
- and anchors to krb5_get_init_creds_opt_set_pa if available.
- (ka_auth_pkinit): rename to ka_auth_heimdal_pkinit
- (ka_auth_heimdal_pkinit): pass pk_anchors
- (grab_credentials): fetch pk_anchors from pk-anchors property and
- pass it to ka_auth_{password,heimdal_pkinit}
- * src/krb5-auth-gconf.c (ka_gconf_set_pk_anchors): new function
- (ka_gconf_key_changed_callback): handle pk_anchors
- (ka_gconf_init); likewise
- * src/krb5-auth-gconf-tools.h: add pk_anchors
- * src/krb5-auth-dialog.schemas.in: add pk_anchors
+ help/es/es.po | 82 ++++++++++++++++++++++++++++++++++++++++++++++++--------
+ 1 files changed, 70 insertions(+), 12 deletions(-)
-Fri Apr 17 13:19:18 CEST 2009 Guido Günther <agx@sigxcpu.org>
+commit eae48680527a04366aebb397ab9453b0801b92ba
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 21 17:41:09 2009 +0200
- * AUTHORS: add Colin
+ Updated Spanish translation
-Sat Apr 4 11:15:39 CEST 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 65 ++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 32 insertions(+), 33 deletions(-)
- GtkSecureEntry warning fixes:
- * gtksecentry/gtksecentry.c (gtk_secure_entry_state_changed: drop
- duplicate declaration
- (g_malloc): use G_SIZE_FORMAT for gsize type
- (g_malloc0): likewise
- (gtk_secure_entry_get_type): add missing initializer
- (gtk_secure_entry_delete_cb): drop, unused static function
- (gtk_secure_entry_toggle_overwrite): likewise
- (activate_cb): likewise
- (unichar_chosen_func): likewise
- (gtk_secure_entry_append_text: drop, deprecated in GtkEntry since
- 2.0 and missing declaration in gtksecentry.h
- (gtk_secure_entry_prepend_text): likewise
- (gtk_entry_set_position): likewise
- (gtk_entry_select_region): likewise
- declare unused parameters as G_GNUC_UNUSED
- * gtksecentry/gtksecentry.h (gtk_secure_entry_new_with_max_length):
- add missing declaration
- (gtk_secure_entry_layout_index_to_text_index): likewise
- (gtk_secure_entry_text_index_to_layout_index): likewise
-
-Sat Apr 4 11:06:45 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- add preferences capplet
- * preferences/{krb5-auth-dialog-preferences.{c,glade,desktop.in},
- preferences/Makefile.am: new files
- * po/POTFILES.in: add the above
- * Makefile.am, configure.ac: process preferences/
- * src/krb5-auth-applet.c (ka_applet_cb_preferences): callback to open
- preferences
- (ka_applet_create_context_menu): add preferences context menu entry
-
-Sat Apr 4 10:57:23 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- allow to set ticket proxiable, renewable and forwardable ticket flags
- via gconf
- * src/krb5-auth-applet.c (_KaApplet): add tgt_{forwardable,proxiable,
- renewable)
- (ka_applet_set_property): set via properties
- (ka_applet_class_init): add properties
- * src/krb5-auth-dialog.c (ka_set_ticket_options): new function
- (set_options_from_creds): use parameter instead of global var
- (ka_grab_credentials): remove unused variable
- * src/krb5-auth-gconf.c (forwardable,renewable,proxiable): add new
- boolean gconf keys
- * src/krb5-auth-dialog.schemas.in: add new gconf keys to schema
-
-Sat Apr 4 10:52:53 CEST 2009 Guido Günther <agx@sigxcpu.org>
-
- split out gconf tool functions
- * src/krb5-auth-gconf-tools.h: new file
- * src/krb5-auth-gconf-tools.c: new file
- * src/krb5-auth-gconf.c (ka_gconf_get*): move to
- src/krb5-auth-gconf-tools.c
- (KA_GCONF_*): move to src/krb5-auth-gconf-tools.h
-
-Sat Mär 28 14:17:49 CET 2009 Guido Günther <agx@sigxcpu.org>
-
- add dbus service file
- * src/org.gnome.KrbAuthDialog.service.in: new file
- * src/Makefile.am (service_DATA): process annd install service file
-
-Tue 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
-
-Tue 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.
-
-Mon 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
-
-Mon 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
-
-Wed 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
-
-Mon 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
-
-Wed 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
-
-Wed Mär 11 17:04:03 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit e24031b764e6067e91b117344ed2a96274ca3f1e
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 21 12:02:19 2009 +0200
- 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
+ Added initial Spanish translation
-Sat Feb 28 16:41:54 CET 2009 Guido Günther <agx@sigxcpu.org>
+ help/es/es.po | 514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 514 insertions(+), 0 deletions(-)
- add DBus interface to acquire TGT
- * src/krb5-auth-dbus.[ch] (ka_dbus_acquire_tgt, ka_dbus_service): new
- functions
- * src/Makefile.am: generate krb5-auth-applet-dbus-glue.h via
- dbus-binding-tool
- * src/krb5-auth-applet-dbus.xml: new file
- * README: example dbus call
+commit 7b6d6e6bf498be89c87bdc9ef64b0b2310885f73
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 21 12:01:57 2009 +0200
-Sat Feb 28 16:35:45 CET 2009 Guido Günther <agx@sigxcpu.org>
+ Added es to DOC_LINGUAS
- * src/krb5-auth-applet.[ch] (ka_check_credentials): new function to
- check if a principal matches our default
- (ka_grab_credentials): return TRUE on success
+ help/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
-Sat Feb 28 14:27:57 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit 5db10b3a3d99ba04292c6608cfd1d175d0c2b426
+Author: Daniel Nylander <po@danielnylander.se>
+Date: Wed Jun 17 08:11:19 2009 +0200
- Turn Krb5AuthApplet into a GObject named KaApplet
- * src/krb5-auth-applet.[ch]: declare and define KaApplet,
- KaAppletPrivate
- (ka_applet_{set,get}_property): new functions to access properties
- (ka_applet_{dispose,finalize,{class,}_init}: new functions
- (ka_applet_get_show_trayicon, ka_applet_set_tgt_renewable,
- ka_applet_get_tgt_renewable, ka_applet_get_pw_prompt_secs,
- ka_applet_run_pw_dialog, ka_applet_get_pwdialog_xml,
- ka_applet_hide_pw_dialog, ka_applet_get_pw_label,
- ka_applet_set_pw_dialog_persist): new functions
- * src/krb5-auth-dialog.c: use the above instead of accessing KaApplet
- private data
- * src/krb5-auth-gconf.c: likewise
- * src/krb5-auth-dbus.c: update copyright
- * src/krb5-auth-notify.[ch] (ka_send_event_notification): moved from
- to src/krb5-auth-applet.c
+ Added sv to DOC_LINGUAS
-Sat Feb 28 14:18:35 CET 2009 Guido Günther <agx@sigxcpu.org>
+ help/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
- add .gitignore files
- * .gitignore: new file
- * etpo/.gitignore: likewise
- * po/.gitignore: likewise
- * src/.gitignore: likewise
+commit 8de23cd7cc2a4765b49222b82953bb2d4d5e3f63
+Author: Daniel Nylander <po@danielnylander.se>
+Date: Wed Jun 17 08:10:43 2009 +0200
-Mon Jan 19 22:12:37 CET 2009 Guido Günther <agx@sigxcpu.org>
+ Added Swedish manual translation
- * src/krb5-auth-dialog.c: don't try pkinit if pk_userid is non-null
- but empty
- * src/krb5-auth-gconf.c: improve debug output for empty strings
+ help/sv/sv.po | 345 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 345 insertions(+), 0 deletions(-)
-Mon Jan 12 00:46:14 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit 234fe14a7561561724bb4fb35e9a0d1eb4ea0559
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 18:09:22 2009 +0200
- * update NEWS
+ release 0.11
-Mon Jan 12 00:36:45 CET 2009 Guido Günther <agx@sigxcpu.org>
+ ChangeLog | 5 +++++
+ NEWS | 17 +++++++++++++++++
+ configure.ac | 2 +-
+ 3 files changed, 23 insertions(+), 1 deletions(-)
- move icons to $(datadir)/krb5-auth-dialog to fix missing tray icon
- when prefix != /usr
- * icons/Makefile.am (smallicondir): move to $(pkgdatadir)
- * src/Makefile.am: rename glade_DATA to pkgdata_DATA, GLADEDIR to
- KA_DATA_DIR
- * src/krb5-auth-applet.c (ka_create_tray_icon): extend icon search
- path by $(KA_DATA_DIR)/icons
- * src/krb5-auth-dialog.c (main): use $(KA_DATA_DIR)
+commit 99603d8759be22bb2098e1999ad19b6e32288eaa
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 18:22:42 2009 +0200
-Sun Jan 11 22:59:34 CET 2009 Guido Günther <agx@sigxcpu.org>
+ update German translation
- * AUTHORS, MAINTAINERS: add myself
+ po/de.po | 681 ++++++++++++++++++++++++++++++--------------------------------
+ 1 files changed, 325 insertions(+), 356 deletions(-)
-Sat Jan 10 15:37:58 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit a0740795f106d12b92240f5ccf940335f1416582
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Jun 15 17:56:40 2009 +0200
- * configure.ac: release 0.8
+ fix build of German translation
-Fri Jan 9 21:38:39 CET 2009 Guido Günther <agx@sigxcpu.org>
+ help/de/de.po | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
- * configure.ac: add German translation
+commit 9adf604dcea97e9862969863d83d53d3c4bc9ca0
+Author: Mario Blättermann <mariobl@gnome.org>
+Date: Mon Jun 15 11:51:17 2009 +0200
-Fri Jan 9 21:37:46 CET 2009 Guido Günther <agx@sigxcpu.org>
+ Added German doc translation
- intltool-*.in not contained in this package
- * Makefile.am: remove intltool-*.in
+ help/Makefile.am | 2 +-
+ help/de/de.po | 519 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 520 insertions(+), 1 deletions(-)
-Fri Jan 9 21:35:24 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit 288e248b5853ce0e3fadd4a362ee16e927f13620
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 14 12:32:52 2009 +0200
- add missing files that contain translations
- * po/POTFILES.in: add missing C files
- * po/POTFILES.skip: don't worry about etpo/
+ Updated Spanish translation
-Fri Jan 9 21:30:56 CET 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 588 +++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 291 insertions(+), 297 deletions(-)
- * src/Makefile.am (EXTRA_DIST): fix schema_in_files typo
+commit 56fcbcd45506de6ae3a5a4f34213949d71180300
+Author: Daniel Nylander <po@danielnylander.se>
+Date: Sun Jun 14 11:47:27 2009 +0200
-Sun Jan 4 16:58:17 CET 2009 Guido Günther <agx@sigxcpu.org>
+ Updated sv translation (Daniel Nylander)
- add gconf schema
- * src/Makefile.am: process, install and cleanup schema file
- * src/krb5-auth-dialog.schemas.in: new file
+ po/sv.po | 746 +++++++++++++++++++++++++++++---------------------------------
+ 1 files changed, 345 insertions(+), 401 deletions(-)
-Sun Jan 4 16:51:33 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit 73c1baacc5ce8129020940a1789466e1579078c7
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 18:18:51 2009 +0200
- move HAVE_LIBNOTIFY check into krb5-auth-notify.c and simplify
- ka_status_update
- * src/krb5-auth-applet.c (ka_tooltip_text): new function
- (ka_select_icon): new function
- (ka_update_status): drop urgency, use ka_tooltip_text and
- ka_select_icon
- * src/krb5-auth-notify.c (ka_send_event_notification): define
- empty function when building without libnotify
- * src/krb5-auth-notify.h: don't include notify.h
+ fix typo
-Sun Jan 4 16:43:32 CET 2009 Guido Günther <agx@sigxcpu.org>
+ ChangeLog | 4 ++++
+ preferences/krb5-auth-dialog-preferences.xml | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
- add "expiring" tray icon
- * icons/krb5-expiring-ticket.png: new icon
- * icons/Makefile.am (smallicon_DATA): add new icon
- * src/krb5-auth-applet.[ch] (ka_icons): new enum, new icon
- (ka_update_status): use ka_icons
- (ka_create_applet): call gtk_window_set_default_icon_name
- * src/krb5-auth-dialog.c (main): don't call
- gtk_window_set_default_icon_name
+commit 5b7392d972f2e4aa9422af61a9bb0ec25f864925
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 17:56:09 2009 +0200
-Sun Jan 4 16:37:35 CET 2009 Guido Günther <agx@sigxcpu.org>
+ add note for translators
- * src/krb5-auth-applet.c (ka_update_status): don't show a tooltip
- about ticket expiry if ticket is renewable
+ ChangeLog | 5 +++++
+ etpo/lexer.l | 6 +++++-
+ src/dummy-strings.c | 5 +++++
+ 3 files changed, 15 insertions(+), 1 deletions(-)
-Sun Jan 4 16:28:35 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit 4b6d744ac0b6eecd964bcf41d80d2d272d6c0726
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 17:37:45 2009 +0200
- pkinit support
- * README: document pkinit gconf keys
- * configure.ac: check for heimdal's pkinit support
- * krb5-auth-applet.h (Krb5AuthApplet): add pk_userid
- * krb5-auth-dialog.c (ka_krb5_cc_clear_mcred): new function
- (set_options_from_creds): call
- krb5_get_init_creds_opt_set_default_flags
- (ka_auth_pkinit): new function
- (grab_credentials): call ka_auth_pkinit
- (ka_renew_credentials); simplify
- (ka_get_tgt_from_ccache): likewise
- * krb5-auth-gconf.c (ka_gconf_set_pk_userid): new function
+ use gtk_image_menu_item_new_from_stock for stock menu entries
-Sun Jan 4 16:21:20 CET 2009 Guido Günther <agx@sigxcpu.org>
+ ChangeLog | 5 +++++
+ src/krb5-auth-applet.c | 16 ++++------------
+ 2 files changed, 9 insertions(+), 12 deletions(-)
- use get_error_message() when possible
- * configure.ac: check for krb5_get_error_message
- * src/krb5-auth-dialog.c (get_error_message): new function
- (ka_error_dialog): check for KRB5_LIBOS_PWDINTR
+commit 199488c4fa804c07b72153ed7100801fc956457f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Jun 13 17:15:26 2009 +0200
-Sun Jan 4 16:18:19 CET 2009 Guido Günther <agx@sigxcpu.org>
+ remove generated po/krb5-auth-dialog.pot
+
+ BZ: #585635
- * src/krb-auth-dialog.[ch]: separate ticket renewal and interactive
- ticket acquisition
+ ChangeLog | 6 +
+ po/.gitignore | 1 +
+ po/krb5-auth-dialog.pot | 1719 -----------------------------------------------
+ 3 files changed, 7 insertions(+), 1719 deletions(-)
-Sun Jan 4 16:15:57 CET 2009 Guido Günther <agx@sigxcpu.org>
+commit d0b1cc26ae6e77f19fdc03b6b507fef26400011d
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sat Jun 13 13:27:27 2009 +0200
- * src/krbt-auth-{applet,dialog}.c don't popup the dialog if we have a
- tray icon
+ Updated Spanish translation
-Sun Jan 4 14:50:59 CET 2009 Guido Günther <agx@sigxcpu.org>
+ po/es.po | 161 ++++++++++++++++++++++++++++++++------------------------------
+ 1 files changed, 83 insertions(+), 78 deletions(-)
- use GtkSecureEntry instead of GtkEntry for the password entry
- * src/Makefile.am (AM_CPPFLAGS): add secmem/, gtksecentry/ to include
- path
- * src/krb5-auth-dialog.c: use gtk_secure_entry_get_text instead of
- gtk_entry_get_text
- * src/krb5-auth-dialog.glade (krb5_auth_dialog_setup): use custom widget
- (ka_create_gtk_secure_entry,ka_secmem_init): new functions
- (main): call ka_secmem_init, set custom glade handler for password
- entry field
+commit e5732ce229922e51866ef2c2c001a1f99a4aaf9c
+Author: Claude Paroz <claude@2xlibre.net>
+Date: Sat Jun 13 12:46:16 2009 +0200
-Sun Jan 4 14:48:14 CET 2009 Guido Günther <agx@sigxcpu.org>
+ add French translation
- move dbus handling into a separate file
- * src/krb5-auth-dbus.[ch]: new file
- * src/krb5-auth-dialog.c: remove dbus related code
- * src/Makefile.am (krb5_auth_dialog_SOURCES): add krb5-auth-dbus.[ch]
+ po/LINGUAS | 1 +
+ po/fr.po | 1758 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 1759 insertions(+), 0 deletions(-)
-Sun Jan 4 14:39:16 CET 2009 Guido Günther<agx@sigxcpu.org>
+commit 6a13af9075e7fc89e5398d747ba9802ccf7eb71d
+Author: Claude Paroz <claude@2xlibre.net>
+Date: Sat Jun 13 12:27:00 2009 +0200
- add gtksecentry/secmem from gpg pinentry
- * Makefile.am (SUBDIRS): add gtksecentry
- * acinclude.m4: add GNUPG_CHECK_TYPEDEF, GNUPG_CHECK_MLOCK
- * gtksecentry/{Makefile.am,gtksecentry.c,gtksecentry.h}: new files
- * secmem/{Makfile.am,Manifest,memory.h,secmem{-util.h,.c},util.[ch]}:
- new files
- * configure.ac: checks for secmem
- * src/Makefile.am (krb5_auth_dialog_LDADD): add libgtksecentry.a,
- libsecmem.a
+ various string and translation improvements
+
+ Typo, translator comments added, removed markup from GTKBuilder
+ translatable strings, removed translatable property on stock
+ items.
+
+ .../krb5-auth-dialog-preferences.desktop.in | 2 +-
+ preferences/krb5-auth-dialog-preferences.xml | 54 +++++++++++--------
+ src/krb5-auth-applet.c | 1 +
+ 3 files changed, 33 insertions(+), 24 deletions(-)
+
+commit 71d237dd59141a0bfe0a72f874dc313efbc6bb82
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jun 12 22:54:29 2009 +0200
+
+ update German translation
+
+ po/de.po | 26 ++++++++++++--------------
+ 1 files changed, 12 insertions(+), 14 deletions(-)
+
+commit 4c53e37b1fbde5e11782d354e6a306bc39da9053
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Jun 12 22:46:19 2009 +0200
+
+ update po
+
+ po/de.po | 137 +++++++++++++++++++++++++++++++++--------------
+ po/es.po | 41 ++++++++-------
+ po/krb5-auth-dialog.pot | 129 ++++++++++++++++++++++++++++++--------------
+ po/nb.po | 135 ++++++++++++++++++++++++++++++++--------------
+ po/pa.po | 43 ++++++++-------
+ po/sv.po | 129 ++++++++++++++++++++++++++++++--------------
+ 6 files changed, 413 insertions(+), 201 deletions(-)
+
+commit eede48773890ba17d15cfa93eee14cdcb276d1a0
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jun 2 01:09:04 2009 +0200
+
+ add DBus API to destroy ticket ccache
+
+ useful e.g. on laptop suspend
+
+ ChangeLog | 12 ++++++++++++
+ src/krb5-auth-applet-dbus.xml | 5 +++++
+ src/krb5-auth-applet.c | 24 +++++++++++++++++++-----
+ src/krb5-auth-dbus.c | 22 +++++++++++++++++-----
+ src/krb5-auth-dbus.h | 2 ++
+ src/krb5-auth-dialog.c | 11 +++++++----
+ src/krb5-auth-dialog.h | 2 +-
+ 7 files changed, 63 insertions(+), 15 deletions(-)
+
+commit 8f9026ca12c76cf2a7e231b545c9ef38d79d364b
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed May 27 21:11:16 2009 +0200
+
+ use "translator-credits" as suggested by the GTK+ Reference Manual
+
+ AUTHORS | 2 ++
+ ChangeLog | 5 +++++
+ src/krb5-auth-applet.c | 16 ++++++++--------
+ 3 files changed, 15 insertions(+), 8 deletions(-)
+
+commit 761fc7a10890afbadab351b6fe6568100403d5f3
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Jun 7 17:36:30 2009 +0200
+
+ use krb-valid-ticket icon and friends everywhere
+
+ instead of gtk-dialog-authentication. Makes using different icon themes
+ easier. Also use icons in notifications.
+
+ ChangeLog | 15 +++++++++++
+ .../krb5-auth-dialog-preferences.desktop.in | 2 +-
+ preferences/krb5-auth-dialog-preferences.xml | 4 +-
+ src/krb5-auth-applet.c | 27 ++++++++++++++-----
+ src/krb5-auth-applet.h | 2 +-
+ src/krb5-auth-dialog.c | 7 +----
+ src/krb5-auth-dialog.xml | 2 +-
+ 7 files changed, 41 insertions(+), 18 deletions(-)
+
+commit 6d786408ab2ab10fa9f1daa71595fa5dac3ba29b
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Jun 3 18:19:51 2009 +0200
+
+ add scalable icons and icons at different sizes
+
+ and move icons from pkgdatadir to datadir
+
+ ChangeLog | 11 +
+ configure.ac | 3 +
+ icons/22x22/Makefile.am | 10 +
+ icons/22x22/krb-expiring-ticket.png | Bin 0 -> 1341 bytes
+ icons/22x22/krb-no-valid-ticket.png | Bin 0 -> 1234 bytes
+ icons/22x22/krb-valid-ticket.png | Bin 0 -> 1126 bytes
+ icons/48x48/Makefile.am | 10 +
+ icons/48x48/krb-expiring-ticket.png | Bin 0 -> 3571 bytes
+ icons/48x48/krb-no-valid-ticket.png | Bin 0 -> 3724 bytes
+ icons/48x48/krb-valid-ticket.png | Bin 0 -> 3383 bytes
+ icons/Makefile.am | 21 +-
+ icons/krb-expiring-ticket.png | Bin 1341 -> 0 bytes
+ icons/krb-no-valid-ticket.png | Bin 1234 -> 0 bytes
+ icons/krb-valid-ticket.png | Bin 1126 -> 0 bytes
+ icons/scalable/Makefile.am | 11 +
+ icons/scalable/krb-expiring-ticket.svg | 936 ++++++++++++++++++++++
+ icons/scalable/krb-no-valid-ticket.svg | 1339 ++++++++++++++++++++++++++++++++
+ icons/scalable/krb-valid-ticket.svg | 557 +++++++++++++
+ src/Makefile.am | 1 +
+ 19 files changed, 2890 insertions(+), 9 deletions(-)
+
+commit 137b6ab92e2e5c762e6f36044542abb9dd75406b
+Author: A S Alam <aalam@users.sf.net>
+Date: Mon Jun 8 07:01:48 2009 +0530
+
+ updating Translation for Gurmukhi
+
+ po/pa.po | 684 +++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 347 insertions(+), 337 deletions(-)
+
+commit f359ac03f203f6031a3ad8f620c98bc1047fa43a
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun Jun 7 14:12:33 2009 +0200
+
+ Updated Spanish translation
+
+ po/es.po | 24 ++++++++++++------------
+ 1 files changed, 12 insertions(+), 12 deletions(-)
+
+commit 3ae8633c04b6105150c717a8cdb5befe42dada68
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Thu Jun 4 18:28:53 2009 +0200
+
+ Updated Spanish translation
+
+ po/es.po | 262 +++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 132 insertions(+), 130 deletions(-)
+
+commit 35709df0b2719af477c7052a033e3188dd3c659c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Jun 1 21:27:39 2009 +0200
+
+ launch prefs with full path
+
+ ChangeLog | 6 ++++++
+ src/Makefile.am | 1 +
+ src/krb5-auth-applet.c | 4 +++-
+ 3 files changed, 10 insertions(+), 1 deletions(-)
+
+commit 141b1a264f5561ab4baa3ce25fb17fa0176e3a1c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Jun 1 22:19:15 2009 +0200
+
+ set application name in error dialog
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 12 +++++++++---
+ 2 files changed, 14 insertions(+), 3 deletions(-)
+
+commit 5a338d29dc08867b277de20efd3d9edd8171d1a1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 29 18:37:39 2009 +0200
+
+ enable help in applet and prefs dialog
+
+ ChangeLog | 17 ++++++++
+ po/POTFILES.in | 2 +-
+ preferences/Makefile.am | 2 +
+ preferences/krb5-auth-dialog-preferences.c | 32 +-------------
+ preferences/krb5-auth-dialog-preferences.xml | 1 +
+ src/Makefile.am | 2 +
+ src/krb5-auth-applet.c | 23 +++++++++-
+ src/krb5-auth-tools.c | 58 ++++++++++++++++++++++++++
+ src/krb5-auth-tools.h | 33 +++++++++++++++
+ 9 files changed, 137 insertions(+), 33 deletions(-)
+
+commit 7f7a21cfe43e1010f0857a042f42a07d3e5af025
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 22 15:29:07 2009 +0200
+
+ add a user manual
-Sun Jan 4 14:28:06 CET 2009 Guido Günther <agx@sigxcpu.org>
+ .gitignore | 1 +
+ ChangeLog | 20 ++
+ Makefile.am | 12 +-
+ acinclude.m4 | 2 +
+ configure.ac | 2 +
+ help/.gitignore | 1 +
+ help/C/figures/ka-expired.png | Bin 0 -> 12075 bytes
+ help/C/figures/ka-expiring.png | Bin 0 -> 12659 bytes
+ help/C/figures/ka-valid.png | Bin 0 -> 12226 bytes
+ help/C/figures/trayicon-expired.png | Bin 0 -> 1258 bytes
+ help/C/figures/trayicon-expiring.png | Bin 0 -> 1344 bytes
+ help/C/figures/trayicon-valid.png | Bin 0 -> 1163 bytes
+ help/C/krb5-auth-dialog.xml | 370 ++++++++++++++++++++++++++++++++++
+ help/C/legal.xml | 76 +++++++
+ help/Makefile.am | 19 ++
+ help/krb5-auth-dialog.omf.in | 37 ++++
+ m4/gnome-doc-utils.m4 | 53 +++++
+ 17 files changed, 591 insertions(+), 2 deletions(-)
- add a tray icon
- * configure.ac: check for libnotify, dbus, gconf
- * Makefile.am, icons/krb-{no-,}valid-ticket.png: add icons
- * src/krb5-auth-applet.[ch]: new files
- * src/krb5-auth-gconf.[ch]: new files
- * src/krb5-auth-notify.[ch]: new files
- * src/Makefile.am: expand krb5_auth_dialog_SOURCES and
- krb5_auth_dialog_LDADD
- * README: document gconf keys
+commit 4305f026ffdac76d97f14a65b18d09e570ced6bd
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Tue May 26 19:10:08 2009 +0200
-2008-09-26 Guido Guenther <agx@sigxcpu.org>
+ Updated Spanish translation
- * src/krb5-auth-dialog.glade: remove width_request from
- krb5_auth_message_label. Now we display the whole principal name
- instead of cutting it off at an arbitrary position.
+ po/es.po | 42 +++++++++++++++++++++++++++---------------
+ 1 files changed, 27 insertions(+), 15 deletions(-)
-2008-09-26 Guido Guenther <agx@sigxcpu.org>
+commit fe515c69334b2686788c04836e76ee63737f3a33
+Author: A S Alam <aalam@users.sf.net>
+Date: Tue May 26 06:21:56 2009 +0530
- * src/krb5-auth-dialog.1.in: add manpage section
+ Updating Punjabi file with CHARSET varible and add to LINGUAS
-2008-09-26 Guido Guenther <agx@agx@sigxcpu.org>
+ po/LINGUAS | 1 +
+ po/pa.po | 91 ++++++++++++++++++++++++++++++++---------------------------
+ 2 files changed, 50 insertions(+), 42 deletions(-)
- * src/krb5-auth-dialog.desktop.in:
- remove duplicte exec form desktop file and fix comment
+commit c7c1ed3d1c730b9bb6202f025d0441f7f4d13c4c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 22 15:04:20 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ update about dialog
- Bug 534867: should use g_timeout_add_seconds
+ ChangeLog | 4 ++++
+ src/krb5-auth-applet.c | 48 +++++++++++++++++++++++++++++++++++++++++++-----
+ 2 files changed, 47 insertions(+), 5 deletions(-)
- * src/krb5-auth-dialog.c: Save power with
- g_timeout_add_seconds.
- Patch from from Guido Günther.
+commit 317694f62ac35ab4417658e74dbcb18ab48adf71
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon May 25 18:12:24 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ release 0.10
- Bug 534736: make i18n work
+ ChangeLog | 5 +++++
+ NEWS | 11 +++++++++++
+ configure.ac | 2 +-
+ 3 files changed, 17 insertions(+), 1 deletions(-)
- * src/krb5-auth-dialog.c: Set up i18n correctly.
- * src/Makefile.am: Pass in LOCALEDIR.
- Patch from from Guido Günther.
+commit b1771efe77d21b277377a718015f04897143f5e5
+Author: A S Alam <aalam@users.sf.net>
+Date: Mon May 25 22:08:42 2009 +0530
-2008-06-09 Colin Walters <walters@verbum.org>
+ Add Punjabi (Gurmukhi) Translation
- Bug 534620: password field focus
+ po/pa.po | 1704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 1704 insertions(+), 0 deletions(-)
- * src/krb5-auth-dialog.c: Be sure we focus the
- password field every time.
- Patch from from Guido Günther.
+commit dc0b6e007a86f2e4fdb85e0b45902d8b3f404aed
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Sun May 24 15:58:44 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ Updated Spanish translation
- Bug 534515: cleanups
+ po/es.po | 63 +++++++++++++++++++++++++++++++++----------------------------
+ 1 files changed, 34 insertions(+), 29 deletions(-)
- * configure.in: Look for dbus-glib and not libgnome.
- Patch from from Guido Günther.
+commit 6a3456925f6075b1def514d514bbe023030cdbd2
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 22 15:40:43 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ add missing missing line continuation
- Bug 534515: cleanups
+ ChangeLog | 4 ++++
+ src/Makefile.am | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
- * src/krb5-auth-dialog.c: Cleaner use of
- gboolean. Patch from from Guido Günther.
+commit e1e27672e7a5f81320f3abeca1c0ecd2f11e28d0
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Wed May 20 20:09:17 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ Updated Spanish translation
- Bug 534515: cleanups
+ po/es.po | 1708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 1708 insertions(+), 0 deletions(-)
- * src/krb5-auth-dialog.c: Use GOption instead of
- libgnome. Patch from Guido Günther.
+commit 111b4e82aa6546aebf172784be79929f7508102f
+Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
+Date: Wed May 20 20:08:46 2009 +0200
-2008-06-09 Colin Walters <walters@verbum.org>
+ Added es to LINGUAS
- Bug 529220: set dialog icon
+ po/LINGUAS | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
- * src/krb5-auth-dialog.c: Set an icon so we
- look nicer in the window list. Patch from
- Guido Günther.
+commit 03e53f40fa38e61988b240aa1d99a570d0cbd2e1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue May 19 19:47:57 2009 +0200
-2008-03-22 Colin Walters <walters@verbum.org>
+ allow notifications to be turned off
- * src/krb5-auth-dialog.c: Grab a name on the
- session bus to be doubly sure we don't have
- multiple copies. Also don't connect to the
- session manager, since it's not needed.
+ ChangeLog | 13 ++++++
+ src/krb5-auth-applet.c | 82 +++++++++++++++++++++++++++++++++------
+ src/krb5-auth-dialog.c | 3 -
+ src/krb5-auth-dialog.schemas.in | 39 ++++++++++++++++++
+ src/krb5-auth-gconf-tools.c | 24 +++++++++++
+ src/krb5-auth-gconf-tools.h | 4 ++
+ src/krb5-auth-gconf.c | 26 ++++++------
+ src/krb5-auth-gconf.h | 3 +-
+ 8 files changed, 165 insertions(+), 29 deletions(-)
-2008-03-22 Colin Walters <walters@verbum.org>
+commit 476ac3ebc7150d153afea26fea59dacd7c752f5c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 15 18:33:07 2009 +0200
- * MAINTAINERS: New file.
- * src/krb5-auth-dialog.c: Connect to session bus
- to be sure we exit when the session dies.
+ update translatable strings
-2006-10-29 Christopher Aillon <caillon@redhat.com>
+ ChangeLog | 7 +
+ po/de.po | 2786 ++++++++++-------------------------------------
+ po/krb5-auth-dialog.pot | 2729 ++++++++++------------------------------------
+ po/nb.po | 2657 +++++++++++----------------------------------
+ po/sv.po | 2769 ++++++++++------------------------------------
+ 5 files changed, 2376 insertions(+), 8572 deletions(-)
- * src/krb5-auth-dialog.c: Clean up the #ifdefs to
- make things slightly more readable.
- Refactor code slightly, removing an #ifdef in favor
- of a wrapper. Consolidate coding style.
+commit 0ed20a2f652ab45c57c9369b8dad08ae2edb3605
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 15 18:21:59 2009 +0200
-2006-07-24 Christopher Aillon <caillon@redhat.com>
+ better match the output to the handcrafted version we shipped
- * configure.ac: Release 0.7
+ ChangeLog | 5 +++++
+ etpo/lexer.l | 4 ++--
+ src/dummy-strings.c | 5 ++++-
+ 3 files changed, 11 insertions(+), 3 deletions(-)
-2006-07-24 Christopher Aillon <caillon@redhat.com>
+commit 850eb54cfe348c6d47601594af5a8b03fa6b000f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 15 17:30:26 2009 +0200
- * src/krb5-auth-dialog.c: Don't immediately retry
- to reach the KDC if it is unavailable. That will
- just loop forever (until the KDC becomes available).
- Bail out; we'll check (once!) to see whether it's
- there the next time our g_timeout callback gets
- invoked.
+ reduce number of translations
+
+ by filtering the error messages extracted from Kerberos's .et files.
-2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
+ ChangeLog | 7 +
+ etpo/Makefile.am | 15 ++
+ src/dummy-strings.c | 458 ++++----------------------------------------------
+ 3 files changed, 59 insertions(+), 421 deletions(-)
- * configure.ac: Remove obsolete entry for no_NO
- * po/no.po: And the translation
+commit f58a7c6edec6f163cf6b0fdca2a7ee64445feac7
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri May 15 18:57:26 2009 +0200
-2006-03-17 Christopher Aillon <caillon@redhat.com>
+ mark GtKBuilder ui files as glade
+
+ so the get picked up by intltool
- * src/krb5-auth-dialog.c: Check to see whether credentials
- are renewable; if so, renew them automatically. Implement this
- for the MIT implementation only. (Fixes #331210)
+ ChangeLog | 5 +++++
+ po/POTFILES.in | 4 ++--
+ 2 files changed, 7 insertions(+), 2 deletions(-)
- * configure.ac: Add test to see whether we have krb5_get_renewed_creds
+commit 059c4921f2fbeb255a3b6ea3a79907a46927e1a3
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed May 13 22:10:04 2009 +0200
-2006-02-01 Nalin Dahyabhai <nalin@redhat.com>
- * src/krb5-auth-dialog.c: keep track of whether or not the user
- explicitly canceled our last request for information. If she did,
- then don't ask again while the expiration time remains unchanged.
- Change recursion inside of renew_credentials() into a loop in its
- calling function.
+ try to translate Kerberos error messages
-2006-02-01 Nalin Dahyabhai <nalin@redhat.com>
- * src/krb5-auth-dialog.c(krb5_gtk_prompter): rename to avoid polluting
- the krb5 namespace.
- * src/krb5-auth-dialog.c: don't use time() to figure out what time it
- is -- we always compare against a krb5_timestamp, so use the libkrb5
- routines which return the current time instead.
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletions(-)
-2006-02-01 Nalin Dahyabhai <nalin@redhat.com>
- * README: correct a typo
- * src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
- were passing an int where a pointer was expected
+commit 64f39569a0afaf17800ee422808ec968b38adb71
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed May 13 20:47:46 2009 +0200
+
+ update regex for newer com_err
+
+ ChangeLog | 4 ++++
+ etpo/lexer.l | 2 ++
+ 2 files changed, 6 insertions(+), 0 deletions(-)
+
+commit f47765829bc612f9be8071f3d5629b73d5430d27
+Author: Christian Persch <chpe@gnome.org>
+Date: Mon May 11 23:51:57 2009 +0200
+
+ merge schema translations
+
+ and use gconftool to install the schema.
+
+ ChangeLog | 12 +++++++++
+ configure.ac | 7 +++++
+ po/POTFILES.in | 1 +
+ preferences/Makefile.am | 2 -
+ src/Makefile.am | 17 +++++++++----
+ src/krb5-auth-dialog.schemas.in | 48 +++++++++++++++++++-------------------
+ 6 files changed, 56 insertions(+), 31 deletions(-)
+
+commit e394f9883966af1a76d13e250627056f4f86e941
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon May 11 00:45:55 2009 +0200
+
+ cleanup CFLAG handling
+
+ BZ: #581901
+
+ ChangeLog | 10 +++++++
+ configure.ac | 13 +-------
+ preferences/Makefile.am | 28 ++++++++++++-------
+ src/Makefile.am | 67 +++++++++++++++++++++++++++++++---------------
+ 4 files changed, 74 insertions(+), 44 deletions(-)
+
+commit be4484021df4bc0d2e1092099bb7023de0dde09f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 10 22:19:57 2009 +0200
+
+ update .gitignore files
+
+ ChangeLog | 6 ++++++
+ preferences/.gitignore | 2 ++
+ src/.gitignore | 1 +
+ 3 files changed, 9 insertions(+), 0 deletions(-)
+
+commit e27711ced53e56ff3d5557af5e6fdcfe58bd3a5f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 10 22:07:58 2009 +0200
+
+ make checking for deprecated symbols easy
+
+ ChangeLog | 7 +++++++
+ configure.ac | 3 +++
+ preferences/Makefile.am | 4 ++++
+ src/Makefile.am | 8 +++++++-
+ 4 files changed, 21 insertions(+), 1 deletions(-)
+
+commit 3da2c17fb39462666942b187c2a770907f0bd61a
+Author: Christian Persch <chpe@gnome.org>
+Date: Fri May 8 19:16:11 2009 +0200
+
+ Use po/LINGUAS instead of putting the list in configure.ac
+
+ BZ: #581907.
+
+ ChangeLog | 8 ++++++++
+ autogen.sh | 1 +
+ configure.ac | 8 ++++----
+ po/LINGUAS | 5 +++++
+ 4 files changed, 18 insertions(+), 4 deletions(-)
+
+commit 6f2502dc0c4d9afd164d7f09946eff11d3596783
+Author: Christian Persch <chpe@gnome.org>
+Date: Fri May 8 19:04:36 2009 +0200
+
+ fix -Wformat-security warnings
+
+ BZ: #581902
+
+ ChangeLog | 7 +++++++
+ etpo/lexer.l | 4 ++--
+ src/krb5-auth-gconf-tools.c | 6 +++---
+ src/krb5-auth-gconf.c | 2 +-
+ 4 files changed, 13 insertions(+), 6 deletions(-)
+
+commit 1117ad35cc15b84cd253ad770cfe406d73874f0d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue May 5 00:16:47 2009 +0200
+
+ Switch from Libglade to GtkBuilder
+
+ ChangeLog | 14 +
+ configure.ac | 6 +-
+ etpo/Makefile.am | 2 -
+ po/POTFILES.in | 4 +-
+ preferences/Makefile.am | 3 +-
+ preferences/krb5-auth-dialog-preferences.c | 27 +-
+ preferences/krb5-auth-dialog-preferences.glade | 620 ----------------------
+ preferences/krb5-auth-dialog-preferences.xml | 657 ++++++++++++++++++++++++
+ src/Makefile.am | 3 +-
+ src/krb5-auth-applet.c | 2 +-
+ src/krb5-auth-applet.h | 3 +-
+ src/krb5-auth-dialog.c | 32 +-
+ src/krb5-auth-dialog.glade | 138 -----
+ src/krb5-auth-dialog.xml | 155 ++++++
+ src/krb5-auth-pwdialog.c | 16 +-
+ src/krb5-auth-pwdialog.h | 3 +-
+ 16 files changed, 863 insertions(+), 822 deletions(-)
+
+commit caf8e1b7539269b91ec85500381dbbdaa6a6093b
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 17:13:40 2009 +0200
+
+ fix build with GLib < 2.18
+
+ ChangeLog | 7 +++++++
+ configure.ac | 4 +++-
+ src/Makefile.am | 1 +
+ src/krb5-auth-dialog.c | 1 +
+ 4 files changed, 12 insertions(+), 1 deletions(-)
+
+commit 943847b1cb563adc871a1c153b9824a8b5c0f15b
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 17:07:16 2009 +0200
+
+ fix compilation with GTK+ < 2.14
+
+ ChangeLog | 5 +++++
+ preferences/krb5-auth-dialog-preferences.c | 4 ++++
+ 2 files changed, 9 insertions(+), 0 deletions(-)
+
+commit 553e864286cc56807280473680afcaa21a660619
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 16:43:58 2009 +0200
+
+ ship maintainers
+
+ ChangeLog | 4 ++++
+ Makefile.am | 8 ++++++--
+ 2 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 1a7c665d7beb69c729bae98a164736bce01eff7c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 16:22:55 2009 +0200
+
+ add generated files
+
+ .gitignore | 5 +++++
+ ChangeLog | 4 ++++
+ 2 files changed, 9 insertions(+), 0 deletions(-)
+
+commit 8cf197f76d67a92da5b0be67271ce914e75cb2d1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 16:20:30 2009 +0200
+
+ rm .cvsignore files
-2006-01-31 Christopher Aillon <caillon@redhat.com>
+ .cvsignore | 31 -------------------------------
+ ChangeLog | 8 ++++++++
+ etpo/.cvsignore | 6 ------
+ po/.cvsignore | 10 ----------
+ src/.cvsignore | 5 -----
+ 5 files changed, 8 insertions(+), 52 deletions(-)
- * configure.ac: Release 0.6
+commit 3d9352459f8cbab47f64f4a1fee36909a212cd5d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun May 3 16:20:09 2009 +0200
-2006-01-31 Christopher Aillon <caillon@redhat.com>
+ add sv to ALL_LINGUAS
- * src/krb5-auth-dialog.desktop.in:
- Add desktop file for autostart
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
- * krb5-auth-dialog.spec.in:
- * src/Makefile.am:
- Install desktop file to the correct location
+commit f86a7132ef409bf6c0bdcbc1d5a05ab84d92abc3
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 30 18:07:46 2009 +0200
- * src/.cvsignore: Add generated file
+ release 0.9.1
-2006-01-31 Christopher Aillon <caillon@redhat.com>
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
- * src/krb5-auth-dialog.glade: Don't explicitly
- set the invisible_char to '*', get it from GTK+
+commit ababced84c1b23fa8628c2cbe66333e953c8b7cf
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 30 17:57:31 2009 +0200
-2005-11-08 Christopher Aillon <caillon@redhat.com>
+ add missing dbus service description
- * configure.ac: Release 0.5
+ ChangeLog | 5 +++++
+ src/Makefile.am | 1 +
+ 2 files changed, 6 insertions(+), 0 deletions(-)
-2005-11-03 Christopher Aillon <caillon@redhat.com>
+commit ec60300c9c273d1110f067393bfcc81d305899a9
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Apr 24 10:42:21 2009 +0200
- * src/krb5-auth-dialog.c: Consolidate how we figure out the
- expiry text
+ query current invisiable char from GtkEntry
+
+ and set it for GtkSecureEntry too. Patch by Matthias Clasen.
-2005-11-03 Christopher Aillon <caillon@redhat.com>
+ ChangeLog | 6 ++++++
+ src/krb5-auth-pwdialog.c | 6 ++++++
+ 2 files changed, 12 insertions(+), 0 deletions(-)
- * src/krb5-auth-dialog.c: Use ngettext () where appropriate
+commit f98c6b79542082e03db771b990b4ffedae8ead80
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Apr 24 10:20:06 2009 +0200
-2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+ don't install "gtk-entry-select-on-focus" settings property
+
+ since it clashes with the one from GtkEntry. Create a temporary GtkEntry
+ widget to read that value instead. Allows to have GtkEntry and
+ GtkSecureEntry in the same process
+ (https://bugs.g10code.com/gnupg/issue1029).
- * src/krb5-auth-dialog.1.in: add a man page.
+ ChangeLog | 7 +++++++
+ gtksecentry/gtksecentry.c | 13 +++++--------
+ 2 files changed, 12 insertions(+), 8 deletions(-)
-2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+commit b46206faf606d7ea9c1f459e8afc4a78b531efce
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Apr 24 09:40:46 2009 +0200
- * configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable
- lifetime for new credentials the minimum that would force us to take
- action, not the amount of time we wait in between checks. Let the
- check interval be defined in seconds and the minimum lifetime be
- specified in minutes.
+ add Matthias Clasen
-2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+ AUTHORS | 3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
- * configure.ac,src/krb5-auth-dialog.c: just test for the definitions
- of the flags directly.
+commit 6be2df896a34f1cfd22ea5acdff7a56f012a3717
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 23 21:06:19 2009 +0200
-2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+ Don't show notification before the applet is embedded in the panel
+
+ based on a patch for 0.8 by Matthias Clasen
- * etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings
- about implicitly-declared functions.
+ ChangeLog | 9 +++++++++
+ src/krb5-auth-applet.c | 35 ++++++++++++++++++++++++++++-------
+ 2 files changed, 37 insertions(+), 7 deletions(-)
-2005-11-02 Nalin Dahyabhai <nalin@redhat.com>
+commit 3c27e64b15a084f7cdc3923b7f4085e5a6820222
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 23 18:35:53 2009 +0200
- * configure.ac: test for differences between the Heimdal and MIT
- Kerberos APIs.
- * src/krb5-auth-dialog.c: abstract out differences in how credential
- flags and realm names are stored.
+ release 0.9
-2005-11-01 Christopher Aillon <caillon@redhat.com>
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
- * configure.ac: Release 0.4
+commit 2b18ebf83cdaf568132b3a83db0b28100e1eb2fa
+Merge: e864b1d 6c8adc9
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 23 12:28:03 2009 +0200
-2005-11-01 Christopher Aillon <caillon@redhat.com>
+ Merge branch 'fixups'
- * Makefile.am:
- * krb5-auth-dialog.spec.in:
- * src/krb5-auth-dialog.c
- Patch from Nalin Dahyabhai <nalin@redhat.com>
- - Fix the .spec file so that it doesn't choke due to
- translations.
- - Include the .spec file in the dist tarball so that
- 'rpmbuild -ts' will work.
- - Correct a compiler warning.
- - Set forwardable/proxiable/lifetime from the current ccache,
- if there is one.
- - Add a "--always" flag to let us pinch-hit for 'kinit'.
- - Add a "--auto" flag to override it.
- - Interpret a preauthentication failure as a bad password.
- - If we already have a ccache, use its default principal as our
- default, in case it differs from the local user name. If the
- default principal changes out from under us, pick it up, too.
- - Don't give a bogus lifetime if the ccache is deleted between
- checks.
+commit 6c8adc9f705ba9feda899a04c980ebc59f6db6d1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Mar 15 19:59:42 2009 +0100
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+ Update NEWS
- * configure.ac: Release 0.3
+ ChangeLog | 4 ++++
+ NEWS | 15 +++++++++++++++
+ 2 files changed, 19 insertions(+), 0 deletions(-)
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+commit 082929a0feab7c2e05a7a72411d015c06bf2be7a
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 9 12:55:16 2009 +0200
- * Makefile.am:
- * src/Makefile.am:
- * src/dummy-strings.c:
- Make `make distcheck` happy
+ 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.
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+ ChangeLog | 9 +++++++++
+ src/krb5-auth-dialog.c | 16 ++++++++--------
+ 2 files changed, 17 insertions(+), 8 deletions(-)
- * src/krb5-auth-dialog.c: Memleak fixes
- Also, respect the hidden field of krb5_prompt
+commit 57f535e85d6ccbf55369533745d4426fd8846b5b
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Apr 14 22:33:07 2009 +0200
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+ drop "Password:" from dialog
+
+ it's in the kerberos prompt and confusing if prompted for a PIN.
- * src/krb5-auth-dialog.c: Fix test to determine whether we
- are using krb5 using new get_tgt_from_ccache () function
- from Nalin Dahyabhai <nalin@redhat.com>
+ ChangeLog | 7 +
+ src/krb5-auth-dialog.glade | 385 ++++++++++++++++----------------------------
+ src/krb5-auth-pwdialog.c | 4 +-
+ 3 files changed, 145 insertions(+), 251 deletions(-)
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+commit e864b1d114d7878f131293866bb0ec5f2e851981
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Mar 15 19:59:42 2009 +0100
- * src/krb5-auth-dialog.c: Set the application name.
- Also, say less 'kerberos' in user visible text.
+ Update NEWS
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+ NEWS | 15 +++++++++++++++
+ 1 files changed, 15 insertions(+), 0 deletions(-)
- * src/krb5-auth-dialog.c: Update the credentials expiry time
+commit bd9906921b319351916ced169e57574359b2c36d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 9 12:55:16 2009 +0200
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+ 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: No need to pass around our GladeXML
- since its a static global
+ src/krb5-auth-dialog.c | 16 ++++++++--------
+ 1 files changed, 8 insertions(+), 8 deletions(-)
-2005-10-31 Christopher Aillon <caillon@redhat.com>
+commit bd85050180403b362e529dda521915eeebca9320
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Apr 14 22:33:07 2009 +0200
- * src/krb5-auth-dialog.c: The dialog shouldn't have two labels
- reading 'Password:' so make the primary one have better text.
-
-2005-10-29 Christopher Aillon <caillon@redhat.com>
-
- * configure.ac:
- * src/Makefile.am:
- * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
- instead of the NetworkManager D-BUS API.
-
-2005-10-29 Christopher Aillon <caillon@redhat.com>
-
- * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces
-
-2004-09-07 Christopher Aillon <caillon@redhat.com>
- * src/krb5-auth-dialog.c: Check whether we are running in a
- kerberos environment before entering the timeout to see when
- the tickets expire.
-
- * src/krb5-auth-dialog.c: Use g_get_user_name and other code
- cleanup.
-
-2004-09-02 Colin Walters <walters@verbum.org>
-
- * configure.in: Check for NetworkManager.
-
- * Makefile.am: Add NETWORKMANAGER_LIBS.
-
- * src/krb5-auth-dialog.c (am_online): New function,
- uses NetworkManager over D-BUS to determine
- whether or not we're online.
-
- * src/krb5-auth-dialog.c (credentials_expiring): Don't
- try to renew credentials if we're not online.
-
-2004-08-28 Diego Gonzalez <diego@pemas.net>
-
- * configure.ac: add --with-heimdal
- * krb5-auth-dialog.c: modify to support heimdal if enabled
- * krb5-auth-dialog.glade: center the dialog
-
-2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
-
- * configure.ac: Added «nb» and «no» to ALL_LINGUAS.
-
-2004-08-18 Christopher Aillon <caillon@redhat.com>
-
- * configure.ac: New version
-
- * src/krb5-auth-dialog.c: Display status text for bad passwords
- and display remaining time until expiry
-
-Tue Aug 17 15:27:33 2004 Jonathan Blandford <jrb@redhat.com>
-
- * src/krb5-auth-dialog.c: Use gettext
-
- * src/dummy-strings.c: Kerberos error messages to translate.
-
-Tue Aug 17 13:53:45 2004 Jonathan Blandford <jrb@redhat.com>
-
- * ChangeLog: Started changelog
-
- * etpo/*: New subdir to help with translations of kerberos.
+ drop "Password:" from dialog
+
+ it's in the kerberos prompt and confusing if prompted for a PIN.
+ src/krb5-auth-dialog.glade | 385 ++++++++++++++++----------------------------
+ src/krb5-auth-pwdialog.c | 4 +-
+ 2 files changed, 138 insertions(+), 251 deletions(-)
+
+commit 3874e60b6172421f8ffdd822fedcc8479cc83b26
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Apr 18 00:15:37 2009 +0200
+
+ handle length zero KA_GCONF_KEY_PRINCIPAL
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-gconf.c | 5 ++++-
+ 2 files changed, 9 insertions(+), 1 deletions(-)
+
+commit 8565f2fff3364540c0412c425be5f594123cb84d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Apr 17 13:54:33 2009 +0200
+
+ add doap file
+
+ krb5-auth-dialog.doap | 17 +++++++++++++++++
+ 1 files changed, 17 insertions(+), 0 deletions(-)
+
+commit 7bdc111f7d53597ec91bf118a2f0ee51217e7312
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Apr 14 19:03:50 2009 +0200
+
+ make "close" button default
+
+ and set GtkEntry fields to "activates defaults" so it closes the dialog.
+
+ ChangeLog | 5 +++++
+ preferences/krb5-auth-dialog-preferences.glade | 8 +++++++-
+ 2 files changed, 12 insertions(+), 1 deletions(-)
+
+commit 94e4fb1e162eedb1093eb8791047b67bbb3d20e6
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Apr 13 18:30:55 2009 +0200
+
+ make pkinit anchors configurable
+
+ and pass pkint options to krb5_get_init_creds_opt_set_pa (MIT pkinit) if
+ available.
+
+ ChangeLog | 27 +++++++++
+ configure.ac | 27 ++++-----
+ preferences/krb5-auth-dialog-preferences.c | 74 +++++++++++++++++++++++-
+ preferences/krb5-auth-dialog-preferences.glade | 43 +++++++++++++-
+ src/krb5-auth-applet.c | 22 +++++++
+ src/krb5-auth-dialog.c | 67 +++++++++++++++-------
+ src/krb5-auth-dialog.schemas.in | 17 +++++-
+ src/krb5-auth-gconf-tools.h | 1 +
+ src/krb5-auth-gconf.c | 17 ++++++
+ 9 files changed, 256 insertions(+), 39 deletions(-)
+
+commit 836d4f97fd4f52e616931751d9e6261e3a95e7a4
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Apr 9 17:54:57 2009 +0200
+
+ add Colin to AUTHORS
+
+ AUTHORS | 1 +
+ ChangeLog | 30 +++++++++++++++++-------------
+ 2 files changed, 18 insertions(+), 13 deletions(-)
+
+commit 8e6d0e05b54831b88a6f58bf37d39ebaac428af3
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Apr 4 09:29:54 2009 +0000
+
+ GtkSecureEntry warning fixes
+
+ svn path=/trunk/; revision=141
+
+ ChangeLog | 23 +++++++++
+ gtksecentry/gtksecentry.c | 120 +++++++++------------------------------------
+ gtksecentry/gtksecentry.h | 8 +++
+ 3 files changed, 55 insertions(+), 96 deletions(-)
+
+commit d92c2cf5de4410a70b8c0cfc018f23758d2bfefc
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Apr 4 09:29:51 2009 +0000
+
+ add preferences capplet
+
+ svn path=/trunk/; revision=140
+
+ ChangeLog | 11 +
+ Makefile.am | 2 +-
+ configure.ac | 1 +
+ po/POTFILES.in | 5 +-
+ preferences/Makefile.am | 42 ++
+ preferences/krb5-auth-dialog-preferences.c | 627 ++++++++++++++++++++
+ .../krb5-auth-dialog-preferences.desktop.in | 12 +
+ preferences/krb5-auth-dialog-preferences.glade | 573 ++++++++++++++++++
+ src/krb5-auth-applet.c | 15 +
+ 9 files changed, 1286 insertions(+), 2 deletions(-)
+
+commit 741f960f8a9585f75cf3a108797f2f58301785cc
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Apr 4 09:29:48 2009 +0000
+
+ allow to set ticket flags via gconf
+
+ proxiable, renewable and forwardable are supported.
+
+ svn path=/trunk/; revision=139
+
+ ChangeLog | 15 ++++++++
+ src/krb5-auth-applet.c | 68 ++++++++++++++++++++++++++++++++++++--
+ src/krb5-auth-dialog.c | 49 +++++++++++++++++++++------
+ src/krb5-auth-dialog.schemas.in | 39 ++++++++++++++++++++++
+ src/krb5-auth-gconf-tools.h | 3 ++
+ src/krb5-auth-gconf.c | 48 +++++++++++++++++++++++++++
+ 6 files changed, 207 insertions(+), 15 deletions(-)
+
+commit ffd4216b47e9c306b1408ba021ce0b8dc2d0c518
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Apr 4 09:29:44 2009 +0000
+
+ split out gconf tool functions
+
+ svn path=/trunk/; revision=138
+
+ ChangeLog | 9 ++++
+ src/Makefile.am | 2 +
+ src/krb5-auth-gconf-tools.c | 102 +++++++++++++++++++++++++++++++++++++++++++
+ src/krb5-auth-gconf-tools.h | 38 ++++++++++++++++
+ src/krb5-auth-gconf.c | 87 +------------------------------------
+ 5 files changed, 152 insertions(+), 86 deletions(-)
+
+commit 5f1cbfe8202fb9e5e86ae7dcb02a5e01a29438de
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Mar 28 13:20:36 2009 +0000
+
+ add dbus service file
+
+ svn path=/trunk/; revision=137
+
+ ChangeLog | 6 ++++++
+ src/Makefile.am | 12 ++++++++++--
+ src/org.gnome.KrbAuthDialog.service.in | 3 +++
+ 3 files changed, 19 insertions(+), 2 deletions(-)
+
+commit c4a5444a72f17a3bee8299c6c7785ecf862ba812
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Mar 27 07:06:49 2009 +0000
+
+ monitor ccache file
+
+ so we detect modifications right away and not only every
+ CREDENTIALS_CHECK_INTERVAL
+
+ svn path=/trunk/; revision=136
+
+ ChangeLog | 8 +++++
+ configure.ac | 3 ++
+ src/krb5-auth-dialog.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++-
+ 3 files changed, 85 insertions(+), 2 deletions(-)
+
+commit 1fd2cc3fe16f0ea52844b4f4294ba708a8a43f41
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Mar 27 07:06:47 2009 +0000
+
+ handle GTK_RESPONSE_DELETE_EVENT like GTK_RESPONSE_CANCEL
+
+ so pressing ESC or closing the dialog has the same effect than pressing
+ cancel.
+
+ look at "cancled" instead of looking at the kerberos error codes
+
+ more robust since heimdal and mit have different responses, let alone
+ pkinit
+
+ svn path=/trunk/; revision=135
+
+ ChangeLog | 9 +++++++++
+ src/krb5-auth-dialog.c | 25 ++++++++++---------------
+ 2 files changed, 19 insertions(+), 15 deletions(-)
+
+commit b81ed99be0f48f65f03a7ba63fceeacecb36649a
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Mar 27 07:06:43 2009 +0000
+
+ split out password auth into a separate function
+
+ makes non-pkinit and pkinit share more code and avoids warning when
+ compiling without pkinit
+
+ try password auth if pkinit failed with "no token"
+
+ svn path=/trunk/; revision=134
+
+ ChangeLog | 7 +++++
+ src/krb5-auth-dialog.c | 58 +++++++++++++++++++++++++++++-------------------
+ 2 files changed, 42 insertions(+), 23 deletions(-)
+
+commit e349cf8cb0fe703735cfaeb21115b28947415dd2
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Mar 27 07:06:37 2009 +0000
+
+ remove unused headers
+
+ svn path=/trunk/; revision=133
+
+ ChangeLog | 6 ++++++
+ src/krb5-auth-applet.h | 5 -----
+ src/krb5-auth-dialog.c | 2 +-
+ src/krb5-auth-pwdialog.h | 1 -
+ 4 files changed, 7 insertions(+), 7 deletions(-)
+
+commit 9644e0ab0d490eeaccc665ebf951f69de5decfed
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Wed Mar 11 16:25:58 2009 +0000
+
+ silence compiler warnings
+
+ svn path=/trunk/; revision=132
+
+ ChangeLog | 7 ++++++
+ src/krb5-auth-applet.c | 48 ++++++++++++++++++++++++++-------------------
+ src/krb5-auth-dialog.c | 36 ++++++++++++++++++++--------------
+ src/krb5-auth-dialog.h | 2 +-
+ src/krb5-auth-gconf.c | 6 +++-
+ src/krb5-auth-pwdialog.c | 6 +++-
+ src/krb5-auth-pwdialog.h | 2 +-
+ 7 files changed, 66 insertions(+), 41 deletions(-)
+
+commit f2281b02f449b1bd70b19b7909fc7e57a5b8c3c7
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Wed Mar 11 16:25:55 2009 +0000
+
+ add more compiler warnings
+
+ svn path=/trunk/; revision=131
+
+ ChangeLog | 7 ++++
+ acinclude.m4 | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac | 12 +++++--
+ m4/compiler-flags.m4 | 40 ++++++++++++++++++++++
+ 4 files changed, 144 insertions(+), 3 deletions(-)
+
+commit 7bc813583189b77a7f3f3f42f808a29f9012874f
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Wed Mar 11 16:25:52 2009 +0000
+
+ push the dialog into the foreground and grab the keyboard
+
+ svn path=/trunk/; revision=130
+
+ ChangeLog | 11 ++++++++
+ src/krb5-auth-pwdialog.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 69 insertions(+), 0 deletions(-)
+
+commit d462f9c64b79e17e4d10f3f99c4ad93ec72623b6
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Wed Mar 11 16:25:47 2009 +0000
+
+ add a pwdialog gobject
+
+ svn path=/trunk/; revision=129
+
+ ChangeLog | 12 +++
+ po/POTFILES.in | 1 +
+ src/Makefile.am | 2 +
+ src/krb5-auth-applet.c | 69 +++-----------
+ src/krb5-auth-applet.h | 16 +--
+ src/krb5-auth-dbus.c | 1 +
+ src/krb5-auth-dialog.c | 236 +++++++++++++-------------------------------
+ src/krb5-auth-dialog.glade | 2 +-
+ src/krb5-auth-dialog.h | 1 +
+ src/krb5-auth-pwdialog.c | 186 ++++++++++++++++++++++++++++++++++
+ src/krb5-auth-pwdialog.h | 66 ++++++++++++
+ 11 files changed, 357 insertions(+), 235 deletions(-)
+
+commit 195473836e04982a55efdbc948461be5914d1797
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Feb 28 17:47:53 2009 +0000
+
+ add dbus method to acquire kerberos tickets:
+
+ svn path=/trunk/; revision=128
+
+ ChangeLog | 10 ++++++++++
+ README | 9 +++++++++
+ src/Makefile.am | 13 ++++++++++++-
+ src/krb5-auth-applet-dbus.xml | 14 ++++++++++++++
+ src/krb5-auth-dbus.c | 30 +++++++++++++++++++++++++++++-
+ src/krb5-auth-dbus.h | 7 +++++++
+ src/krb5-auth-dialog.c | 1 +
+ 7 files changed, 82 insertions(+), 2 deletions(-)
+
+commit f9c110b9f3e2294b3fd796c6fc41bc548f689f6f
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Feb 28 17:47:48 2009 +0000
+
+ add ka_check_credentials
+
+ Check if we have valid credentials for a given principal and if not
+ acquire them.
+
+ svn path=/trunk/; revision=127
+
+ ChangeLog | 6 ++++
+ src/krb5-auth-dialog.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/krb5-auth-dialog.h | 4 +-
+ 3 files changed, 66 insertions(+), 4 deletions(-)
+
+commit aa6ada2845198866ea4b96de93c96e30dcfbbe91
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Feb 28 13:42:48 2009 +0000
+
+ Turn Krb5AuthAppliet into a GObject
+
+ called ka_applet.
+
+ svn path=/trunk/; revision=126
+
+ ChangeLog | 19 ++
+ src/Makefile.am | 2 -
+ src/krb5-auth-applet.c | 461 ++++++++++++++++++++++++++++++++++++++++--------
+ src/krb5-auth-applet.h | 59 ++++---
+ src/krb5-auth-dbus.c | 2 +-
+ src/krb5-auth-dialog.c | 142 ++++++++-------
+ src/krb5-auth-dialog.h | 2 +-
+ src/krb5-auth-gconf.c | 55 +++---
+ src/krb5-auth-gconf.h | 2 +-
+ src/krb5-auth-notify.c | 66 -------
+ src/krb5-auth-notify.h | 28 ---
+ 11 files changed, 554 insertions(+), 284 deletions(-)
+
+commit 809c5ba3f123bf85a615fb09758b71622f3ff47c
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Feb 28 13:27:07 2009 +0000
+
+ add .gitignore files
+
+ svn path=/trunk/; revision=125
+
+ .gitignore | 27 +++++++++++++++++++++++++++
+ ChangeLog | 8 ++++++++
+ etpo/.gitignore | 4 ++++
+ po/.gitignore | 5 +++++
+ src/.gitignore | 5 +++++
+ 5 files changed, 49 insertions(+), 0 deletions(-)
+
+commit 0a2135919b9ab1edb3669449298e72fc8289da7f
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Mon Jan 19 21:13:19 2009 +0000
+
+ don't try pkinit if pk_userid is non-null but empty
+
+ svn path=/trunk/; revision=124
+
+ ChangeLog | 6 ++++++
+ src/krb5-auth-dialog.c | 4 ++--
+ src/krb5-auth-gconf.c | 4 ++--
+ 3 files changed, 10 insertions(+), 4 deletions(-)
+
+commit 1aa27c208d474e5fba77b0356644e0ebdb4127e9
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Thu Jan 15 18:53:37 2009 +0000
+
+ update NEWS
+
+ svn path=/trunk/; revision=123
+
+ ChangeLog | 4 ++++
+ NEWS | 11 +++++++++++
+ 2 files changed, 15 insertions(+), 0 deletions(-)
+
+commit e67ebf8d9a280042344c016dbd875b900a184439
+Author: Daniel Nylander <dnylande@src.gnome.org>
+Date: Thu Jan 15 16:21:23 2009 +0000
+
+ sv.po: Updated Swedish translation
+
+ svn path=/trunk/; revision=122
+
+ po/ChangeLog | 4 +
+ po/sv.po | 3298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 3302 insertions(+), 0 deletions(-)
+
+commit afbffb722e4cd571ec4f253c60becc4fd5852ced
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Mon Jan 12 18:13:29 2009 +0000
+
+ move icons to $(datadir)/krb5-auth-dialog
+
+ and add this to the icon search path. Fixes installations with prefix !=
+ /usr
+
+ svn path=/trunk/; revision=121
+
+ ChangeLog | 11 +++++++++++
+ icons/Makefile.am | 2 +-
+ src/Makefile.am | 8 ++++----
+ src/krb5-auth-applet.c | 3 +++
+ src/krb5-auth-dialog.c | 3 ++-
+ 5 files changed, 21 insertions(+), 6 deletions(-)
+
+commit 24671de4a47096847ae4c9fe2678336df60e2589
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sun Jan 11 22:00:29 2009 +0000
+
+ add myself
+
+ svn path=/trunk/; revision=120
+
+ AUTHORS | 1 +
+ ChangeLog | 4 ++++
+ MAINTAINERS | 4 ++++
+ 3 files changed, 9 insertions(+), 0 deletions(-)
+
+commit 37027fb48731ecc4b42b84934489436e5a2e9fc1
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 15:31:21 2009 +0000
+
+ release 0.8
+
+ svn path=/trunk/; revision=117
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 9ff692e4b861a08b3a1a07583fafba4897d89517
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:53 2009 +0000
+
+ add German translation
+
+ svn path=/trunk/; revision=116
+
+ ChangeLog | 4 +
+ configure.ac | 2 +-
+ po/ChangeLog | 4 +
+ po/de.po | 3293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 3302 insertions(+), 1 deletions(-)
+
+commit 4826ef590c1c7cc8e147f651b32b8ce6d25e6bc6
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:51 2009 +0000
+
+ update translations
+
+ svn path=/trunk/; revision=115
+
+ po/ChangeLog | 4 +
+ po/krb5-auth-dialog.pot | 1405 ++++++++++++++++++++++++++---------------------
+ 2 files changed, 795 insertions(+), 614 deletions(-)
+
+commit fc1a25c2491681dfd61448bd9e0ac23cef1a929b
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:49 2009 +0000
+
+ intltool-*.in not contained in this package
+
+ svn path=/trunk/; revision=114
+
+ ChangeLog | 5 +++++
+ Makefile.am | 3 ---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+commit e4140f15bbadd9c26575295ce9fdece41004d2b5
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:48 2009 +0000
+
+ add missing files that may contain translations
+
+ svn path=/trunk/; revision=113
+
+ ChangeLog | 6 ++++++
+ po/POTFILES.in | 4 ++++
+ po/POTFILES.skip | 1 +
+ 3 files changed, 11 insertions(+), 0 deletions(-)
+
+commit 904f7112dabeac824a5a4eb45fb1c234d8846070
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:46 2009 +0000
+
+ schema_in_files typo
+
+ svn path=/trunk/; revision=112
+
+ ChangeLog | 4 ++++
+ src/Makefile.am | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit edd0791c4fe9468372001a2ba44f87c156bdad71
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:44 2009 +0000
+
+ add gconf schema
+
+ svn path=/trunk/; revision=111
+
+ ChangeLog | 6 ++++
+ src/Makefile.am | 9 ++++++
+ src/krb5-auth-dialog.schemas.in | 55 +++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 70 insertions(+), 0 deletions(-)
+
+commit 16b6522497bc4a5af8b28bb011db15b3fb879996
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:42 2009 +0000
+
+ move HAVE_LIBNOTIFY check into krb5-auth-notify.c
+
+ and simplify ka_update_status
+
+ svn path=/trunk/; revision=110
+
+ ChangeLog | 12 +++++++
+ src/krb5-auth-applet.c | 80 +++++++++++++++++++++++++++++++-----------------
+ src/krb5-auth-notify.c | 19 ++++++++---
+ src/krb5-auth-notify.h | 4 --
+ 4 files changed, 78 insertions(+), 37 deletions(-)
+
+commit ab0c59f1d7c1cbac49ce7648d57a78fbab5856da
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:40 2009 +0000
+
+ add "expiring" tray icon
+
+ shown when credentials are about to expire
+
+ svn path=/trunk/; revision=109
+
+ ChangeLog | 11 +++++++++++
+ icons/Makefile.am | 1 +
+ icons/krb-expiring-ticket.png | Bin 0 -> 1341 bytes
+ src/krb5-auth-applet.c | 19 ++++++++++++++-----
+ src/krb5-auth-applet.h | 2 +-
+ src/krb5-auth-dialog.c | 1 -
+ 6 files changed, 27 insertions(+), 7 deletions(-)
+
+commit 4dd8493b5f13c7567dcbb73d06d0b7f2de182e12
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:38 2009 +0000
+
+ don't show a tooltip about ticket expiry if ticket is renewable
+
+ svn path=/trunk/; revision=108
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-applet.c | 3 ++-
+ 2 files changed, 7 insertions(+), 1 deletions(-)
+
+commit af41f6f028d4323b077becb96eb6af1e06b078c9
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:36 2009 +0000
+
+ pkint support
+
+ svn path=/trunk/; revision=107
+
+ ChangeLog | 15 +++
+ README | 4 +
+ configure.ac | 21 ++++
+ src/krb5-auth-applet.h | 3 +-
+ src/krb5-auth-dialog.c | 300 ++++++++++++++++++++++++++++++-----------------
+ src/krb5-auth-gconf.c | 16 +++
+ 6 files changed, 249 insertions(+), 110 deletions(-)
+
+commit d485821fc3151f3082a43679894bd768cdd18ab4
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:34 2009 +0000
+
+ use get_error_message() when possible
+
+ since it gives clearer error messages
+
+ svn path=/trunk/; revision=106
+
+ ChangeLog | 7 +++++++
+ configure.ac | 1 +
+ src/krb5-auth-dialog.c | 23 +++++++++++++++++++++--
+ 3 files changed, 29 insertions(+), 2 deletions(-)
+
+commit 3d6addae8544d4ab61bfe885d577198a4dd68ab3
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:32 2009 +0000
+
+ separate ticket renewal and interactive ticket acquisition
+
+ svn path=/trunk/; revision=105
+
+ ChangeLog | 5 ++
+ src/krb5-auth-applet.h | 1 +
+ src/krb5-auth-dialog.c | 111 ++++++++++++++++++++++++++++++++---------------
+ 3 files changed, 81 insertions(+), 36 deletions(-)
+
+commit df61913ad3ae0842da2a5b36cb7d0bad0658712c
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:30 2009 +0000
+
+ don't popup the dialog if we have a tray icon
+
+ The user can happily refresh the credentials by left clicking on the
+ tray icon. When using libnotify we also remind him to do so every
+ NOTIFY_SECONDS (300).
+
+ svn path=/trunk/; revision=104
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-applet.c | 21 +++++++++++++++------
+ src/krb5-auth-dialog.c | 2 +-
+ 3 files changed, 21 insertions(+), 7 deletions(-)
+
+commit d619f4f650128792b089db493ca79b9615385e5c
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:28 2009 +0000
+
+ use GtkSecureEntry instead of GtkEntry for the password entry
+
+ From gtksecentry.h:
+ The entry is now always invisible, uses secure memory methods to
+ allocate the text memory, and all potentially dangerous methods (copy &
+ paste, popup, etc.) have been removed.
+
+ svn path=/trunk/; revision=103
+
+ ChangeLog | 12 +++++++++++
+ src/Makefile.am | 2 +
+ src/krb5-auth-dialog.c | 45 ++++++++++++++++++++++++++++++++++++++++---
+ src/krb5-auth-dialog.glade | 2 +-
+ 4 files changed, 56 insertions(+), 5 deletions(-)
+
+commit c77e9f0cfaa4ec051937eac89217227fe9d574a0
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:26 2009 +0000
+
+ move dbus handling into a separate file
+
+ svn path=/trunk/; revision=102
+
+ ChangeLog | 7 ++++
+ src/Makefile.am | 2 +
+ src/krb5-auth-dbus.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
+ src/krb5-auth-dbus.h | 28 +++++++++++++++++
+ src/krb5-auth-dialog.c | 49 ++++--------------------------
+ 5 files changed, 121 insertions(+), 43 deletions(-)
+
+commit 366a26e85ed39480c2134157642d0b01d739fd81
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:23 2009 +0000
+
+ add gtksecentry/secmem from gpg pinentry
+
+ code is licensed GPLv2
+
+ svn path=/trunk/; revision=101
+
+ ChangeLog | 12 +
+ Makefile.am | 2 +-
+ acinclude.m4 | 117 ++
+ configure.ac | 22 +
+ gtksecentry/Makefile.am | 7 +
+ gtksecentry/gtksecentry.c | 3412 +++++++++++++++++++++++++++++++++++++++++++++
+ gtksecentry/gtksecentry.h | 181 +++
+ secmem/Makefile.am | 31 +
+ secmem/Manifest | 7 +
+ secmem/memory.h | 40 +
+ secmem/secmem-util.h | 3 +
+ secmem/secmem.c | 448 ++++++
+ secmem/util.c | 139 ++
+ secmem/util.h | 66 +
+ src/Makefile.am | 2 +
+ 15 files changed, 4488 insertions(+), 1 deletions(-)
+
+commit 61c36c96f0dcd42a44684447a66ccc153ce2fbd5
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Sat Jan 10 13:25:20 2009 +0000
+
+ add a tray icon
+
+ svn path=/trunk/; revision=100
+
+ ChangeLog | 12 ++
+ Makefile.am | 2 +-
+ README | 14 ++-
+ configure.ac | 94 ++++++++++++++--
+ etpo/Makefile.am | 20 +++-
+ icons/Makefile.am | 10 ++
+ icons/krb-no-valid-ticket.png | Bin 0 -> 1234 bytes
+ icons/krb-valid-ticket.png | Bin 0 -> 1126 bytes
+ src/Makefile.am | 16 +++-
+ src/krb5-auth-applet.c | 238 ++++++++++++++++++++++++++++++++++++++
+ src/krb5-auth-applet.h | 68 +++++++++++
+ src/krb5-auth-dialog.c | 252 ++++++++++++++++++++++++++++-------------
+ src/krb5-auth-dialog.h | 30 +++++
+ src/krb5-auth-gconf.c | 206 +++++++++++++++++++++++++++++++++
+ src/krb5-auth-gconf.h | 28 +++++
+ src/krb5-auth-notify.c | 57 +++++++++
+ src/krb5-auth-notify.h | 32 +++++
+ 17 files changed, 988 insertions(+), 91 deletions(-)
+
+commit 37663e53c00fe229b721c48ce6739195b97f4b51
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Sep 26 15:16:18 2008 +0000
+
+ src/krb5-auth-dialog.glade: remove width_request from krb5_auth_message_label.
+
+ Now we display the whole principal name instead of cutting it off at an
+ arbitrary position.
+
+ svn path=/trunk/; revision=81
+
+ ChangeLog | 6 ++++++
+ src/krb5-auth-dialog.glade | 1 -
+ 2 files changed, 6 insertions(+), 1 deletions(-)
+
+commit d466f8d0dad90d7ba3eadd2f92bffceb16a4f16e
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Sep 26 15:12:13 2008 +0000
+
+ add manpage section
+
+ * src/krb5-auth-dialog.1.in: add manpage section
+
+ svn path=/trunk/; revision=80
+
+ ChangeLog | 4 ++++
+ src/krb5-auth-dialog.1.in | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 0e9dd13bc21f68001c101183e7d03afe2f7966cb
+Author: Guido Günther <guidog@src.gnome.org>
+Date: Fri Sep 26 14:23:54 2008 +0000
+
+ remove duplicte exec form desktop file and fix comment
+
+ svn path=/trunk/; revision=79
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.desktop.in | 3 +--
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+commit 2e8a0f99ff083b68e34eeb604ace641a66843828
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 20:03:38 2008 +0000
+
+ Bug 534867: should use g_timeout_add_seconds
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534867: should use g_timeout_add_seconds
+
+ * src/krb5-auth-dialog.c: Save power with
+ g_timeout_add_seconds.
+ Patch from from Guido Günther.
+
+
+
+ svn path=/trunk/; revision=78
+
+ ChangeLog | 8 ++++++++
+ src/krb5-auth-dialog.c | 6 +++---
+ 2 files changed, 11 insertions(+), 3 deletions(-)
+
+commit dd8d550cb24ad4d74c2817bc9b1687858a002a06
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 19:58:45 2008 +0000
+
+ Bug 534736: make i18n work
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534736: make i18n work
+
+ * src/krb5-auth-dialog.c: Set up i18n correctly.
+ * src/Makefile.am: Pass in LOCALEDIR.
+ Patch from from Guido Günther.
+
+
+ svn path=/trunk/; revision=77
+
+ ChangeLog | 8 ++++++++
+ src/Makefile.am | 5 +++--
+ src/krb5-auth-dialog.c | 5 ++++-
+ 3 files changed, 15 insertions(+), 3 deletions(-)
+
+commit ed4a910a7d4fe151ef7cc430093e3076e3fab7b6
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 19:49:21 2008 +0000
+
+ Bug 534620: password field focus
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534620: password field focus
+
+ * src/krb5-auth-dialog.c: Be sure we focus the
+ password field every time.
+ Patch from from Guido Günther.
+
+
+ svn path=/trunk/; revision=76
+
+ ChangeLog | 8 ++++++++
+ src/krb5-auth-dialog.c | 1 +
+ 2 files changed, 9 insertions(+), 0 deletions(-)
+
+commit edb2b61359fcf3ee836feec5ec4dae5a97a040da
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 19:08:47 2008 +0000
+
+ Bug 534515: cleanups
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * configure.in: Look for dbus-glib and not libgnome.
+ Patch from from Guido Günther.
+
+
+ svn path=/trunk/; revision=75
+
+ ChangeLog | 7 +++++++
+ configure.ac | 2 +-
+ 2 files changed, 8 insertions(+), 1 deletions(-)
+
+commit 32089598db7ba5b752df80b141f26c1d6119e05d
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 19:07:53 2008 +0000
+
+ Bug 534515: cleanups
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * src/krb5-auth-dialog.c: Cleaner use of
+ gboolean. Patch from from Guido Günther.
+
+
+ svn path=/trunk/; revision=74
+
+ ChangeLog | 7 +++++++
+ src/krb5-auth-dialog.c | 4 ++--
+ 2 files changed, 9 insertions(+), 2 deletions(-)
+
+commit bf2a275b2073edb90b167450269307778d26b035
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jun 9 19:06:52 2008 +0000
+
+ Bug 534515: cleanups
+
+ 2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * src/krb5-auth-dialog.c: Use GOption instead of
+ libgnome. Patch from Guido Günther.
+
+
+ svn path=/trunk/; revision=73
+
+ ChangeLog | 7 +++++++
+ src/krb5-auth-dialog.c | 38 +++++++++++++++++++++++---------------
+ 2 files changed, 30 insertions(+), 15 deletions(-)
+
+commit 1ebb3ffcf5c6c3a70eb37c18086a18e4e067aaa5
+Author: Colin Walters <walters@src.gnome.org>
+Date: Mon Jun 9 18:00:13 2008 +0000
+
+ +2008-06-09 Colin Walters <walters@verbum.org>
+ +
+ + Bug 529220: set dialog icon
+ +
+ + * src/krb5-auth-dialog.c: Set an icon so we
+ + look nicer in the window list. Patch from
+ + Guido Günther.
+ +
+
+ svn path=/trunk/; revision=72
+
+ ChangeLog | 8 ++++++++
+ src/krb5-auth-dialog.c | 1 +
+ 2 files changed, 9 insertions(+), 0 deletions(-)
+
+commit e69859d9d731aec14a55c443ea5e9a81cdd4589c
+Author: Colin Walters <walters@verbum.org>
+Date: Sat Mar 22 05:07:06 2008 +0000
+
+ + * src/krb5-auth-dialog.c: Grab a name on the + session bus to be doubly
+
+ 2008-03-22 Colin Walters <walters@verbum.org>
+
+ + * src/krb5-auth-dialog.c: Grab a name on the
+ + session bus to be doubly sure we don't have
+ + multiple copies. Also don't connect to the
+ + session manager, since it's not needed.
+ +
+
+ svn path=/trunk/; revision=71
+
+ ChangeLog | 7 +++++++
+ src/krb5-auth-dialog.c | 47 ++++++++++++++++++++++++++++++++++++++++-------
+ 2 files changed, 47 insertions(+), 7 deletions(-)
+
+commit 28003aabfe5cae63eca93c26b206e5c6e8ba9df3
+Author: Colin Walters <walters@src.gnome.org>
+Date: Sat Mar 22 04:26:58 2008 +0000
+
+ +2008-03-22 Colin Walters <walters@verbum.org>
+ +
+ + * MAINTAINERS: New file.
+ + * src/krb5-auth-dialog.c: Connect to session bus
+ + to be sure we exit when the session dies.
+ +
+
+ svn path=/trunk/; revision=70
+
+ ChangeLog | 6 ++++++
+ src/krb5-auth-dialog.c | 6 ++++++
+ 2 files changed, 12 insertions(+), 0 deletions(-)
+
+commit 2982c8d12ec3a47575adcc09e2b7eb3cc00fdcbc
+Author: Colin Walters <walters@src.gnome.org>
+Date: Sat Mar 22 04:26:46 2008 +0000
+
+ New file.
+
+ svn path=/trunk/; revision=69
+
+ MAINTAINERS | 7 +++++++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+commit a33ff6eb801355abeb4a37fc109c85a3d11d9a05
+Author: Kjartan Maraas,,23491770 <kmaraas@gnome.org>
+Date: Fri Nov 2 12:29:30 2007 +0000
+
+ Add .desktop.in file. Updated Norwegian bokmål translation.
+
+ 2007-11-02 Kjartan Maraas,,23491770 <kmaraas@gnome.org>
+
+ * POTFILES.in: Add .desktop.in file.
+ * nb.po: Updated Norwegian bokmål translation.
+
+ svn path=/trunk/; revision=68
+
+ po/ChangeLog | 5 +++++
+ po/POTFILES.in | 1 +
+ po/nb.po | 51 ++++++++++++++++++++++++++++-----------------------
+ 3 files changed, 34 insertions(+), 23 deletions(-)
+
+commit 7ac965d1ec77c1f3f8bb8af595f8c91ec7c17c0b
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sun Oct 29 22:46:33 2006 +0000
+
+ Refactor code slightly, removing an #ifdef in favor of a wrapper.
+
+ 2006-10-29 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c:
+ Refactor code slightly, removing an #ifdef in favor
+ of a wrapper. Consolidate coding style.
+
+ ChangeLog | 2 +
+ src/krb5-auth-dialog.c | 103 ++++++++++++++++++++++++------------------------
+ 2 files changed, 54 insertions(+), 51 deletions(-)
+
+commit 1f66e33b5d2fb6e864ba4ce4916f954bf835229d
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sun Oct 29 17:42:34 2006 +0000
+
+ Clean up the #ifdefs to make things slightly more readable.
+
+ 2006-10-29 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Clean up the #ifdefs to
+ make things slightly more readable.
+
+ ChangeLog | 5 +++
+ src/krb5-auth-dialog.c | 81 ++++++++++++++++-------------------------------
+ 2 files changed, 33 insertions(+), 53 deletions(-)
+
+commit b684283623c69ae8c1a69536628b79c531ff6bdd
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Jul 24 17:59:24 2006 +0000
+
+ Release 0.7
+
+ 2006-07-24 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac: Release 0.7
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 85eaba78ed017ec6765827f3d5b6b4afcc63af78
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Jul 24 17:48:24 2006 +0000
+
+ Don't immediately retry to reach the KDC if it is unavailable. That will
+
+ 2006-07-24 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Don't immediately retry
+ to reach the KDC if it is unavailable. That will
+ just loop forever (until the KDC becomes available).
+ Bail out; we'll check (once!) to see whether it's
+ there the next time our g_timeout callback gets
+ invoked.
+
+ ChangeLog | 9 +++++++++
+ src/krb5-auth-dialog.c | 7 ++++++-
+ 2 files changed, 15 insertions(+), 1 deletions(-)
+
+commit 8e183b3018d90e2b5d984afcc69e98520eac966f
+Author: Kjartan Maraas <kmaraas@gnome.org>
+Date: Tue Apr 18 06:08:07 2006 +0000
+
+ Remove obsolete entry for no_NO And the translation
+
+ 2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
+
+ * configure.ac: Remove obsolete entry for no_NO
+ * po/no.po: And the translation
+
+ ChangeLog | 5 +
+ configure.ac | 2 +-
+ po/no.po | 3116 ----------------------------------------------------------
+ 3 files changed, 6 insertions(+), 3117 deletions(-)
+
+commit 35fd56e01852d71d180771530b50667c0c31b0dd
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sat Mar 18 00:21:08 2006 +0000
+
+ Check to see whether credentials are renewable; if so, renew them
+
+ 2006-03-17 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Check to see whether credentials
+ are renewable; if so, renew them automatically. Implement this
+ for the MIT implementation only. (Fixes #331210)
+
+ * configure.ac: Add test to see whether we have krb5_get_renewed_creds
+
+ ChangeLog | 8 ++
+ configure.ac | 4 +
+ src/krb5-auth-dialog.c | 177 +++++++++++++++++++++++++++---------------------
+ 3 files changed, 111 insertions(+), 78 deletions(-)
+
+commit 41c53a0f11d53a9d449c7cda432cfc4a223336bd
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Thu Feb 2 02:51:12 2006 +0000
+
+ keep track of whether or not the user explicitly canceled our last request
+
+ * src/krb5-auth-dialog.c: keep track of whether or not the user explicitly
+ canceled our last request for information. If she did, then don't ask
+ again while the expiration time remains unchanged. Change recursion
+ inside of renew_credentials() into a loop in its calling function.
+
+ ChangeLog | 7 +++++++
+ src/krb5-auth-dialog.c | 26 +++++++++++++++++++++++---
+ 2 files changed, 30 insertions(+), 3 deletions(-)
+
+commit 9c870a18895e9dd8f59fd075ab7aff516f6d70dc
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Feb 1 22:11:34 2006 +0000
+
+ rename to avoid polluting the krb5 namespace. don't use time() to figure
+
+ * src/krb5-auth-dialog.c(krb5_gtk_prompter): rename to avoid polluting
+ the krb5 namespace.
+ * src/krb5-auth-dialog.c: don't use time() to figure out what time it
+ is -- we always compare against a krb5_timestamp, so use the libkrb5
+ routines which return the current time instead.
+
+ ChangeLog | 7 +++++++
+ src/krb5-auth-dialog.c | 36 +++++++++++++++++++++++++-----------
+ 2 files changed, 32 insertions(+), 11 deletions(-)
+
+commit 51224f39d209f67bec4e96dbbe87f9df451a3d7d
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Feb 1 18:05:34 2006 +0000
+
+ correct a typo
+
+ * README: correct a typo
+
+ ChangeLog | 5 +++++
+ README | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletions(-)
+
+commit 6de9f716fceb6bced274f219770cf05cbb7d6b66
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Feb 1 18:05:14 2006 +0000
+
+ fix a warning where we were passing an int where a pointer was expected
+
+ * src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
+ were passing an int where a pointer was expected
+
+ src/krb5-auth-dialog.c | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 6cfda2bb58907f2ae1a11bf3e8a9fad00d170d6c
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Jan 31 06:49:30 2006 +0000
+
+ Release 0.6
+
+ 2006-01-31 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac: Release 0.6
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit ba5d724a795775f3c2cd2e3d7b7890142ff2e7fc
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Tue Jan 31 06:48:30 2006 +0000
+
+ update the name and comment
+
+ src/krb5-auth-dialog.desktop.in | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+commit c5b37d1494adeaf9971dc0d91ef204b591486052
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Jan 31 05:41:57 2006 +0000
+
+ Add desktop file for autostart
+
+ 2006-01-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.desktop.in:
+ Add desktop file for autostart
+
+ * krb5-auth-dialog.spec.in:
+ * src/Makefile.am:
+ Install desktop file to the correct location
+
+ * src/.cvsignore: Add generated file
+
+ ChangeLog | 11 +++++++++++
+ krb5-auth-dialog.spec.in | 1 +
+ src/.cvsignore | 1 +
+ src/Makefile.am | 7 +++++++
+ src/krb5-auth-dialog.desktop.in | 9 +++++++++
+ 5 files changed, 29 insertions(+), 0 deletions(-)
+
+commit 4a0ed93fc1a447cad2df858ffa6fb14d371708e4
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Tue Jan 31 05:37:16 2006 +0000
+
+ fix whitespace
+
+ Makefile.am | 6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+commit dc8f27b4f10d1814882cf2a30655357c16bd681a
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Jan 31 05:19:15 2006 +0000
+
+ Don't explicitly set the invisible_char to '*', get it from GTK+
+
+ 2006-01-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.glade: Don't explicitly
+ set the invisible_char to '*', get it from GTK+
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.glade | 1 -
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 1074281745f36ee47f9a032ac8078567d0e44434
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Nov 8 19:45:41 2005 +0000
+
+ Release 0.5
+
+ 2005-11-08 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac: Release 0.5
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 3e7c694ddce113e6b40c125ac4ab64ad82e30deb
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Tue Nov 8 18:43:09 2005 +0000
+
+ get rid of spurious newline
+
+ src/krb5-auth-dialog.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 050ee55e0a75743ca237e973b7ba20fc93047956
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Thu Nov 3 23:07:03 2005 +0000
+
+ Update .cvsignore to contain the generated manpage
+
+ src/.cvsignore | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+commit f0a0f0a4669b43d5fa4c80c50feb52393a31d36d
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Thu Nov 3 23:05:10 2005 +0000
+
+ Consolidate how we figure out the expiry text
+
+ 2005-11-03 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Consolidate how we figure out the
+ expiry text
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 37 +++++++++++++++++++++++--------------
+ 2 files changed, 28 insertions(+), 14 deletions(-)
+
+commit 1bd87d56db92abb5edafbda752d699e1b719faa3
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Thu Nov 3 21:13:33 2005 +0000
+
+ Use ngettext () where appropriate
+
+ 2005-11-03 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Use ngettext () where appropriate
+
+ ChangeLog | 4 ++++
+ src/krb5-auth-dialog.c | 14 +++++++++++---
+ 2 files changed, 15 insertions(+), 3 deletions(-)
+
+commit 81fbe245087ce838508a822f504edb471b7b108e
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Nov 2 23:50:54 2005 +0000
+
+ add a man page.
+
+ * src/krb5-auth-dialog.1.in: add a man page.
+
+ ChangeLog | 4 ++++
+ krb5-auth-dialog.spec.in | 1 +
+ src/Makefile.am | 4 +++-
+ src/krb5-auth-dialog.1.in | 37 +++++++++++++++++++++++++++++++++++++
+ 4 files changed, 45 insertions(+), 1 deletions(-)
+
+commit 56e4dbdc960a1c9cbf4a505ea1655afc7500b0b5
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Nov 2 23:49:40 2005 +0000
+
+ make the minimum acceptable lifetime for new credentials the minimum that
+
+ * configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable lifetime
+ for new credentials the minimum that would force us to take action,
+ not the amount of time we wait in between checks. Let the check
+ interval be defined in seconds and the minimum lifetime be specified
+ in minutes.
+
+ ChangeLog | 8 ++++++++
+ configure.ac | 14 ++++++++++++++
+ src/krb5-auth-dialog.c | 9 +++------
+ 3 files changed, 25 insertions(+), 6 deletions(-)
+
+commit 4779606e5766351b38ffd1e0a41014a8f3c2d054
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Nov 2 23:26:57 2005 +0000
+
+ just test for the definitions of the flags directly.
+
+ * configure.ac,src/krb5-auth-dialog.c: just test for the definitions of the
+ flags directly.
+
+ ChangeLog | 5 +++++
+ configure.ac | 2 --
+ src/krb5-auth-dialog.c | 12 ++++++------
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+commit 769efb7367aff3c3539582554299a36c1e547ab1
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Nov 2 23:11:08 2005 +0000
+
+ silence a couple of compiler warnings about implicitly-declared functions.
+
+ * etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings about
+ implicitly-declared functions.
+
+ ChangeLog | 7 ++++++-
+ etpo/grammar.y | 2 ++
+ etpo/lexer.l | 1 +
+ 3 files changed, 9 insertions(+), 1 deletions(-)
+
+commit 9cdca989ba151bf946d788a03f3b46b5201a00e1
+Author: Nalin Dahyabhai <nalin@src.gnome.org>
+Date: Wed Nov 2 23:10:01 2005 +0000
+
+ test for differences between the Heimdal and MIT Kerberos APIs abstract
+
+ * configure.ac: test for differences between the Heimdal and MIT Kerberos APIs
+ * src/krb5-auth-dialog.c: abstract out differences in how credential flags
+ and realm names are stored.
+
+ ChangeLog | 7 +++
+ configure.ac | 45 +++++++++++++++++++--
+ src/krb5-auth-dialog.c | 98 ++++++++++++++++++++++++++++++++++++++++++++---
+ 3 files changed, 138 insertions(+), 12 deletions(-)
+
+commit 71f27e6c5ae6635e6da9a716e67f94fa50c7ad01
+Author: Kjartan Maraas <kmaraas@src.gnome.org>
+Date: Wed Nov 2 09:37:10 2005 +0000
+
+ Update
+
+ po/nb.po | 1254 +++++++++++++++++++++++++++++++-------------------------------
+ 1 files changed, 629 insertions(+), 625 deletions(-)
+
+commit 5b350fa28c3089b6bcae956550d97eecab5bad8f
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Nov 1 17:47:46 2005 +0000
+
+ Release 0.4
+
+ 2005-11-01 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac: Release 0.4
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 97bd5dadd3551c8082529888a3b42835e2c9b75f
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Nov 1 13:35:01 2005 +0000
+
+ src/krb5-auth-dialog.c Patch from Nalin Dahyabhai <nalin@redhat.com> - Fix
+
+ 2005-11-01 Christopher Aillon <caillon@redhat.com>
+
+ * Makefile.am:
+ * krb5-auth-dialog.spec.in:
+ * src/krb5-auth-dialog.c
+ Patch from Nalin Dahyabhai <nalin@redhat.com>
+ - Fix the .spec file so that it doesn't choke due to
+ translations.
+ - Include the .spec file in the dist tarball so that
+ 'rpmbuild -ts' will work.
+ - Correct a compiler warning.
+ - Set forwardable/proxiable/lifetime from the current ccache,
+ if there is one.
+ - Add a "--always" flag to let us pinch-hit for 'kinit'.
+ - Add a "--auto" flag to override it.
+ - Interpret a preauthentication failure as a bad password.
+ - If we already have a ccache, use its default principal as our
+ default, in case it differs from the local user name. If the
+ default principal changes out from under us, pick it up, too.
+ - Don't give a bogus lifetime if the ccache is deleted between
+ checks.
+
+ ChangeLog | 22 ++++++
+ Makefile.am | 3 +-
+ krb5-auth-dialog.spec.in | 4 +-
+ src/krb5-auth-dialog.c | 173 ++++++++++++++++++++++++----------------------
+ 4 files changed, 115 insertions(+), 87 deletions(-)
+
+commit ea78cf609423d6ddbc995e9f3e6eea4b48695d52
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 22:01:17 2005 +0000
+
+ Release 0.3
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac: Release 0.3
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit b37ce6e5cb174556f6d1d502601787bdbfcb57a2
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 21:55:46 2005 +0000
+
+ Make `make distcheck` happy
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * Makefile.am:
+ * src/Makefile.am:
+ * src/dummy-strings.c:
+ Make `make distcheck` happy
+
+ ChangeLog | 7 +++++++
+ Makefile.am | 7 +++++++
+ src/Makefile.am | 3 ++-
+ src/dummy-strings.c | 6 +++++-
+ 4 files changed, 21 insertions(+), 2 deletions(-)
+
+commit 191b6d4469e5c52693b4d3a476e32a9dec86303f
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Mon Oct 31 19:53:49 2005 +0000
+
+ Update .cvsignore
+
+ .cvsignore | 30 ++++++++++++++++++++++++------
+ po/.cvsignore | 7 +++++++
+ 2 files changed, 31 insertions(+), 6 deletions(-)
+
+commit 19df6b29732ba98ade4f904f126f8f60076e2e2c
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 19:45:12 2005 +0000
+
+ Memleak fixes Also, respect the hidden field of krb5_prompt
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Memleak fixes
+ Also, respect the hidden field of krb5_prompt
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 39 +++++++++++++++++++--------------------
+ 2 files changed, 24 insertions(+), 20 deletions(-)
+
+commit b539419b1f3577c59adce4a923b04836bff03d7f
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 18:15:52 2005 +0000
+
+ Fix test to determine whether we are using krb5 using new
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Fix test to determine whether we
+ are using krb5 using new get_tgt_from_ccache () function
+ from Nalin Dahyabhai <nalin@redhat.com>
+
+ ChangeLog | 6 ++++
+ src/krb5-auth-dialog.c | 72 ++++++++++++++++++++++++++++++++++++------------
+ 2 files changed, 60 insertions(+), 18 deletions(-)
+
+commit a333636989227f548e6d4a7289fed36bbefca773
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 07:22:41 2005 +0000
+
+ Set the application name. Also, say less 'kerberos' in user visible text.
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Set the application name.
+ Also, say less 'kerberos' in user visible text.
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 4 +++-
+ 2 files changed, 8 insertions(+), 1 deletions(-)
+
+commit 3b7aa460f83b8b07cfeee817064b68e5721e69ff
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 07:05:30 2005 +0000
+
+ Update the credentials expiry time
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Update the credentials expiry time
+
+ ChangeLog | 4 +++
+ src/krb5-auth-dialog.c | 62 ++++++++++++++++++++++++++++++++++++++---------
+ 2 files changed, 54 insertions(+), 12 deletions(-)
+
+commit 023f791dc1a2cf57879dc6a910f41de802033bd8
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 06:01:46 2005 +0000
+
+ No need to pass around our GladeXML since its a static global
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: No need to pass around our GladeXML
+ since its a static global
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 7 +++----
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+commit 8b673b1a8933f6404fee119873af121c2af56913
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Mon Oct 31 05:55:04 2005 +0000
+
+ The dialog shouldn't have two labels reading 'Password:' so make the
+
+ 2005-10-31 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: The dialog shouldn't have two labels
+ reading 'Password:' so make the primary one have better text.
+
+ ChangeLog | 5 +++++
+ src/krb5-auth-dialog.c | 35 ++++++++++++++++++++++++-----------
+ 2 files changed, 29 insertions(+), 11 deletions(-)
+
+commit ae8a87443b284875f731bebac88e21797c399477
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sat Oct 29 18:42:16 2005 +0000
+
+ Use libnm-glib for NetworkManager support instead of the NetworkManager
+
+ 2005-10-29 Christopher Aillon <caillon@redhat.com>
+
+ * configure.ac:
+ * src/Makefile.am:
+ * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support
+ instead of the NetworkManager D-BUS API.
+
+ ChangeLog | 7 ++
+ configure.ac | 35 ++++++-----
+ src/Makefile.am | 2 +-
+ src/krb5-auth-dialog.c | 152 +++++++++++++++--------------------------------
+ 4 files changed, 76 insertions(+), 120 deletions(-)
+
+commit 07816942fa9d84644a07948b77dce9a8f1f26af8
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sat Oct 29 07:17:38 2005 +0000
+
+ this is generated, no need to live in repository
+
+ 2005-10-29 Christopher Aillon <caillon@redhat.com>
+
+ * Makefile.in.in: this is generated, no need to live in repository
+
+ po/ChangeLog | 4 +
+ po/Makefile.in.in | 254 -----------------------------------------------------
+ 2 files changed, 4 insertions(+), 254 deletions(-)
+
+commit 1837b286235411b1d575969baa9e6cbd7ede2024
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Sat Oct 29 06:25:42 2005 +0000
+
+ Reformat using tabs instead of spaces
+
+ 2005-10-29 Christopher Aillon <caillon@redhat.com>
+
+ * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces
+
+ ChangeLog | 6 +-
+ src/krb5-auth-dialog.c | 652 ++++++++++++++++++++++++------------------------
+ 2 files changed, 332 insertions(+), 326 deletions(-)
+
+commit 6e04a5ef624e17d052a939957d49c21c4682a2c3
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Wed Nov 3 21:21:19 2004 +0000
+
+ Update BuildRequires
+
+ krb5-auth-dialog.spec.in | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+commit 3276af0e6957288cccf57170879c5b0ca74d07ba
+Author: Christopher Aillon <caillon@redhat.com>
+Date: Tue Sep 7 19:51:30 2004 +0000
+
+ Check whether we are running in a kerberos environment before entering the
+
+ 2004-09-07 Christopher Aillon <caillon@redhat.com>
+ * src/krb5-auth-dialog.c: Check whether we are running in a
+ kerberos environment before entering the timeout to see when
+ the tickets expire.
+
+ * src/krb5-auth-dialog.c: Use g_get_user_name and other code
+ cleanup.
+
+ ChangeLog | 10 +++++-
+ src/krb5-auth-dialog.c | 91 ++++++++++++++++++++++++++----------------------
+ 2 files changed, 58 insertions(+), 43 deletions(-)
+
+commit bbe8622fdd5eec44e6cb9b7976f67785426ac453
+Author: Colin Walters <walters@verbum.org>
+Date: Thu Sep 2 05:00:59 2004 +0000
+
+ Check for NetworkManager.
+
+ 2004-09-02 Colin Walters <walters@verbum.org>
+
+ * configure.in: Check for NetworkManager.
+
+ * Makefile.am: Add NETWORKMANAGER_LIBS.
+
+ * src/krb5-auth-dialog.c (am_online): New function,
+ uses NetworkManager over D-BUS to determine
+ whether or not we're online.
+
+ * src/krb5-auth-dialog.c (credentials_expiring): Don't
+ try to renew credentials if we're not online.
+
+ ChangeLog | 14 ++++++-
+ configure.ac | 20 ++++++++-
+ src/Makefile.am | 2 +-
+ src/krb5-auth-dialog.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++-
+ 4 files changed, 141 insertions(+), 5 deletions(-)
+
+commit 3266341bb28fdcbc965447d24870d43abcc6d838
+Author: Diego Gonzalez <diego@pemas.net>
+Date: Sun Aug 29 19:55:25 2004 +0000
+
+ add --with-heimdal modify to support heimdal if enabled center the dialog
+
+ 2004-08-28 Diego Gonzalez <diego@pemas.net>
+
+ * configure.ac: add --with-heimdal
+ * krb5-auth-dialog: modify to support heimdal if enabled
+ * krb5-auth-dialog.glade: center the dialog
+
+ ChangeLog | 8 +++++++-
+ configure.ac | 5 +++++
+ src/krb5-auth-dialog.c | 3 ++-
+ src/krb5-auth-dialog.glade | 2 +-
+ 4 files changed, 15 insertions(+), 3 deletions(-)
+
+commit 9b47d3481dd643e9613ffe8b2a54d1f5c0a5f636
+Author: Kjartan Maraas <kmaraas@gnome.org>
+Date: Thu Aug 19 15:20:15 2004 +0000
+
+ Added «nb» and «no» to ALL_LINGUAS.
+
+ 2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
+
+ * configure.ac: Added «nb» and «no» to ALL_LINGUAS.
+
+ ChangeLog | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletions(-)
+
+commit 712282241c5ed5e5739f7df6575357f7b5121d08
+Author: Kjartan Maraas <kmaraas@gnome.org>
+Date: Thu Aug 19 15:19:47 2004 +0000
+
+ Add this and this
+
+ 2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
+
+ * nb.po: Add this
+ * no.po: and this
+
+ po/ChangeLog | 5 +
+ po/nb.po | 3116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/no.po | 3116 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 6237 insertions(+), 0 deletions(-)
+
+commit 1a214e68cf5d2512bf3fc50d5e0d3ee5661e4254
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Wed Aug 18 21:39:53 2004 +0000
+
+ Bumping to 0.2
+
+ ChangeLog | 8 ++++++++
+ configure.ac | 2 +-
+ etpo/Makefile.am | 2 ++
+ 3 files changed, 11 insertions(+), 1 deletions(-)
+
+commit 036a91201e0c744935338b61418d126ff5cb1ea3
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Wed Aug 18 21:23:59 2004 +0000
+
+ Add status notifications for invalid passwords and how much time remains until credentials expiry.
+
+ po/krb5-auth-dialog.pot | 29 +++++++++++++++++++----------
+ src/krb5-auth-dialog.c | 46 ++++++++++++++++++++++++++++++++++++++++------
+ 2 files changed, 59 insertions(+), 16 deletions(-)
+
+commit dcb76f361ed53d85901bcb0fed2a1c94569d00c9
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Tue Aug 17 19:31:14 2004 +0000
+
+ shut up CVS
+
+ etpo/.cvsignore | 6 ++++++
+ 1 files changed, 6 insertions(+), 0 deletions(-)
+
+commit 915143d4e33c2258353fdae273ebd87fa61f012b
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Tue Aug 17 19:29:03 2004 +0000
+
+ forgot this
+
+ src/dummy-strings.c | 645 +++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 645 insertions(+), 0 deletions(-)
+
+commit 7d2c876c01b7e2ebed3ff4487d4939c921f119dc
+Author: Jonathan Blandford <jrb@redhat.com>
+Date: Tue Aug 17 19:28:50 2004 +0000
+
+ Use gettext
+
+ Tue Aug 17 15:27:33 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * src/krb5-auth-dialog.c: Use gettext
+
+ * src/dummy-strings.c: Kerberos error messages to translate.
+
+ ChangeLog | 6 +
+ README | 4 +-
+ etpo/grammar.y | 20 +-
+ etpo/lexer.l | 35 +-
+ po/POTFILES.in | 2 +
+ po/krb5-auth-dialog.pot | 3080 ++++++++++++++++++++++++++++++++++++++++++++++-
+ src/krb5-auth-dialog.c | 17 +-
+ 7 files changed, 3116 insertions(+), 48 deletions(-)
+
+commit 39e69504088bda65a3f7c6c1b39fe61256dd7f9f
+Author: Jonathan Blandford <jrb@redhat.com>
+Date: Tue Aug 17 17:55:09 2004 +0000
+
+ Started changelog
+
+ Tue Aug 17 13:53:45 2004 Jonathan Blandford <jrb@redhat.com>
+
+ * ChangeLog: Started changelog
+
+ * etpo/*: New subdir to help with translations of kerberos.
+
+ ChangeLog | 6 ++
+ Makefile.am | 2 +-
+ README | 12 ++++-
+ autogen.sh | 2 +-
+ configure.ac | 3 +
+ etpo/Makefile.am | 6 ++
+ etpo/README | 8 +++
+ etpo/grammar.y | 76 ++++++++++++++++++++++++
+ etpo/lexer.l | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 9 files changed, 279 insertions(+), 3 deletions(-)
+
+commit eb52c49444de6c2d7f5de2569cf3c486a8082300
+Author: Christopher Aillon <caillon@src.gnome.org>
+Date: Tue Aug 17 17:43:39 2004 +0000
+
+ Preparation for using gnome session
+
+ configure.ac | 1 +
+ src/krb5-auth-dialog.c | 11 ++++++++++-
+ 2 files changed, 11 insertions(+), 1 deletions(-)
+
+commit 3e72ab13d91302179ad763ad0794b778484d4e39
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:42:04 2004 +0000
+
+ update-po
+
+ po/krb5-auth-dialog.pot | 14 +++-----------
+ 1 files changed, 3 insertions(+), 11 deletions(-)
+
+commit 9357e0c877835924d924baef5fac295b23a94239
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:40:41 2004 +0000
+
+ add a spec file
+
+ .cvsignore | 1 +
+ configure.ac | 1 +
+ krb5-auth-dialog.spec.in | 41 +++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 43 insertions(+), 0 deletions(-)
+
+commit e3447c1ddde1eb3aa6d29d0c56393920a5a5a197
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:23:17 2004 +0000
+
+ minor code cleanup
+
+ src/krb5-auth-dialog.c | 196 ++++++++++++++++++++++++------------------------
+ 1 files changed, 98 insertions(+), 98 deletions(-)
+
+commit 9b56d8959f80d463e4dde321c1bb645fd56fe71a
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:15:11 2004 +0000
+
+ Brag a bit; shut up CVS
+
+ .cvsignore | 12 ++++++++++++
+ AUTHORS | 2 ++
+ README | 2 ++
+ po/.cvsignore | 3 +++
+ src/.cvsignore | 3 +++
+ 5 files changed, 22 insertions(+), 0 deletions(-)
+
+commit c28fa3ea9736fc16427af635375c439c421e9e8e
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:10:50 2004 +0000
+
+ make some labels untranslatable
+
+ src/krb5-auth-dialog.glade | 8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 43cdd4ded927bd5e546ce1bc08ff56e8d92d4063
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:07:30 2004 +0000
+
+ Import new kerberos checking module
+
+commit 3b8fcc3f245e82471cbded29f098df9c0cdf3e4e
+Author: Jonathan Blandford <jrb@src.gnome.org>
+Date: Mon Aug 16 19:07:30 2004 +0000
+
+ Initial revision
+
+ Makefile.am | 1 +
+ autogen.sh | 21 ++++
+ configure.ac | 44 +++++++
+ po/ChangeLog | 11 ++
+ po/Makefile.in.in | 254 +++++++++++++++++++++++++++++++++++++++
+ po/POTFILES.in | 1 +
+ po/krb5-auth-dialog.pot | 37 ++++++
+ src/Makefile.am | 17 +++
+ src/krb5-auth-dialog.c | 282 ++++++++++++++++++++++++++++++++++++++++++++
+ src/krb5-auth-dialog.glade | 253 +++++++++++++++++++++++++++++++++++++++
+ 10 files changed, 921 insertions(+), 0 deletions(-)
bgstack15