From b5a541c640dfedda7480332f4838e30f0a9e1770 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 26 Mar 2006 20:55:59 +0000 Subject: Initial enhanced error message support, similar to what I sent to krbdev except for some function renaming (krb5_free_error was already in use, so added _message to everything), and the context is allowed to be NULL (in which case we fall back to error_message() and storing no strings) to simplify some code. Low-level routines in the support library, using a private data structure; higher-level routines in libkrb5, using a krb5_context. Added error info strings to the KRB_ERR_GENERIC case in gc_via_tkt.c and the python sample service location plugin. Added code to kinit and kvno to look up and display the strings. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17776 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index cf62126c9..b5c4654a4 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,12 @@ +2006-03-26 Ken Raeburn + + * krb5.hin (krb5_set_error_message, krb5_vset_error_message, + krb5_get_error_message, krb5_free_error_message, + krb5_clear_error_message): Declare. + * k5-err.h: New file. + * k5-int.h: Include it. + (struct _krb5_context): Add new field ERR. + 2006-03-11 Ken Raeburn * adm.h, adm_defs.h, adm_proto.h, copyright.h, kdb.h, kdb_dbc.h, -- cgit