aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-02-01 22:11:34 +0000
committernalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-02-01 22:11:34 +0000
commitb5be35b1d934827dc64ded8234d63d159ce38eea (patch)
tree3666543f53a7dbfb67e88b438314ba044d76e390 /ChangeLog
parent8634965106964a6bcdb892216688a8beadbd7e55 (diff)
* 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. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@60 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c8c56c..213ad66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
2006-02-01 Nalin Dahyabhai <nalin@redhat.com>
+ * 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 <nalin@redhat.com>
* 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