summaryrefslogtreecommitdiff
path: root/projects/krb5-auth-dialog.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2009-09-29 10:01:35 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-09-29 10:01:35 +0200
commitf2f43129b4039f3df944a19462c7deaceb13b31b (patch)
treeea413e3df274111cab12b6adb606e52c7432c331 /projects/krb5-auth-dialog.mdwn
parent2d7e547466b03c6c30c934ef14dbe7c84dd16390 (diff)
update for 0.13
Diffstat (limited to 'projects/krb5-auth-dialog.mdwn')
-rw-r--r--projects/krb5-auth-dialog.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
index b81b4a2..d2c3978 100644
--- a/projects/krb5-auth-dialog.mdwn
+++ b/projects/krb5-auth-dialog.mdwn
@@ -10,6 +10,7 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
* the ticket cache can be removed via the context menu
* applications can ask krb5-auth-dialog to acquire a Kerberos ticket via [DBus](http://dbus.freedesktop.org/). [virt-manager](http://virt-manager.et.redhat.com/) is using this and [here](http://honk.sigxcpu.org/unsorted-patches/offlineimap_acquire-tgt.diff)'s a patch for [offlineimap](http://software.complete.org/software/projects/show/offlineimap).
* supports PKinit (e.g. via SmartCard) when built against [Heimdal](http://h5l.org).
+* list current tickets in the credential cache
### Source Code
The source code is available via [GNOMEs GIT](http://git.gnome.org/cgit/krb5-auth-dialog/):
@@ -17,7 +18,7 @@ The source code is available via [GNOMEs GIT](http://git.gnome.org/cgit/krb5-aut
git clone git://git.gnome.org/krb5-auth-dialog
### Releases
-Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [0.11](http://download.gnome.org/sources/krb5-auth-dialog/0.11/).
+Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [0.13](http://download.gnome.org/sources/krb5-auth-dialog/0.13/).
### Debian Packages
Debian packges are available from [debian.org](http://packages.debian.org/search?keywords=krb5-auth-dialog).
@@ -31,7 +32,7 @@ The trayicon can be seen [here](http://honk.sigxcpu.org/con/krb5_auth_dialog_upd
### Todo
* gnome keyring support ([567701](http://bugzilla.gnome.org/show_bug.cgi?id=567701))
* remove all wakeups, rely on our gio watch of the ticket cache
-* status dialog with all tickets, flags, ...
+* add ticket flag information, cache version, etc. to ticket dialog
* fast principal switching
### Authors