summaryrefslogtreecommitdiffstats
path: root/src/util/support/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-03-08 02:56:48 +0000
committerKen Raeburn <raeburn@mit.edu>2006-03-08 02:56:48 +0000
commit70585b725f15e984d0c08ce4c1540f09a8c711c6 (patch)
tree7331b10b6853979fad3e59f1e665bdbbfaf315df /src/util/support/ChangeLog
parent8f09bfe9fa0e51c2bd1e2f533eb25655e88ca43b (diff)
downloadkrb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.tar.gz
krb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.tar.xz
krb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.zip
krb5.h, which is built after util/et, which is built after the support
code. Fix: Put service location decls in k5-locate.h, pull plugin support decls out of k5-int.h into k5-plugin.h, and make it stand on its own, which includes changing the return type from krb5_error_code to int32_t. Oops: The plugin support code included k5-int.h, which includes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17707 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/ChangeLog')
-rw-r--r--src/util/support/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog
index 4ec482f24..6de064862 100644
--- a/src/util/support/ChangeLog
+++ b/src/util/support/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-07 Ken Raeburn <raeburn@mit.edu>
+
+ * plugins.c: Don't include k5-int.h, it depends on krb5.h which
+ hasn't been built yet. Instead, include k5-plugin.h and a bunch
+ of system headers.
+ (krb5int_open_plugin, krb5int_get_plugin_data,
+ krb5int_get_plugin_func, krb5int_open_plugin_dir,
+ krb5int_get_plugin_dir_data, krb5int_get_plugin_dir_func): Change
+ return types from krb5_error_code to int32_t.
+
2006-03-06 Ken Raeburn <raeburn@mit.edu>
* plugins.c: New file.