jelmer/krb5-auth-dialog.git
15 years agos/refreshable/renewable/g master
Guido Guenther [Sat, 9 Aug 2008 13:29:12 +0000 (15:29 +0200)]
s/refreshable/renewable/g

like everywhere else

15 years agodon't popup the dialog if we have a tray icon
Guido Guenther [Fri, 13 Jun 2008 10:09:50 +0000 (12:09 +0200)]
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).

15 years agoset a more gnomeisch invisible-char
Guido Guenther [Sat, 14 Jun 2008 16:53:15 +0000 (18:53 +0200)]
set a more gnomeisch invisible-char

15 years agoremove width_request from krb5_auth_message_label
Guido Guenther [Sat, 14 Jun 2008 13:07:46 +0000 (15:07 +0200)]
remove width_request from krb5_auth_message_label

so we display the whole principal name instead of cutting it off at an
arbitrary position

15 years agouse GtkSecureEntry instead of GtkEntry for the password entry
Guido Guenther [Thu, 12 Jun 2008 08:03:04 +0000 (10:03 +0200)]
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.

15 years agomove dbus handling into a separate file
Guido Guenther [Thu, 12 Jun 2008 08:01:47 +0000 (10:01 +0200)]
move dbus handling into a separate file

15 years agoadd gtksecentry/secmem from gpg pinentry
Guido Guenther [Sat, 7 Jun 2008 13:33:41 +0000 (15:33 +0200)]
add gtksecentry/secmem from gpg pinentry

Code lis licensed GPLv2

15 years agoadd manpage section
Guido Guenther [Sun, 8 Jun 2008 15:46:04 +0000 (17:46 +0200)]
add manpage section

15 years agoremove duplicte exec form desktop file and fix comment
Guido Guenther [Sun, 8 Jun 2008 15:46:53 +0000 (17:46 +0200)]
remove duplicte exec form desktop file and fix comment

15 years agoadd a tray icon
Guido Guenther [Tue, 10 Jun 2008 18:05:57 +0000 (20:05 +0200)]
add a tray icon

Indicates via an icon if we have valid credentials, allows to refresh
credentials immediately, allows to quit application, allows to drop
credentials cache. The icon is hideable via gconf. Messages are
displayed via libnotify.

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 20:03:38 +0000 (20:03 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@78 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 19:58:45 +0000 (19:58 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@77 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 19:49:21 +0000 (19:49 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@76 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 19:08:47 +0000 (19:08 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@75 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 19:07:53 +0000 (19:07 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@74 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 19:06:52 +0000 (19:06 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@73 517b70f8-ed25-0410-8bf6-f5db08f7b76e

15 years ago+2008-06-09 Colin Walters <walters@verbum.org>
walters [Mon, 9 Jun 2008 18:00:13 +0000 (18:00 +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.
+

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@72 517b70f8-ed25-0410-8bf6-f5db08f7b76e

16 years ago 2008-03-22 Colin Walters <walters@verbum.org>
walters [Sat, 22 Mar 2008 05:07:06 +0000 (05:07 +0000)]
 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.
+

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@71 517b70f8-ed25-0410-8bf6-f5db08f7b76e

16 years ago+2008-03-22 Colin Walters <walters@verbum.org>
walters [Sat, 22 Mar 2008 04:26:58 +0000 (04:26 +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.
+

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@70 517b70f8-ed25-0410-8bf6-f5db08f7b76e

16 years agoNew file.
walters [Sat, 22 Mar 2008 04:26:46 +0000 (04:26 +0000)]
New file.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@69 517b70f8-ed25-0410-8bf6-f5db08f7b76e

16 years ago2007-11-02 Kjartan Maraas,,23491770 <kmaraas@gnome.org>
kmaraas [Fri, 2 Nov 2007 12:29:30 +0000 (12:29 +0000)]
2007-11-02  Kjartan Maraas,,23491770  <kmaraas@gnome.org>

* POTFILES.in: Add .desktop.in file.
* nb.po: Updated Norwegian bokmål translation.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@68 517b70f8-ed25-0410-8bf6-f5db08f7b76e

17 years ago2006-10-29 Christopher Aillon <caillon@redhat.com>
caillon [Sun, 29 Oct 2006 22:46:33 +0000 (22:46 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@67 517b70f8-ed25-0410-8bf6-f5db08f7b76e

17 years ago2006-10-29 Christopher Aillon <caillon@redhat.com>
caillon [Sun, 29 Oct 2006 17:42:34 +0000 (17:42 +0000)]
2006-10-29  Christopher Aillon  <caillon@redhat.com>

* src/krb5-auth-dialog.c: Clean up the #ifdefs to
make things slightly more readable.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@66 517b70f8-ed25-0410-8bf6-f5db08f7b76e

17 years ago2006-07-24 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 24 Jul 2006 17:59:24 +0000 (17:59 +0000)]
2006-07-24  Christopher Aillon  <caillon@redhat.com>

* configure.ac: Release 0.7

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@65 517b70f8-ed25-0410-8bf6-f5db08f7b76e

17 years ago2006-07-24 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 24 Jul 2006 17:48:24 +0000 (17:48 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@64 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2006-04-18 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Tue, 18 Apr 2006 06:08:07 +0000 (06:08 +0000)]
2006-04-18  Kjartan Maraas  <kmaraas@gnome.org>

* 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

18 years ago2006-03-17 Christopher Aillon <caillon@redhat.com>
caillon [Sat, 18 Mar 2006 00:21:08 +0000 (00:21 +0000)]
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

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@62 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* src/krb5-auth-dialog.c: keep track of whether or not the user explicitly
nalin [Thu, 2 Feb 2006 02:51:12 +0000 (02:51 +0000)]
* 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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@61 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* src/krb5-auth-dialog.c(krb5_gtk_prompter): rename to avoid polluting
nalin [Wed, 1 Feb 2006 22:11:34 +0000 (22:11 +0000)]
* 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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@60 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* README: correct a typo
nalin [Wed, 1 Feb 2006 18:05:34 +0000 (18:05 +0000)]
* README: correct a typo

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@59 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
nalin [Wed, 1 Feb 2006 18:05:14 +0000 (18:05 +0000)]
* src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
were passing an int where a pointer was expected

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@58 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2006-01-31 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 31 Jan 2006 06:49:30 +0000 (06:49 +0000)]
2006-01-31  Christopher Aillon  <caillon@redhat.com>

* configure.ac: Release 0.6

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@56 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years agoupdate the name and comment
caillon [Tue, 31 Jan 2006 06:48:30 +0000 (06:48 +0000)]
update the name and comment

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@55 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2006-01-31 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 31 Jan 2006 05:41:57 +0000 (05:41 +0000)]
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

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@54 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years agofix whitespace
caillon [Tue, 31 Jan 2006 05:37:16 +0000 (05:37 +0000)]
fix whitespace

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@53 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2006-01-31 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 31 Jan 2006 05:19:15 +0000 (05:19 +0000)]
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+

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@52 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-11-08 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 8 Nov 2005 19:45:41 +0000 (19:45 +0000)]
2005-11-08  Christopher Aillon  <caillon@redhat.com>

* configure.ac: Release 0.5

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@50 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years agoget rid of spurious newline
caillon [Tue, 8 Nov 2005 18:43:09 +0000 (18:43 +0000)]
get rid of spurious newline

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@49 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years agoUpdate .cvsignore to contain the generated manpage
caillon [Thu, 3 Nov 2005 23:07:03 +0000 (23:07 +0000)]
Update .cvsignore to contain the generated manpage

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@48 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-11-03 Christopher Aillon <caillon@redhat.com>
caillon [Thu, 3 Nov 2005 23:05:10 +0000 (23:05 +0000)]
2005-11-03  Christopher Aillon  <caillon@redhat.com>

* 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

18 years ago2005-11-03 Christopher Aillon <caillon@redhat.com>
caillon [Thu, 3 Nov 2005 21:13:33 +0000 (21:13 +0000)]
2005-11-03  Christopher Aillon  <caillon@redhat.com>

* 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

18 years ago* src/krb5-auth-dialog.1.in: add a man page.
nalin [Wed, 2 Nov 2005 23:50:54 +0000 (23:50 +0000)]
* src/krb5-auth-dialog.1.in: add a man page.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@45 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* configure.ac,src/krb5-auth-dialog.c: make the minimum acceptable lifetime
nalin [Wed, 2 Nov 2005 23:49:40 +0000 (23:49 +0000)]
* 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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@44 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* configure.ac,src/krb5-auth-dialog.c: just test for the definitions of the
nalin [Wed, 2 Nov 2005 23:26:57 +0000 (23:26 +0000)]
* configure.ac,src/krb5-auth-dialog.c: just test for the definitions of the
flags directly.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@43 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings about
nalin [Wed, 2 Nov 2005 23:11:08 +0000 (23:11 +0000)]
* etpo/lexer.l,etpo/grammar.y: silence a couple of compiler warnings about
implicitly-declared functions.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@42 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago* configure.ac: test for differences between the Heimdal and MIT Kerberos APIs
nalin [Wed, 2 Nov 2005 23:10:01 +0000 (23:10 +0000)]
* 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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@41 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years agoUpdate
kmaraas [Wed, 2 Nov 2005 09:37:10 +0000 (09:37 +0000)]
Update

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@40 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-11-01 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 1 Nov 2005 17:47:46 +0000 (17:47 +0000)]
2005-11-01  Christopher Aillon  <caillon@redhat.com>

* configure.ac: Release 0.4

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@39 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-11-01 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 1 Nov 2005 13:35:01 +0000 (13:35 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@38 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 22:01:17 +0000 (22:01 +0000)]
2005-10-31  Christopher Aillon  <caillon@redhat.com>

* configure.ac: Release 0.3

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@36 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 21:55:46 +0000 (21:55 +0000)]
2005-10-31  Christopher Aillon  <caillon@redhat.com>

* 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

18 years agoUpdate .cvsignore
caillon [Mon, 31 Oct 2005 19:53:49 +0000 (19:53 +0000)]
Update .cvsignore

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@34 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 19:45:12 +0000 (19:45 +0000)]
2005-10-31  Christopher Aillon  <caillon@redhat.com>

* 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

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 18:15:52 +0000 (18:15 +0000)]
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>

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@32 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 07:22:41 +0000 (07:22 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@31 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 07:05:30 +0000 (07:05 +0000)]
2005-10-31  Christopher Aillon  <caillon@redhat.com>

* 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

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 06:01:46 +0000 (06:01 +0000)]
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

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@29 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-31 Christopher Aillon <caillon@redhat.com>
caillon [Mon, 31 Oct 2005 05:55:04 +0000 (05:55 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@28 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-29 Christopher Aillon <caillon@redhat.com>
caillon [Sat, 29 Oct 2005 18:42:16 +0000 (18:42 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@27 517b70f8-ed25-0410-8bf6-f5db08f7b76e

18 years ago2005-10-29 Christopher Aillon <caillon@redhat.com>
caillon [Sat, 29 Oct 2005 07:17:38 +0000 (07:17 +0000)]
2005-10-29  Christopher Aillon  <caillon@redhat.com>

* 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

18 years ago2005-10-29 Christopher Aillon <caillon@redhat.com>
caillon [Sat, 29 Oct 2005 06:25:42 +0000 (06:25 +0000)]
2005-10-29  Christopher Aillon  <caillon@redhat.com>

* 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

19 years agoUpdate BuildRequires
caillon [Wed, 3 Nov 2004 21:21:19 +0000 (21:21 +0000)]
Update BuildRequires

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@24 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years ago2004-09-07 Christopher Aillon <caillon@redhat.com>
caillon [Tue, 7 Sep 2004 19:51:30 +0000 (19:51 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@23 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years ago2004-09-02 Colin Walters <walters@verbum.org>
walters [Thu, 2 Sep 2004 05:00:59 +0000 (05:00 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@22 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years ago2004-08-28 Diego Gonzalez <diego@pemas.net>
caillon [Sun, 29 Aug 2004 19:55:25 +0000 (19:55 +0000)]
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

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@21 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years ago2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Thu, 19 Aug 2004 15:20:15 +0000 (15:20 +0000)]
2004-08-19  Kjartan Maraas  <kmaraas@gnome.org>

* 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

19 years ago2004-08-19 Kjartan Maraas <kmaraas@gnome.org>
kmaraas [Thu, 19 Aug 2004 15:19:47 +0000 (15:19 +0000)]
2004-08-19  Kjartan Maraas  <kmaraas@gnome.org>

* 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

19 years agoBumping to 0.2
caillon [Wed, 18 Aug 2004 21:39:53 +0000 (21:39 +0000)]
Bumping to 0.2

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@17 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoAdd status notifications for invalid passwords and how much time remains until creden...
caillon [Wed, 18 Aug 2004 21:23:59 +0000 (21:23 +0000)]
Add status notifications for invalid passwords and how much time remains until credentials expiry.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@16 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoshut up CVS
jrb [Tue, 17 Aug 2004 19:31:14 +0000 (19:31 +0000)]
shut up CVS

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@15 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoforgot this
jrb [Tue, 17 Aug 2004 19:29:03 +0000 (19:29 +0000)]
forgot this

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@14 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoTue Aug 17 15:27:33 2004 Jonathan Blandford <jrb@redhat.com>
jrb [Tue, 17 Aug 2004 19:28:50 +0000 (19:28 +0000)]
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.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@13 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoTue Aug 17 13:53:45 2004 Jonathan Blandford <jrb@redhat.com>
jrb [Tue, 17 Aug 2004 17:55:09 +0000 (17:55 +0000)]
Tue Aug 17 13:53:45 2004  Jonathan Blandford  <jrb@redhat.com>

        * 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

19 years agoPreparation for using gnome session
caillon [Tue, 17 Aug 2004 17:43:39 +0000 (17:43 +0000)]
Preparation for using gnome session

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@11 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoupdate-po
jrb [Mon, 16 Aug 2004 19:42:04 +0000 (19:42 +0000)]
update-po

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@10 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoadd a spec file
jrb [Mon, 16 Aug 2004 19:40:41 +0000 (19:40 +0000)]
add a spec file

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@9 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agominor code cleanup
jrb [Mon, 16 Aug 2004 19:23:17 +0000 (19:23 +0000)]
minor code cleanup

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@8 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoBrag a bit; shut up CVS
jrb [Mon, 16 Aug 2004 19:15:11 +0000 (19:15 +0000)]
Brag a bit; shut up CVS

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@7 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agomake some labels untranslatable
jrb [Mon, 16 Aug 2004 19:10:50 +0000 (19:10 +0000)]
make some labels untranslatable

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@6 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoInitial revision
jrb [Mon, 16 Aug 2004 19:07:30 +0000 (19:07 +0000)]
Initial revision

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@2 517b70f8-ed25-0410-8bf6-f5db08f7b76e

19 years agoNew repository initialized by cvs2svn.
(no author) [Mon, 16 Aug 2004 19:07:30 +0000 (19:07 +0000)]
New repository initialized by cvs2svn.

git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@1 517b70f8-ed25-0410-8bf6-f5db08f7b76e