summaryrefslogtreecommitdiff
path: root/projects/krb5-auth-dialog.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2010-04-29 18:47:28 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2010-04-29 18:47:28 +0200
commit2ae233cf6043f5b723da7699ec27c7b4ae526298 (patch)
tree31423609a62c00336a309687a6a3c440278c5f40 /projects/krb5-auth-dialog.mdwn
parent15a279f25532a603c06595a122c983a2241f8e63 (diff)
remove TODO
Diffstat (limited to 'projects/krb5-auth-dialog.mdwn')
-rw-r--r--projects/krb5-auth-dialog.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
index 55c59f0..0c3d57f 100644
--- a/projects/krb5-auth-dialog.mdwn
+++ b/projects/krb5-auth-dialog.mdwn
@@ -12,7 +12,7 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
* [DBus][] signals notify applications about acquired, renewed and expired tickets. This can be used to e.g. run [aklog](http://docs.openafs.org/Reference/1/aklog.html) via this [example](http://git.gnome.org/browse/krb5-auth-dialog/commit/?id=c374a7f8dbe6ef40c65752e3f35635d50d6b9260).
* It supports PKinit (e.g. via SmartCard) when built against [Heimdal](http://h5l.org).
* Current tickets in the credential cache can be listed.
-* It can be extended using [plugins](http://git.gnome.org/browse/krb5-auth-dialog/tree/plugins/ka-plugin-dummy.c).
+* It can be extended using [plugins](http://git.gnome.org/browse/krb5-auth-dialog/tree/plugins/ka-plugin-dummy.c). This can be used to extend krb5-auth-dialog e.g. to handle things like [kx509](https://bugzilla.gnome.org/show_bug.cgi?id=347034) or openafs aklog support.
### Source Code
The source code is available and browseable via [GNOMEs GIT](http://git.gnome.org/cgit/krb5-auth-dialog/):
@@ -33,10 +33,9 @@ The trayicon can be seen [here](http://honk.sigxcpu.org/con/krb5_auth_dialog_upd
### Todo
* Add gnome keyring support ([567701](http://bugzilla.gnome.org/show_bug.cgi?id=567701))
-* Add a simple plugin system to handle things like [kx509](https://bugzilla.gnome.org/show_bug.cgi?id=347034) or openafs aklog support. Currently they have to be done externally via DBus signals.
* Remove all wakeups, rely on our gio watch of the ticket cache
* Add cache version, etc. to ticket dialog
-* Add fast principal switching
+* Add fast principal switching
* Let more applications use the DBUS API to make Kerberos a smooth experience on the desktop:
* [libsoup](https://bugzilla.gnome.org/show_bug.cgi?id=587145) - used by nautilus and evolution for calendards
* [Thunderbird](https://bugzilla.mozilla.org/show_bug.cgi?id=524698)