From 29320e2db78ba6e6b56af39219b0ce213b77592b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 4 May 2010 07:51:21 +0200 Subject: Imported Upstream version 0.16~rc1 --- ChangeLog | 387 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 387 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index facaee7..e811cac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,392 @@ # Generated by Makefile. Do not edit. +commit 9a1e5a769be82454c134ca189a274af13b561d79 +Author: Guido Günther +Date: Tue May 4 07:30:38 2010 +0200 + + Check for PAM libs + + and auto enable PAM plugin if found. + + configure.ac | 31 +++++++++++++++++++------------ + 1 files changed, 19 insertions(+), 12 deletions(-) + +commit cc597ad513a935902830c1d25e282c202176d6ec +Author: Mario Blättermann +Date: Sun May 2 12:13:34 2010 +0200 + + Updated German translation + + po/de.po | 116 ++++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 60 insertions(+), 56 deletions(-) + +commit c81ecf1285f1bd9c5a2688d071731ccbc5b30cc5 +Author: Andrej Žnidaršič +Date: Sun May 2 11:43:13 2010 +0200 + + Updated Slovenian translation + + po/sl.po | 126 +++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 67 insertions(+), 59 deletions(-) + +commit 0752fea0ab5ce01f50b2483f0d10ea61b324539b +Author: Guido Günther +Date: Wed Apr 28 21:27:06 2010 +0200 + + Rename KRB5_AUTH_* to KA_* in headers + + src/ka-applet-priv.h | 4 ++-- + src/ka-dbus.h | 6 +++--- + src/ka-dialog.h | 4 ++-- + src/ka-gconf-tools.h | 4 ++-- + src/ka-gconf.h | 4 ++-- + src/ka-pwdialog.h | 4 ++-- + src/ka-tickets.h | 4 ++-- + src/ka-tools.h | 4 ++-- + 8 files changed, 17 insertions(+), 17 deletions(-) + +commit 5b57a60b197877630b4d3427f4337b11701e2e0a +Author: Guido Günther +Date: Wed Apr 28 20:59:07 2010 +0200 + + Update potfile names too + + po/POTFILES.in | 12 ++++++------ + 1 files changed, 6 insertions(+), 6 deletions(-) + +commit 2a2b10c6d55ae13dbc4c0474005673950bf97f45 +Author: Guido Günther +Date: Wed Apr 28 17:48:14 2010 +0200 + + Rename krb5-auth-applet.[ch] + + Rename krb5-auth-applet.h to ka-applet-priv.h since these parts + shouldn't be used by modules. + + src/Makefile.am | 4 +- + src/ka-applet-priv.h | 72 ++++ + src/ka-applet.c | 942 +++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-dbus.c | 2 +- + src/ka-dbus.h | 2 +- + src/ka-dialog.c | 2 +- + src/ka-dialog.h | 2 +- + src/ka-gconf.c | 2 +- + src/ka-gconf.h | 2 +- + src/ka-plugin-loader.c | 2 +- + src/ka-pwdialog.c | 2 +- + src/krb5-auth-applet.c | 943 ------------------------------------------------ + src/krb5-auth-applet.h | 70 ---- + 13 files changed, 1024 insertions(+), 1023 deletions(-) + +commit 8ddcf3681b8a9a06a50b570497d9d49562cf9cfb +Author: Guido Günther +Date: Wed Apr 28 17:45:06 2010 +0200 + + Rename krb5-auth-dialog.[ch] to ka-dialog.[ch] + + krb5-auth-dialog rename fix + + autogen.sh | 2 +- + configure.ac | 2 +- + src/Makefile.am | 4 +- + src/ka-dbus.c | 2 +- + src/ka-dialog.c | 1171 ++++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-dialog.h | 32 ++ + src/ka-pwdialog.c | 2 +- + src/ka-tickets.c | 2 +- + src/krb5-auth-applet.c | 2 +- + src/krb5-auth-dialog.c | 1171 ------------------------------------------------ + src/krb5-auth-dialog.h | 33 -- + 11 files changed, 1211 insertions(+), 1212 deletions(-) + +commit 01f5263f9eb76a11fb1c1207a323973e3b7c5efe +Author: Guido Günther +Date: Wed Apr 28 17:35:28 2010 +0200 + + Reneme krb5-auth-applet-dbus.xml to ka-dbus.xml + + src/.gitignore | 2 +- + src/Makefile.am | 8 ++++---- + src/ka-dbus.c | 2 +- + src/ka-dbus.xml | 30 ++++++++++++++++++++++++++++++ + src/krb5-auth-applet-dbus.xml | 31 ------------------------------- + 5 files changed, 36 insertions(+), 37 deletions(-) + +commit 26cfffab3ee5795c6216c31dd8030958fb20a01c +Author: Guido Günther +Date: Wed Apr 28 17:30:13 2010 +0200 + + Rename krb5-auth-pwdialog.[ch] to ka-pwdialog.[ch] + + src/Makefile.am | 4 +- + src/ka-pwdialog.c | 309 +++++++++++++++++++++++++++++++++++++++++++++ + src/ka-pwdialog.h | 65 ++++++++++ + src/krb5-auth-applet.h | 2 +- + src/krb5-auth-dialog.c | 2 +- + src/krb5-auth-pwdialog.c | 310 ---------------------------------------------- + src/krb5-auth-pwdialog.h | 65 ---------- + 7 files changed, 378 insertions(+), 379 deletions(-) + +commit ef9bb4179fba5c7fb77a2908aa618b0a204e518a +Author: Guido Günther +Date: Wed Apr 28 17:27:54 2010 +0200 + + Rename krb5-auth-gconf.[ch] to ka-gconf.[ch] + + src/Makefile.am | 4 +- + src/ka-gconf.c | 211 ++++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-gconf.h | 29 +++++++ + src/krb5-auth-applet.c | 2 +- + src/krb5-auth-gconf.c | 211 ------------------------------------------------ + src/krb5-auth-gconf.h | 29 ------- + 6 files changed, 243 insertions(+), 243 deletions(-) + +commit 2e6c29f113947f03b096e5f15c609712eaa01f4d +Author: Guido Günther +Date: Wed Apr 28 17:26:13 2010 +0200 + + Rename krb5-auth-dialog-preferences.[ch] to ka-preferences.[ch] + + preferences/Makefile.am | 2 +- + preferences/ka-preferences.c | 843 ++++++++++++++++++++++++++++ + preferences/krb5-auth-dialog-preferences.c | 843 ---------------------------- + 3 files changed, 844 insertions(+), 844 deletions(-) + +commit 26f51d8504f5ceaca538fbdb9dc0e94f74176a51 +Author: Guido Günther +Date: Wed Apr 28 17:24:45 2010 +0200 + + Rename krb5-auth-gconf-tools.[ch] to ka-gconf-tools.[ch] + + preferences/Makefile.am | 4 +- + preferences/krb5-auth-dialog-preferences.c | 2 +- + src/Makefile.am | 4 +- + src/ka-gconf-tools.c | 149 +++++++++++++++++++++++++++ + src/ka-gconf-tools.h | 48 +++++++++ + src/ka-plugin-loader.c | 2 +- + src/krb5-auth-applet.c | 2 +- + src/krb5-auth-gconf-tools.c | 150 ---------------------------- + src/krb5-auth-gconf-tools.h | 48 --------- + src/krb5-auth-gconf.c | 2 +- + 10 files changed, 205 insertions(+), 206 deletions(-) + +commit 7a282065467e986c3d0483be9720ca863d93c8e5 +Author: Guido Günther +Date: Wed Apr 28 17:12:13 2010 +0200 + + Rename krb5-auth-dbus.[ch] to ka-dbus.[ch] + + src/Makefile.am | 4 +- + src/ka-dbus.c | 119 +++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-dbus.h | 37 +++++++++++++++ + src/krb5-auth-dbus.c | 120 ------------------------------------------------ + src/krb5-auth-dbus.h | 37 --------------- + src/krb5-auth-dialog.c | 2 +- + 6 files changed, 159 insertions(+), 160 deletions(-) + +commit 7b20693fbe233fa6832bfa734f603cc46c3a5a72 +Author: Guido Günther +Date: Tue Apr 27 22:27:21 2010 +0200 + + Rename krb5-auth-tools.[ch] to ka-tools.[ch] + + preferences/Makefile.am | 4 +- + preferences/krb5-auth-dialog-preferences.c | 2 +- + src/Makefile.am | 4 +- + src/ka-tools.c | 57 +++++++++++++++++++++++++++ + src/ka-tools.h | 32 +++++++++++++++ + src/krb5-auth-applet.c | 2 +- + src/krb5-auth-dialog.c | 2 +- + src/krb5-auth-tools.c | 58 ---------------------------- + src/krb5-auth-tools.h | 33 ---------------- + 9 files changed, 96 insertions(+), 98 deletions(-) + +commit a437955775ad6d795ba206ec178a57255201399f +Author: Guido Günther +Date: Tue Apr 27 22:23:21 2010 +0200 + + Rename krb5-auth-tickets.[ch] to ka-tickets.[ch] + + src/Makefile.am | 4 +- + src/ka-tickets.c | 115 ++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-tickets.h | 39 ++++++++++++++++ + src/krb5-auth-applet.c | 2 +- + src/krb5-auth-dialog.c | 2 +- + src/krb5-auth-tickets.c | 116 ----------------------------------------------- + src/krb5-auth-tickets.h | 39 ---------------- + 7 files changed, 158 insertions(+), 159 deletions(-) + +commit a3189fbe66795304751520338bf4b8013f5928bf +Author: Jorge González +Date: Wed Apr 28 08:26:55 2010 +0200 + + Updated Spanish translation + + po/es.po | 81 ++++++++++++++++++++++++++++++++++--------------------------- + 1 files changed, 45 insertions(+), 36 deletions(-) + +commit 2d268123bb3c69bae947cb2a9bae0d54e7af0e32 +Author: Guido Günther +Date: Mon Apr 26 22:38:51 2010 +0200 + + Document plugin gconf keys + + README | 10 ++++++++++ + 1 files changed, 10 insertions(+), 0 deletions(-) + +commit 3501a11b57a3ea7d43282262ab6768c5a397dba0 +Author: Guido Günther +Date: Sun Apr 25 09:43:42 2010 +0200 + + Load plugins from gconf + + and deactivate them on loader disposal. + + src/ka-plugin-loader.c | 85 +++++++++++++++++++++++++++++---------- + src/krb5-auth-dialog.schemas.in | 13 ++++++ + src/krb5-auth-gconf-tools.h | 1 + + src/krb5-auth-gconf.c | 5 +- + 4 files changed, 81 insertions(+), 23 deletions(-) + +commit 0c5190a9f2161ab25f6081d6e179b4e6317954fa +Author: Guido Günther +Date: Tue Apr 20 22:23:01 2010 +0200 + + Add simple PAM plugin + + BZ: #347034 + + configure.ac | 28 ++++++++++- + plugins/Makefile.am | 26 ++++++++++ + plugins/ka-plugin-pam.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++ + plugins/ka-plugin-pam.h | 59 ++++++++++++++++++++++ + 4 files changed, 239 insertions(+), 2 deletions(-) + +commit b2956aa5a9a2e7de4fe9844cba54427f2d53de4c +Author: Guido Günther +Date: Tue Apr 20 22:23:30 2010 +0200 + + Add dummy plugin + + as example for new plugins. + + Makefile.am | 2 +- + configure.ac | 1 + + plugins/.gitignore | 3 + + plugins/Makefile.am | 23 ++++++++++ + plugins/ka-plugin-dummy.c | 105 +++++++++++++++++++++++++++++++++++++++++++++ + plugins/ka-plugin-dummy.h | 57 ++++++++++++++++++++++++ + 6 files changed, 190 insertions(+), 1 deletions(-) + +commit 69ce38151c7a08fe980d981108c782762bf72e81 +Author: Guido Günther +Date: Tue Apr 20 22:21:54 2010 +0200 + + Add plugin infrastructure + + configure.ac | 10 +++- + src/Makefile.am | 7 ++ + src/ka-plugin-loader.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-plugin-loader.h | 58 +++++++++++++++++ + src/ka-plugin.c | 133 +++++++++++++++++++++++++++++++++++++++ + src/ka-plugin.h | 75 ++++++++++++++++++++++ + src/krb5-auth-applet.c | 10 +++- + 7 files changed, 452 insertions(+), 2 deletions(-) + +commit a7f0bdf074c437f98dffd4541d4e6426202e1d69 +Author: Guido Günther +Date: Sun Apr 25 09:42:54 2010 +0200 + + Add getter for gconf client + + src/krb5-auth-applet.c | 6 ++++++ + src/krb5-auth-applet.h | 2 ++ + 2 files changed, 8 insertions(+), 0 deletions(-) + +commit 14c574f60f33f03b5c92b902479bfd1cd3d95b12 +Author: Guido Günther +Date: Sat Apr 24 22:28:29 2010 +0200 + + Add gconf helper to fetch a list of strings + + src/krb5-auth-gconf-tools.c | 24 ++++++++++++++++++++++++ + src/krb5-auth-gconf-tools.h | 1 + + 2 files changed, 25 insertions(+), 0 deletions(-) + +commit 07748e8cd58c014c4577806350b3d7c3e61647a8 +Author: Guido Günther +Date: Sat Apr 10 10:26:00 2010 +0200 + + Move KaApplet into a separate header + + so the headers used by plugins are self contained. + + src/Makefile.am | 1 + + src/ka-applet.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ + src/krb5-auth-applet.h | 21 ++------------------- + 3 files changed, 51 insertions(+), 19 deletions(-) + +commit 92c76a9c50169a5b06129c8b2bba88a5d4853030 +Author: Guido Günther +Date: Thu Apr 22 08:18:08 2010 +0200 + + Send a tgt-renewed signal if the ticket lifetime gets extended + + This way we also send a singal if the user extends the ticket liftetime + by reentering his password of by running kinit on the console. + + src/krb5-auth-applet.c | 23 ++++++++++++++++------- + 1 files changed, 16 insertions(+), 7 deletions(-) + +commit d81f5f55376ecc9b8a64c58122ab69a0142105a8 +Author: Guido Günther +Date: Wed Apr 21 21:26:55 2010 +0200 + + Add correct closures for signals + + src/Makefile.am | 2 + + src/ka-closures.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++ + src/ka-closures.h | 38 +++++++++++++++++ + src/krb5-auth-applet.c | 3 +- + 4 files changed, 147 insertions(+), 1 deletions(-) + +commit 3e82c4e2113c3c9b1246fe56c4e1851c180e6d07 +Author: Guido Günther +Date: Sat Apr 17 17:35:35 2010 +0200 + + Minor autoconf/automake cleanups + + configure.ac | 10 +++++----- + examples/Makefile.am | 5 ++++- + 2 files changed, 9 insertions(+), 6 deletions(-) + +commit 13f243879a2c4f77d5f48611461324f7338199a2 +Author: Olav Vitters +Date: Sun Apr 18 12:12:05 2010 +0200 + + Fix doap file + + krb5-auth-dialog.doap | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 909f8e6b51ce70d07a26d9b7d4c8c6ab2ec1d66e +Author: Jorge González +Date: Sun Apr 11 16:32:04 2010 +0200 + + Updated Spanish translation + + po/es.po | 64 +++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 32 insertions(+), 32 deletions(-) + +commit 275ce728387cda5c2c32ed396b22de81586f4713 +Author: Jorge González +Date: Sun Apr 11 16:01:01 2010 +0200 + + Updated Spanish translation + + po/es.po | 24 ++++++++++++++---------- + 1 files changed, 14 insertions(+), 10 deletions(-) + commit c69b7aed3f4a7801bdded38d3b3cc5d2ab33baad Author: Guido Günther Date: Sat Apr 3 17:32:31 2010 +0200 -- cgit