From 58cc3326be8fa3b841d0596987090d7cb356e101 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sun, 8 Jun 2008 17:28:55 +0200 Subject: Imported Upstream version 0.7.git30891fc --- ChangeLog | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfaaf06..79950d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2008-03-22 Colin Walters + + * src/krb5-auth-dialog.c: Grab a name on the + session bus to be doubly sure we don't have + multiple copies. Also don't connect to the + session manager, since it's not needed. + +2008-03-22 Colin Walters + + * MAINTAINERS: New file. + * src/krb5-auth-dialog.c: Connect to session bus + to be sure we exit when the session dies. + +2006-10-29 Christopher Aillon + + * src/krb5-auth-dialog.c: Clean up the #ifdefs to + make things slightly more readable. + Refactor code slightly, removing an #ifdef in favor + of a wrapper. Consolidate coding style. + +2006-07-24 Christopher Aillon + + * configure.ac: Release 0.7 + +2006-07-24 Christopher Aillon + + * src/krb5-auth-dialog.c: Don't immediately retry + to reach the KDC if it is unavailable. That will + just loop forever (until the KDC becomes available). + Bail out; we'll check (once!) to see whether it's + there the next time our g_timeout callback gets + invoked. + +2006-04-18 Kjartan Maraas + + * configure.ac: Remove obsolete entry for no_NO + * po/no.po: And the translation + +2006-03-17 Christopher Aillon + + * src/krb5-auth-dialog.c: Check to see whether credentials + are renewable; if so, renew them automatically. Implement this + for the MIT implementation only. (Fixes #331210) + + * configure.ac: Add test to see whether we have krb5_get_renewed_creds + +2006-02-01 Nalin Dahyabhai + * src/krb5-auth-dialog.c: keep track of whether or not the user + explicitly canceled our last request for information. If she did, + then don't ask again while the expiration time remains unchanged. + Change recursion inside of renew_credentials() into a loop in its + calling function. + +2006-02-01 Nalin Dahyabhai + * src/krb5-auth-dialog.c(krb5_gtk_prompter): rename to avoid polluting + the krb5 namespace. + * src/krb5-auth-dialog.c: don't use time() to figure out what time it + is -- we always compare against a krb5_timestamp, so use the libkrb5 + routines which return the current time instead. + +2006-02-01 Nalin Dahyabhai + * README: correct a typo + * src/krb5-auth-dialog.c(renew_credentials): fix a warning where we + were passing an int where a pointer was expected + 2006-01-31 Christopher Aillon * configure.ac: Release 0.6 -- cgit