summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2023-12-03 11:59:30 +0100
committerGuido Günther <agx@sigxcpu.org>2023-12-03 12:08:16 +0100
commit9f0b22c57c03a87da8534ff62b4abe3fb6da4a3f (patch)
tree40790b8b7c716fcd439ae591b6955d24a58ff9c8
parent2de20879a76147a2cda18f8af41e52401fdd44fb (diff)
projects/krb5-auth-dialog: Update URLs
-rw-r--r--projects/krb5-auth-dialog.mdwn22
1 files changed, 8 insertions, 14 deletions
diff --git a/projects/krb5-auth-dialog.mdwn b/projects/krb5-auth-dialog.mdwn
index 38ee2e0..8c71e57 100644
--- a/projects/krb5-auth-dialog.mdwn
+++ b/projects/krb5-auth-dialog.mdwn
@@ -6,11 +6,9 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
## Features
-* It can alert the user via [notifications](http://www.galago-project.org/specs/notification/) when the ticket is about to expire.
-* Tickets can be acquired by clicking on the tray icon.
-* If the notification daemon supports persistence (like in [GNOME 3][2]) the tray icon can be avoided and resident notifications are used.
+* It can alert the user via [notifications](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html) when the ticket is about to expire.
* 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). This can be used to extend krb5-auth-dialog to e.g. handle things like [kx509](https://bugzilla.gnome.org/show_bug.cgi?id=347034).
+ * It can be extended using [plugins](https://gitlab.gnome.org/GNOME/krb5-auth-dialog/-/blob/main/plugins/ka-plugin-dummy.c). This can be used to extend krb5-auth-dialog to e.g. handle things like [kx509](https://bugzilla.gnome.org/show_bug.cgi?id=347034).
* These plugins are currently available:
* afs: a plugin to acquire AFS tickets
* dummy: a sample plugin printing to the console
@@ -20,12 +18,12 @@ Krb5-auth-dialog is a tray applet for the [GNOME](http://gnome.org) Desktop that
* It supports PKinit (e.g. via SmartCard) when built against [Heimdal](http://h5l.org).
## Source Code
-The source code is available and browseable via [GNOMEs GIT](http://git.gnome.org/cgit/krb5-auth-dialog/):
+The source code is available and browseable via [GNOMEs Gitlab](https://gitlab.gnome.org/GNOME/krb5-auth-dialog):
- git clone git://git.gnome.org/krb5-auth-dialog
+ git clone https://gitlab.gnome.org/GNOME/krb5-auth-dialog.git
## Releases
-Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [3.8.0](http://download.gnome.org/sources/krb5-auth-dialog/3.8/).
+Releases are availale from [download.gnome.org](http://download.gnome.org/sources/krb5-auth-dialog/). The current stable release is [44](http://download.gnome.org/sources/krb5-auth-dialog/44/).
## Debian Packages
Debian packges are available from [debian.org](http://packages.debian.org/search?keywords=krb5-auth-dialog).
@@ -57,7 +55,7 @@ These plugins can be activated using a [key in GSettings][0]
## DBus API
* There's a DBus API to acquire Kerberos ticktes. See the [examples][1]. [virt-manager][] is using this and [here](http://honk.sigxcpu.org/unsorted-patches/offlineimap_acquire-tgt.diff)'s a patch for [offlineimap][].
-* DBus signals notify about acquired, renewed or 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).
+* DBus signals notify about acquired, renewed or expired tickets. This can be used to e.g. run [aklog](http://docs.openafs.org/Reference/1/aklog.html) via this [example](https://gitlab.gnome.org/GNOME/krb5-auth-dialog/-/commit/c374a7f8dbe6ef40c65752e3f35635d50d6b9260).
## Todo
@@ -71,10 +69,6 @@ These plugins can be activated using a [key in GSettings][0]
* Evolution IMAP and SMTP
* ssh client
-### GNOME 3 Readiness
-* krb5-auth-dialog uses persistent notifications instead of a tray icon
-* Settings were moved from a stand alone dialog into the gnome-control-center panel
-
### GNOME Goals
Status of current [Gnome goals][] in krb5-auth-dialog:
@@ -91,7 +85,7 @@ Status of current [Gnome goals][] in krb5-auth-dialog:
krb5-auth-dialog was originally written by Christopher Aillon and is now maintained by Guido Günther <<agx@sigxcpu.org>>.
## Bugs
-Please file bug reports via [GNOME's bugzilla][3].
+Please file bug reports via [GNOME's gitlab][3].
## License
krb5-auth-dialog is free software and licensed under the GPL Version 2.
@@ -112,4 +106,4 @@ krb5-auth-dialog is free software and licensed under the GPL Version 2.
[0]: http://git.gnome.org/browse/krb5-auth-dialog/tree/README
[1]: http://git.gnome.org/browse/krb5-auth-dialog/tree/examples
[2]: http://www.gnome3.org/
-[3]: https://bugzilla.gnome.org/buglist.cgi?cmdtype=runnamed&namedcmd=krb5-auth-dialog
+[3]: https://gitlab.gnome.org/GNOME/krb5-auth-dialog/-/issues