# Generated by Makefile. Do not edit.

commit c69b7aed3f4a7801bdded38d3b3cc5d2ab33baad
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Apr 3 17:32:31 2010 +0200

    Release 0.15

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 16be06e1fd924f3792eb419324ecd816e61c5175
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Apr 3 17:34:59 2010 +0200

    About README

 README |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit c374a7f8dbe6ef40c65752e3f35635d50d6b9260
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 2 16:39:37 2010 +0200

    Add simple DBUS signal listener example

 Makefile.am             |    2 +-
 configure.ac            |    1 +
 examples/Makefile.am    |    2 +
 examples/tgt-signals.py |   76 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 1 deletions(-)

commit af7a2fe7f99c59c454624c0ddea2e6e59d33edb5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Apr 3 10:02:12 2010 +0200

    Updated Slovenian translation

 po/sl.po | 1112 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 586 insertions(+), 526 deletions(-)

commit 6657dffa9acf9bd9bc360709cc0b5d6a855df05a
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 2 16:13:56 2010 +0200

    Wire up ka_pwdialog_finalize

 src/krb5-auth-pwdialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit a1212c22e083c0d7c6a957e18c839426def29bbd
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 2 14:28:41 2010 +0200

    Update .gitignore files

 .gitignore             |    1 +
 help/.gitignore        |    4 +++-
 preferences/.gitignore |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)

commit f5940e34ffa6e42065a50273c9967f3c6c77fc5e
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Mar 25 21:41:18 2010 +0100

    Send DBUS signals on ticket acquisition, expiery and renewal
    
    allows external helpers to perform actions like running aklog.

 src/krb5-auth-applet-dbus.xml |   12 ++++++++++
 src/krb5-auth-applet.c        |   48 +++++++++++++++++++++++++++++++++++++++-
 src/krb5-auth-applet.h        |   10 ++++++++
 src/krb5-auth-dialog.c        |   32 +++++++++++++++++++++++++-
 src/krb5-auth-dialog.h        |    1 +
 5 files changed, 99 insertions(+), 4 deletions(-)

commit 8bf5bd61f7d5242f76ec0e73f40a013cfa01acad
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Apr 2 15:49:45 2010 +0300

    Updated Ukrainian translation

 po/uk.po |   92 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 71 insertions(+), 21 deletions(-)

commit ad5b2afd22bdf5e0af02c5de08b046671ce2b2bc
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Mar 21 19:38:35 2010 +0100

    Add Czech translation by Zdenek Hatas

 po/LINGUAS |    1 +
 po/cs.po   | 1691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1692 insertions(+), 0 deletions(-)

commit 27f584e90fb965aac0101dac23cd91e2304ee5c7
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Mar 20 17:41:27 2010 +0100

    Use gtk_status_icon_set_tooltip_text
    
    instead of the deprecated gtk_status_icon_set_tooltip

 src/krb5-auth-applet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 99af82aa7cdd7958314e6ecec22409155529f369
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Mar 20 17:36:02 2010 +0100

    Set icon name
    
    to help screenreaders

 src/krb5-auth-applet.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b95c26ebb9b57b813469ba15e78ba8fe2853de1c
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Feb 20 09:49:45 2010 +0100

    Updated Spanish translation

 po/es.po |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

commit 1be6b136ed491636e91ee0a3a05ae2a63ff33507
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Thu Feb 18 13:50:16 2010 +0100

    Updated Slovenian translation

 po/sl.po |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

commit ac8611db0d9be2280e95fd654d57843868df2b39
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 15 17:30:26 2009 +0200

    Mark pk_userid and pk_anchors as G_GNUC_UNUSED
    
    they're only used with MIT Kerberos.

 src/krb5-auth-dialog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 221ec2732acc5ac58ceaf67101614d8115268e14
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Feb 7 02:32:24 2010 +0100

    Enable silent build rules
    
    if available

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 592dc35e911170e58ba6698925ec664b20ca1abc
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Feb 4 19:02:13 2010 +0100

    Ignore SCC (sqlite) cache type
    
    since we'd need to monitor the db journal etc. too.

 src/krb5-auth-dialog.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 852e24e50d9f68c8458f14f62a38ada86a0084a1
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Jan 4 21:44:36 2010 +0100

    Fix build without libnotify

 src/krb5-auth-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e88520e03c0e45f12a23d2bb6fed1047b6b8bd9
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Thu Feb 4 19:14:53 2010 +0100

    Updated Slovenian translation

 po/sl.po |  153 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 65 insertions(+), 88 deletions(-)

commit 5a6c2e68fbfdd873d1a7d0fe3de7352393bf70df
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 23 20:29:14 2010 +0100

    Added sl for Slovenian translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6c4fbabe9bb09a74478e9d41886ec0b7ebf7b631
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Jan 23 20:29:08 2010 +0100

    Updated Slovenian translation

 po/sl.po | 1731 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1731 insertions(+), 0 deletions(-)

commit 8e5d97848b68f0972bfc2f4b09cc950ade602173
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Nov 2 12:25:49 2009 +0100

    Added Spanish translation

 po/es.po |   65 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 47 insertions(+), 18 deletions(-)

commit 81ece99bdcb17748e3ece5bb48e4902cf1224899
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Nov 1 19:19:45 2009 +0100

    release 0.14

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit 4fd24944efbe31f89cbb9384e8dc02f7dcbc82fc
Author: Guido Günther <agx@sigxcpu.org>
Date:   Wed Oct 28 07:43:42 2009 +0100

    Change seriesid to something unique
    
    BZ: #599725

 help/krb5-auth-dialog.omf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2620a7e910dfad2efdaf48c2c61587d42c887ac5
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Oct 19 23:26:42 2009 +0200

    Updated German translation

 po/de.po |  848 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 463 insertions(+), 385 deletions(-)

commit 4b6bf54f2f34e417619e4785af3fe110494f0bec
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Oct 16 23:53:53 2009 +0200

    Updated French translation

 po/fr.po |  807 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 390 insertions(+), 417 deletions(-)

commit f7da4928083f811897e7cd938ea331d18926f7b2
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Oct 9 19:49:06 2009 +0200

    make error dialog appear in the window list
    
    so it can still be closed if another window moves over it.

 src/krb5-auth-pwdialog.c |   49 +++++++++++++++++++++++++++++++--------------
 1 files changed, 34 insertions(+), 15 deletions(-)

commit 17f830245d522db0b950de993ff3e3fed5b56846
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 29 14:08:50 2009 +0200

    Add manpage for krb5-auth-dialog-preferences

 configure.ac                                  |    1 +
 preferences/Makefile.am                       |    2 ++
 preferences/krb5-auth-dialog-preferences.1.in |   22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

commit 545556973cfcc5bb033a5f32592e7da958566722
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 29 13:36:19 2009 +0200

    Use gtk_window_present instead of gtk_show_widget
    
    so the dialog is pushed into the foreground when selected from the menu.

 src/krb5-auth-tickets.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit beefba604239fbfb9ea4399af1c93139ad5b8bac
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 29 13:33:41 2009 +0200

    Add some ticket flags to the dialog

 src/krb5-auth-dialog.c  |    9 +++++++++
 src/krb5-auth-tickets.c |   41 ++++++++++++++++++++++++++++++++---------
 src/krb5-auth-tickets.h |    3 +++
 3 files changed, 44 insertions(+), 9 deletions(-)

commit 66006c1a43fbb831d6c98914f7f0711dd4fcdd21
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 29 12:34:46 2009 +0200

    Make ticket dialog non resizable
    
    This makes sure window managers like maximus don't try to automaxmize
    the dialog.

 src/krb5-auth-dialog.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 64a5d362a0e5a615512e5a2fe3d2b8123c076e93
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Sep 28 18:35:14 2009 +0200

    release 0.13

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 219b476f87afdabf57ab1ce2b715b3c343534e35
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Sep 28 18:40:30 2009 +0200

    add src/krb5-auth-tickets.c

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 126657ebfddb23aa3e3aa18f25f4afae00ecc24d
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Sep 17 00:33:57 2009 +0200

    check for krb5_free_error_message
    
    and make krb5_get_error_message mandatory. Fixes build with MIT
    Kerberos.

 configure.ac           |    5 ++++-
 src/krb5-auth-dialog.c |   20 ++++++++++++++++----
 2 files changed, 20 insertions(+), 5 deletions(-)

commit 255e2f0945151be86d97ba25d97bad4fd51344c4
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 15 18:30:04 2009 +0200

    warn on unsupported cache types

 src/krb5-auth-dialog.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit ccaf4225dd658c84bef222cc530cc8d21069cd72
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Sep 20 15:33:24 2009 +0200

    Updated Spanish translation

 po/es.po |   62 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 43 insertions(+), 19 deletions(-)

commit 78bed43978ec8d943abc0e55e9431a229fdc319e
Author: Fran Diéguez <fran.dieguez@glug.es>
Date:   Tue Sep 15 23:17:09 2009 +0200

    Updated Galician tRanslation

 po/gl.po |   74 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 46 insertions(+), 28 deletions(-)

commit 485b914708dfe900d83fe0082506a2cad2b35b02
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 15 14:24:28 2009 +0200

    add list of current tickets dialog

 src/Makefile.am          |    2 +
 src/krb5-auth-applet.c   |   18 +++++++-
 src/krb5-auth-dialog.c   |  112 +++++++++++++++++++++++++++++++++++++++++++---
 src/krb5-auth-dialog.h   |    1 +
 src/krb5-auth-dialog.xml |   62 +++++++++++++++++++++++++
 src/krb5-auth-tickets.c  |   93 ++++++++++++++++++++++++++++++++++++++
 src/krb5-auth-tickets.h  |   36 +++++++++++++++
 7 files changed, 316 insertions(+), 8 deletions(-)

commit 43ff324576e600ccf4b06be74282791d89b220e4
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 15 15:02:08 2009 +0200

    plug error message memory leak
    
    BZ: #538225

 src/krb5-auth-dialog.c |   44 ++++++++++++++++++++++++++++++--------------
 1 files changed, 30 insertions(+), 14 deletions(-)

commit 5f2bb056c67528a3c0172131e8f6b7da12ed7fa6
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Sep 7 19:19:20 2009 +0200

    prefs dialog launch error handling

 src/krb5-auth-applet.c |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 3b00f2ad157ca80259c24e5490bea6fee7927eaa
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Sep 7 17:04:44 2009 +0200

    enhance error message for UI xml loading

 src/krb5-auth-applet.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 68e5f7a533f46a1fd7e81056595c3d32ca6e4f9f
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Sep 15 14:20:57 2009 +0200

    fix email address typos

 preferences/krb5-auth-dialog-preferences.c |    2 +-
 src/krb5-auth-applet.c                     |    2 +-
 src/krb5-auth-dialog.c                     |    2 +-
 src/krb5-auth-tools.c                      |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 7b5c6b54c17f9fbe27a8ffb096690b9dee2fefbd
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Sep 3 19:11:35 2009 +0200

    Complete information for bugbuddy
    
    BZ: #593989

 .../krb5-auth-dialog-preferences.desktop.in        |    1 +
 src/krb5-auth-dialog.desktop.in                    |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit d247ce6bb749fdb84bb6826e66d3d416bc47e68e
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Aug 30 19:06:42 2009 +0200

    remove unused GtkImage with duplicate id
    
    BZ: #593389

 preferences/krb5-auth-dialog-preferences.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 3c780a0aaa80b1a13684592f0bcda802116ea289
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Aug 30 19:04:41 2009 +0200

    enhance error message for UI xml loading

 preferences/krb5-auth-dialog-preferences.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 0a5ebf8c8a68bffc6eb650e268f584bbdfba148c
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Aug 9 14:11:19 2009 +0200

    fix icon path for prefs dialog

 preferences/Makefile.am                    |    1 +
 preferences/krb5-auth-dialog-preferences.c |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 4a84a570a4d3b0d1d91a4091a29b36ac5462125b
Author: Guido Günther <agx@sigxcpu.org>
Date:   Wed Jul 29 10:29:12 2009 +0200

    clear error on return path

 src/krb5-auth-dbus.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 920564fc9c42567e19b8cfa6d5a2cff271b95c6f
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Jul 26 13:36:22 2009 +0200

    check for errors when sending notifications

 src/krb5-auth-applet.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 438f731923c5c1d9d80f63b640323783eb932148
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Jul 24 12:26:30 2009 +0200

    free nm and g_option context

 src/krb5-auth-dialog.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

commit 53f36480b82cfd3649bf4488c287112a1d8676f2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Jul 24 19:36:00 2009 +0200

    Updated Spanish translation

 po/es.po |   82 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 46 insertions(+), 36 deletions(-)

commit 466cd8af9f0fc53556d89680f7892f97f25ca641
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Jul 23 06:28:44 2009 +0800

    Added Traditional Chinese translation (Hong Kong and Taiwan)

 po/LINGUAS  |    2 +
 po/zh_HK.po | 1653 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po | 1653 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3308 insertions(+), 0 deletions(-)

commit d1a21b6d78be240061fcbc6e19e7b41167fe2524
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 21 20:01:52 2009 +0200

    Updated Spanish translation

 po/es.po |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit 944a5442ea99f894325be774b0767856ea31c7ac
Author: Antón Méixome <meixome@mancomun.org>
Date:   Tue Jul 21 19:09:16 2009 +0200

    Added Galician Translation

 po/LINGUAS |    1 +
 po/gl.po   | 1745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1746 insertions(+), 0 deletions(-)

commit 7e3239c48ce4d843f6569ccea1393a5c773e9cde
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 19 21:09:39 2009 +0200

    Updated Spanish translation

 po/es.po |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

commit 290fd41d7848602f233ed90cf4b8862dd29b6158
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 19 13:15:18 2009 +0200

    Updated Spanish translation

 po/es.po |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit e27cf0a9b7c4cfe1416dddf9357b57812d82569d
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Jul 13 17:57:14 2009 +0200

    release 0.12

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit 9320ca0d8254d5ce931994eadbc0b6c3dbac97a7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 12 21:59:49 2009 +0200

    Updated Spanish translation

 po/es.po |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

commit ef4f8ae34046a6e81d67c3554ed1ce375bdf7678
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Jul 12 13:00:44 2009 +0200

    Updated Spanish translation

 po/es.po |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit f5b7c656213a924e241f93fd896e66b25df4184d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 9 21:19:31 2009 +0200

    Updated Spanish translation

 help/es/es.po |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit ef074487d5299934241d0b77c4140e6f7c16a823
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 9 21:19:26 2009 +0200

    Updated Spanish translation

 po/es.po |   53 ++++++++++++++++++++++++-----------------------------
 1 files changed, 24 insertions(+), 29 deletions(-)

commit c8ec676ac95a660a532adc12355ae52ed546e367
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jul 9 11:24:50 2009 +0300

    Updated Ukrainian translation

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d93881444490f93499f2f7c3404246edc50b5a32
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jul 9 11:22:08 2009 +0300

    Updated Ukrainian translation

 po/uk.po | 1669 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1669 insertions(+), 0 deletions(-)

commit 0ccbc9f426450aa8840f9166e6c98a48dd4fb54c
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jul 5 11:30:47 2009 +0200

    Updated Spanish translation

 po/es.po |  278 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 154 insertions(+), 124 deletions(-)

commit 1a4aba5b7a71dc913d9ba215b023879766a41b91
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Jul 2 14:33:06 2009 +0200

    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.

 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(-)

commit 0755f8e9cb0111c26512c2a5c682adf2df29e4c6
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Jun 16 21:48:48 2009 +0200

    convert to 48x48 png

 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(-)

commit df1827eaf8b54665a34bdaf1b461f41db0bd0fd1
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Jun 16 21:46:23 2009 +0200

    Add new scalable icons
    
    to reduce confusion with gtk-dialog-authentication

 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(-)

commit 67419082b285bbf7852933a5322aff79637c1e20
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Jul 2 13:50:09 2009 +0200

    Explain _("translator-credits")
    
    as propoes by Andre Klapper

 src/krb5-auth-applet.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f772cc0efe41062fa494f9bf5dabb96993a2575e
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Jul 2 13:42:28 2009 +0200

    Don't mark properties as translatable
    
    they're never seen by the user

 gtksecentry/gtksecentry.c |   51 +++++++++++++++-----------------------------
 1 files changed, 18 insertions(+), 33 deletions(-)

commit ffc48dcc8e4328a531f31c8ae11c3151f184add4
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Jul 2 13:31:00 2009 +0200

    fix typo
    
    Thanks to Jorge González
    BZ: #587199

 help/C/krb5-auth-dialog.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d7678acba9c4f60b7b7342ed52a6a41976e44c74
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Jun 22 11:07:15 2009 +0200

    Ease PKINT with smartcard setup
    
    and add filechooser dialog for certificates

 configure.ac                                 |   10 +
 preferences/krb5-auth-dialog-preferences.c   |  160 +++++++++++++++-
 preferences/krb5-auth-dialog-preferences.xml |  271 ++++++++++++++++----------
 3 files changed, 332 insertions(+), 109 deletions(-)

commit 2ad5e90d3191b417efe36a2a033ce6fab3830e76
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Jun 23 01:57:44 2009 +0200

    add back warning cflags

 preferences/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d20d7e55ffe1d25c6fa7dc8d2f09ce5e944a26f3
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Jun 28 19:01:14 2009 +0200

    switch to automatic ChangeLog generation

 Makefile.am |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit d2f2b4d37d18b83d2aa83741dba3ce27a1678414
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:27:58 2009 +0200

    Added translated figure

 help/es/figures/ka-expired.png |  Bin 11304 -> 11279 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit c899e5ab5f3c64f26b155632ce4f7c19ed92e984
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:27:49 2009 +0200

    Added translated figure

 help/es/figures/ka-valid.png |  Bin 11438 -> 11351 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 9b419a2e31402f443f0b78970964646ccbc7af27
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:24:14 2009 +0200

    Added translated figure

 help/es/figures/ka-valid.png |  Bin 0 -> 11438 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit f1c92168c9d145c8bb3696861447942fa32549c6
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:24:07 2009 +0200

    Added translated figure

 help/es/figures/ka-expiring.png |  Bin 0 -> 11427 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit d2fc464cbc637db5cf70f98b1c36f6a9938b8a06
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:23:56 2009 +0200

    Added translated figure

 help/es/figures/ka-expired.png |  Bin 0 -> 11304 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 8c18e885af80ab7c8db2167058696fe843a7fbf4
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 16:23:27 2009 +0200

    Updated Spanish translation

 po/es.po |  138 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 69 insertions(+), 69 deletions(-)

commit 9e8e15d419f7b441848b5c57bbf5b3c5138e9ff5
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 15:57:59 2009 +0200

    Updated Spanish translation

 help/es/es.po |   82 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 70 insertions(+), 12 deletions(-)

commit eae48680527a04366aebb397ab9453b0801b92ba
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 21 17:41:09 2009 +0200

    Updated Spanish translation

 po/es.po |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 32 insertions(+), 33 deletions(-)

commit e24031b764e6067e91b117344ed2a96274ca3f1e
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 21 12:02:19 2009 +0200

    Added initial Spanish translation

 help/es/es.po |  514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 514 insertions(+), 0 deletions(-)

commit 7b6d6e6bf498be89c87bdc9ef64b0b2310885f73
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 21 12:01:57 2009 +0200

    Added es to DOC_LINGUAS

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5db10b3a3d99ba04292c6608cfd1d175d0c2b426
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jun 17 08:11:19 2009 +0200

    Added sv to DOC_LINGUAS

 help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8de23cd7cc2a4765b49222b82953bb2d4d5e3f63
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jun 17 08:10:43 2009 +0200

    Added Swedish manual translation

 help/sv/sv.po |  345 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 345 insertions(+), 0 deletions(-)

commit 234fe14a7561561724bb4fb35e9a0d1eb4ea0559
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 18:09:22 2009 +0200

    release 0.11

 ChangeLog    |    5 +++++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)

commit 99603d8759be22bb2098e1999ad19b6e32288eaa
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 18:22:42 2009 +0200

    update German translation

 po/de.po |  681 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 325 insertions(+), 356 deletions(-)

commit a0740795f106d12b92240f5ccf940335f1416582
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon Jun 15 17:56:40 2009 +0200

    fix build of German translation

 help/de/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9adf604dcea97e9862969863d83d53d3c4bc9ca0
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jun 15 11:51:17 2009 +0200

    Added German doc translation

 help/Makefile.am |    2 +-
 help/de/de.po    |  519 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 520 insertions(+), 1 deletions(-)

commit 288e248b5853ce0e3fadd4a362ee16e927f13620
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 14 12:32:52 2009 +0200

    Updated Spanish translation

 po/es.po |  588 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 291 insertions(+), 297 deletions(-)

commit 56fcbcd45506de6ae3a5a4f34213949d71180300
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jun 14 11:47:27 2009 +0200

    Updated sv translation (Daniel Nylander)

 po/sv.po |  746 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 345 insertions(+), 401 deletions(-)

commit 73c1baacc5ce8129020940a1789466e1579078c7
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 18:18:51 2009 +0200

    fix typo

 ChangeLog                                    |    4 ++++
 preferences/krb5-auth-dialog-preferences.xml |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 5b7392d972f2e4aa9422af61a9bb0ec25f864925
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 17:56:09 2009 +0200

    add note for translators

 ChangeLog           |    5 +++++
 etpo/lexer.l        |    6 +++++-
 src/dummy-strings.c |    5 +++++
 3 files changed, 15 insertions(+), 1 deletions(-)

commit 4b6d744ac0b6eecd964bcf41d80d2d272d6c0726
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 17:37:45 2009 +0200

    use gtk_image_menu_item_new_from_stock for stock menu entries

 ChangeLog              |    5 +++++
 src/krb5-auth-applet.c |   16 ++++------------
 2 files changed, 9 insertions(+), 12 deletions(-)

commit 199488c4fa804c07b72153ed7100801fc956457f
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sat Jun 13 17:15:26 2009 +0200

    remove generated po/krb5-auth-dialog.pot
    
    BZ: #585635

 ChangeLog               |    6 +
 po/.gitignore           |    1 +
 po/krb5-auth-dialog.pot | 1719 -----------------------------------------------
 3 files changed, 7 insertions(+), 1719 deletions(-)

commit d0b1cc26ae6e77f19fdc03b6b507fef26400011d
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 13 13:27:27 2009 +0200

    Updated Spanish translation

 po/es.po |  161 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 83 insertions(+), 78 deletions(-)

commit e5732ce229922e51866ef2c2c001a1f99a4aaf9c
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 13 12:46:16 2009 +0200

    add French translation

 po/LINGUAS |    1 +
 po/fr.po   | 1758 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1759 insertions(+), 0 deletions(-)

commit 6a13af9075e7fc89e5398d747ba9802ccf7eb71d
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 13 12:27:00 2009 +0200

    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

 .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(-)

commit 4305f026ffdac76d97f14a65b18d09e570ced6bd
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue May 26 19:10:08 2009 +0200

    Updated Spanish translation

 po/es.po |   42 +++++++++++++++++++++++++++---------------
 1 files changed, 27 insertions(+), 15 deletions(-)

commit fe515c69334b2686788c04836e76ee63737f3a33
Author: A S Alam <aalam@users.sf.net>
Date:   Tue May 26 06:21:56 2009 +0530

    Updating Punjabi file with CHARSET varible and add to LINGUAS

 po/LINGUAS |    1 +
 po/pa.po   |   91 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 50 insertions(+), 42 deletions(-)

commit c7c1ed3d1c730b9bb6202f025d0441f7f4d13c4c
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 22 15:04:20 2009 +0200

    update about dialog

 ChangeLog              |    4 ++++
 src/krb5-auth-applet.c |   48 +++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 47 insertions(+), 5 deletions(-)

commit 317694f62ac35ab4417658e74dbcb18ab48adf71
Author: Guido Günther <agx@sigxcpu.org>
Date:   Mon May 25 18:12:24 2009 +0200

    release 0.10

 ChangeLog    |    5 +++++
 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 1 deletions(-)

commit b1771efe77d21b277377a718015f04897143f5e5
Author: A S Alam <aalam@users.sf.net>
Date:   Mon May 25 22:08:42 2009 +0530

    Add Punjabi (Gurmukhi) Translation

 po/pa.po | 1704 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1704 insertions(+), 0 deletions(-)

commit dc0b6e007a86f2e4fdb85e0b45902d8b3f404aed
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun May 24 15:58:44 2009 +0200

    Updated Spanish translation

 po/es.po |   63 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 34 insertions(+), 29 deletions(-)

commit 6a3456925f6075b1def514d514bbe023030cdbd2
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 22 15:40:43 2009 +0200

    add missing missing line continuation

 ChangeLog       |    4 ++++
 src/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e1e27672e7a5f81320f3abeca1c0ecd2f11e28d0
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Wed May 20 20:09:17 2009 +0200

    Updated Spanish translation

 po/es.po | 1708 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1708 insertions(+), 0 deletions(-)

commit 111b4e82aa6546aebf172784be79929f7508102f
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Wed May 20 20:08:46 2009 +0200

    Added es to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 03e53f40fa38e61988b240aa1d99a570d0cbd2e1
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue May 19 19:47:57 2009 +0200

    allow notifications to be turned off

 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(-)

commit 476ac3ebc7150d153afea26fea59dacd7c752f5c
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 15 18:33:07 2009 +0200

    update translatable strings

 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(-)

commit 0ed20a2f652ab45c57c9369b8dad08ae2edb3605
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 15 18:21:59 2009 +0200

    better match the output to the handcrafted version we shipped

 ChangeLog           |    5 +++++
 etpo/lexer.l        |    4 ++--
 src/dummy-strings.c |    5 ++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit 850eb54cfe348c6d47601594af5a8b03fa6b000f
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 15 17:30:26 2009 +0200

    reduce number of translations
    
    by filtering the error messages extracted from Kerberos's .et files.

 ChangeLog           |    7 +
 etpo/Makefile.am    |   15 ++
 src/dummy-strings.c |  458 ++++----------------------------------------------
 3 files changed, 59 insertions(+), 421 deletions(-)

commit f58a7c6edec6f163cf6b0fdca2a7ee64445feac7
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri May 15 18:57:26 2009 +0200

    mark GtKBuilder ui files as glade
    
    so the get picked up by intltool

 ChangeLog      |    5 +++++
 po/POTFILES.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 059c4921f2fbeb255a3b6ea3a79907a46927e1a3
Author: Guido Günther <agx@sigxcpu.org>
Date:   Wed May 13 22:10:04 2009 +0200

    try to translate Kerberos error messages

 ChangeLog              |    5 +++++
 src/krb5-auth-dialog.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

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

 .cvsignore      |   31 -------------------------------
 ChangeLog       |    8 ++++++++
 etpo/.cvsignore |    6 ------
 po/.cvsignore   |   10 ----------
 src/.cvsignore  |    5 -----
 5 files changed, 8 insertions(+), 52 deletions(-)

commit 3d9352459f8cbab47f64f4a1fee36909a212cd5d
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun May 3 16:20:09 2009 +0200

    add sv to ALL_LINGUAS

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f86a7132ef409bf6c0bdcbc1d5a05ab84d92abc3
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 30 18:07:46 2009 +0200

    release 0.9.1

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit ababced84c1b23fa8628c2cbe66333e953c8b7cf
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 30 17:57:31 2009 +0200

    add missing dbus service description

 ChangeLog       |    5 +++++
 src/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ec60300c9c273d1110f067393bfcc81d305899a9
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 24 10:42:21 2009 +0200

    query current invisiable char from GtkEntry
    
    and set it for GtkSecureEntry too. Patch by Matthias Clasen.

 ChangeLog                |    6 ++++++
 src/krb5-auth-pwdialog.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit f98c6b79542082e03db771b990b4ffedae8ead80
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 24 10:20:06 2009 +0200

    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).

 ChangeLog                 |    7 +++++++
 gtksecentry/gtksecentry.c |   13 +++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit b46206faf606d7ea9c1f459e8afc4a78b531efce
Author: Guido Günther <agx@sigxcpu.org>
Date:   Fri Apr 24 09:40:46 2009 +0200

    add Matthias Clasen

 AUTHORS |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 6be2df896a34f1cfd22ea5acdff7a56f012a3717
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 23 21:06:19 2009 +0200

    Don't show notification before the applet is embedded in the panel
    
    based on a patch for 0.8 by Matthias Clasen

 ChangeLog              |    9 +++++++++
 src/krb5-auth-applet.c |   35 ++++++++++++++++++++++++++++-------
 2 files changed, 37 insertions(+), 7 deletions(-)

commit 3c27e64b15a084f7cdc3923b7f4085e5a6820222
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 23 18:35:53 2009 +0200

    release 0.9

 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 2b18ebf83cdaf568132b3a83db0b28100e1eb2fa
Merge: e864b1d 6c8adc9
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 23 12:28:03 2009 +0200

    Merge branch 'fixups'

commit 6c8adc9f705ba9feda899a04c980ebc59f6db6d1
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Mar 15 19:59:42 2009 +0100

    Update NEWS

 ChangeLog |    4 ++++
 NEWS      |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

commit 082929a0feab7c2e05a7a72411d015c06bf2be7a
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 9 12:55:16 2009 +0200

    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.

 ChangeLog              |    9 +++++++++
 src/krb5-auth-dialog.c |   16 ++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)

commit 57f535e85d6ccbf55369533745d4426fd8846b5b
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Apr 14 22:33:07 2009 +0200

    drop "Password:" from dialog
    
    it's in the kerberos prompt and confusing if prompted for a PIN.

 ChangeLog                  |    7 +
 src/krb5-auth-dialog.glade |  385 ++++++++++++++++----------------------------
 src/krb5-auth-pwdialog.c   |    4 +-
 3 files changed, 145 insertions(+), 251 deletions(-)

commit e864b1d114d7878f131293866bb0ec5f2e851981
Author: Guido Günther <agx@sigxcpu.org>
Date:   Sun Mar 15 19:59:42 2009 +0100

    Update NEWS

 NEWS |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit bd9906921b319351916ced169e57574359b2c36d
Author: Guido Günther <agx@sigxcpu.org>
Date:   Thu Apr 9 12:55:16 2009 +0200

    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 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit bd85050180403b362e529dda521915eeebca9320
Author: Guido Günther <agx@sigxcpu.org>
Date:   Tue Apr 14 22:33:07 2009 +0200

    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(-)
