aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* release 0.8guidog2009-01-10
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@117 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* add German translationguidog2009-01-10
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@116 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* pkint supportguidog2009-01-10
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@107 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* use get_error_message() when possibleguidog2009-01-10
| | | | | | since it gives clearer error messages git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@106 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* add gtksecentry/secmem from gpg pinentryguidog2009-01-10
| | | | | | code is licensed GPLv2 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@101 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* add a tray iconguidog2009-01-10
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@100 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2008-06-09 Colin Walters <walters@verbum.org>walters2008-06-09
| | | | | | | | | | | Bug 534515: cleanups * configure.in: Look for dbus-glib and not libgnome. Patch from from Guido Günther. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@75 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-07-24 Christopher Aillon <caillon@redhat.com>caillon2006-07-24
| | | | | | | * configure.ac: Release 0.7 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@65 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-04-18 Kjartan Maraas <kmaraas@gnome.org>kmaraas2006-04-18
| | | | | | | | * configure.ac: Remove obsolete entry for no_NO * po/no.po: And the translation git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@63 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-03-17 Christopher Aillon <caillon@redhat.com>caillon2006-03-18
| | | | | | | | | | | * 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 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@62 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-01-31 Christopher Aillon <caillon@redhat.com>caillon2006-01-31
| | | | | | | * configure.ac: Release 0.6 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@56 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-11-08 Christopher Aillon <caillon@redhat.com>caillon2005-11-08
| | | | | | | * configure.ac: Release 0.5 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@50 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* * configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable lifetimenalin2005-11-02
| | | | | | | | | | 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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@44 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* * configure.ac,src/krb5-auth-dialog.c: just test for the definitions of thenalin2005-11-02
| | | | | | | flags directly. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@43 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* * configure.ac: test for differences between the Heimdal and MIT Kerberos APIsnalin2005-11-02
| | | | | | | | * src/krb5-auth-dialog.c: abstract out differences in how credential flags and realm names are stored. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@41 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-11-01 Christopher Aillon <caillon@redhat.com>caillon2005-11-01
| | | | | | | * configure.ac: Release 0.4 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@39 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | * configure.ac: Release 0.3 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@36 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-29 Christopher Aillon <caillon@redhat.com>caillon2005-10-29
| | | | | | | | | | * configure.ac: * src/Makefile.am: * src/krb5-auth-dialog.c: Use libnm-glib for NetworkManager support instead of the NetworkManager D-BUS API. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@27 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2004-09-02 Colin Walters <walters@verbum.org>walters2004-09-02
| | | | | | | | | | | | | | | | * 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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@22 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2004-08-28 Diego Gonzalez <diego@pemas.net>caillon2004-08-29
| | | | | | | | | * configure.ac: add --with-heimdal * krb5-auth-dialog: modify to support heimdal if enabled * krb5-auth-dialog.glade: center the dialog git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@21 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2004-08-19 Kjartan Maraas <kmaraas@gnome.org>kmaraas2004-08-19
| | | | | | | * configure.ac: Added «nb» and «no» to ALL_LINGUAS. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@20 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Bumping to 0.2caillon2004-08-18
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@17 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Tue Aug 17 13:53:45 2004 Jonathan Blandford <jrb@redhat.com>jrb2004-08-17
| | | | | | | | | * ChangeLog: Started changelog * etpo/*: New subdir to help with translations of kerberos. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@12 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Preparation for using gnome sessioncaillon2004-08-17
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@11 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* add a spec filejrb2004-08-16
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@9 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Initial revisionjrb2004-08-16
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@2 517b70f8-ed25-0410-8bf6-f5db08f7b76e