aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* update the name and commentcaillon2006-01-31
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@55 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-01-31 Christopher Aillon <caillon@redhat.com>caillon2006-01-31
| | | | | | | | | | | | | | * 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 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@54 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* fix whitespacecaillon2006-01-31
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@53 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2006-01-31 Christopher Aillon <caillon@redhat.com>caillon2006-01-31
| | | | | | | | * src/krb5-auth-dialog.glade: Don't explicitly set the invisible_char to '*', get it from GTK+ git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@52 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
* get rid of spurious newlinecaillon2005-11-08
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@49 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Update .cvsignore to contain the generated manpagecaillon2005-11-03
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@48 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-11-03 Christopher Aillon <caillon@redhat.com>caillon2005-11-03
| | | | | | | | * src/krb5-auth-dialog.c: Consolidate how we figure out the expiry text git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@47 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-11-03 Christopher Aillon <caillon@redhat.com>caillon2005-11-03
| | | | | | | * src/krb5-auth-dialog.c: Use ngettext () where appropriate git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@46 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* * src/krb5-auth-dialog.1.in: add a man page.nalin2005-11-02
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@45 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
* * etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings aboutnalin2005-11-02
| | | | | | | implicitly-declared functions. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@42 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
* Updatekmaraas2005-11-02
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@40 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-11-01 Christopher Aillon <caillon@redhat.com>caillon2005-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@38 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-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | | | * Makefile.am: * src/Makefile.am: * src/dummy-strings.c: Make `make distcheck` happy git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@35 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Update .cvsignorecaillon2005-10-31
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@34 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | * src/krb5-auth-dialog.c: Memleak fixes Also, respect the hidden field of krb5_prompt git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@33 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | | * 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> git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@32 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | * src/krb5-auth-dialog.c: Set the application name. Also, say less 'kerberos' in user visible text. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@31 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | * src/krb5-auth-dialog.c: Update the credentials expiry time git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@30 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | * src/krb5-auth-dialog.c: No need to pass around our GladeXML since its a static global git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@29 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-31 Christopher Aillon <caillon@redhat.com>caillon2005-10-31
| | | | | | | | * src/krb5-auth-dialog.c: The dialog shouldn't have two labels reading 'Password:' so make the primary one have better text. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@28 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
* 2005-10-29 Christopher Aillon <caillon@redhat.com>caillon2005-10-29
| | | | | | | * Makefile.in.in: this is generated, no need to live in repository git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@26 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2005-10-29 Christopher Aillon <caillon@redhat.com>caillon2005-10-29
| | | | | | | * src/krb5-auth-dialog.c: Reformat using tabs instead of spaces git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@25 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Update BuildRequirescaillon2004-11-03
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@24 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* 2004-09-07 Christopher Aillon <caillon@redhat.com>caillon2004-09-07
| | | | | | | | | | | | * 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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@23 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
* 2004-08-19 Kjartan Maraas <kmaraas@gnome.org>kmaraas2004-08-19
| | | | | | | | * nb.po: Add this * no.po: and this git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@19 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
* Add status notifications for invalid passwords and how much time remains ↵caillon2004-08-18
| | | | | | until credentials expiry. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@16 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* shut up CVSjrb2004-08-17
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@15 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* forgot thisjrb2004-08-17
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@14 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Tue Aug 17 15:27:33 2004 Jonathan Blandford <jrb@redhat.com>jrb2004-08-17
| | | | | | | | | * src/krb5-auth-dialog.c: Use gettext * src/dummy-strings.c: Kerberos error messages to translate. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@13 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
* update-pojrb2004-08-16
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@10 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
* minor code cleanupjrb2004-08-16
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@8 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* Brag a bit; shut up CVSjrb2004-08-16
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@7 517b70f8-ed25-0410-8bf6-f5db08f7b76e
* make some labels untranslatablejrb2004-08-16
| | | | git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@6 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
* New repository initialized by cvs2svn.(no author)2004-08-16
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@1 517b70f8-ed25-0410-8bf6-f5db08f7b76e