diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-03-09 10:55:05 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-03-09 10:55:05 +0100 |
commit | ca71a0f06e24fd58a18b76c9df01c85642f63bdb (patch) | |
tree | 8e661a1e15479d8b1eaa48691b566d3ef9859c5e /ChangeLog | |
parent | New upstream version 2.91.90 (diff) | |
download | krb5-auth-dialog-ca71a0f06e24fd58a18b76c9df01c85642f63bdb.tar.gz krb5-auth-dialog-ca71a0f06e24fd58a18b76c9df01c85642f63bdb.tar.bz2 krb5-auth-dialog-ca71a0f06e24fd58a18b76c9df01c85642f63bdb.zip |
New upstream version 2.91.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -1,5 +1,63 @@ # Generated by Makefile. Do not edit. +commit 461783f5ff6469a1e0803954e120394cc3172afd +Author: Guido Günther <agx@sigxcpu.org> +Date: Mon Mar 7 18:26:50 2011 +0100 + + Bump version to 2.91.91 + + NEWS | 6 ++++++ + configure.ac | 2 +- + 2 files changed, 7 insertions(+), 1 deletions(-) + +commit ce202b6975ff0390ac2ef56d2f24f5f15b56c384 +Author: Guido Günther <agx@sigxcpu.org> +Date: Fri Feb 25 23:09:22 2011 +0100 + + Port to GDBus + + https://bugzilla.gnome.org/show_bug.cgi?id=622885 + + configure.ac | 12 +-- + etpo/Makefile.am | 2 - + plugins/ka-plugin-afs.c | 6 +- + src/.gitignore | 1 - + src/Makefile.am | 14 --- + src/ka-applet-priv.h | 5 + + src/ka-applet.c | 28 ++++-- + src/ka-dbus.c | 249 +++++++++++++++++++++++++++++++++++----------- + src/ka-dbus.h | 12 +-- + src/ka-dbus.xml | 30 ------ + src/ka-dialog.c | 15 ++- + 11 files changed, 234 insertions(+), 140 deletions(-) + +commit d7fb06fed1ef841e854ede85980c9e5d6544e868 +Author: Guido Günther <agx@sigxcpu.org> +Date: Thu Feb 24 21:59:36 2011 +0100 + + Reindent according to CodingStyle + + CodingStyle | 5 +- + src/ka-dbus.c | 134 +++--- + src/ka-dbus.h | 12 +- + src/ka-dialog.c | 1509 ++++++++++++++++++++++++++--------------------------- + src/ka-pwdialog.c | 403 ++++++++------- + src/ka-pwdialog.h | 21 +- + src/ka-tickets.c | 147 +++--- + src/ka-tickets.h | 18 +- + 8 files changed, 1132 insertions(+), 1117 deletions(-) + +commit 345521f0e3bd7e3ba0b9975da9db70702aec60e4 +Author: Guido Günther <agx@sigxcpu.org> +Date: Sun Feb 27 15:43:16 2011 +0100 + + Add acquire ticket and destroy ccache via DBus examples + + examples/Makefile.am | 2 ++ + examples/destroy-ccache.py | 8 ++++++++ + examples/tgt-acquire.py | 8 ++++++++ + 3 files changed, 18 insertions(+), 0 deletions(-) + commit 1824f443fcd94b2cce375d3f3b3d1636230e332b Author: Guido Günther <agx@sigxcpu.org> Date: Thu Feb 24 19:39:37 2011 +0100 |