aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-04-24 11:28:49 +0200
committerGuido Günther <agx@sigxcpu.org>2009-04-24 11:28:49 +0200
commit9d5cdf24ef40097737cdb3ecd2ac1331653b471f (patch)
tree2df5ea1d5ce717daac6c6b3bf4f071ba3e43b5f2 /NEWS
parentImported Upstream version 0.9~rc1 (diff)
downloadkrb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.tar.gz
krb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.tar.bz2
krb5-auth-dialog-9d5cdf24ef40097737cdb3ecd2ac1331653b471f.zip
Imported Upstream version 0.9+0gitec60300
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 17c7b25..ac710cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
===========
+Version 0.9
+===========
+* add DBus service so applications can make krb5-auth-dialog check if the user
+ has a valid Kerberos ticket and if not let krb5-auth-dialog get one
+ (prompting for the password if necessary).
+* grab the keyboard when the dialog is open, avoids typing the password
+ accidentally into other apps
+* watch the credentials cache via a file monitor. Speeds up notifications when
+ the ticket cache gets modified by other applications
+* add a preferences capplet
+* make ticket flags like renewable, forwardable, proxiable configurable
+* make pkinit anchors configurable
+* bug fixes and cleanups
+
+===========
Version 0.8
===========
* add a tray icon that displays the current status and remaining ticket
bgstack15