summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-06-15 06:14:23 +0000
committerTom Yu <tlyu@mit.edu>2002-06-15 06:14:23 +0000
commit428acda685e3d4ebd4b32400b7a5658f09d8ae0d (patch)
tree090a5592db98f64a518911a04492c721cabdcf69 /src/include/ChangeLog
parent5e8bc3cf754c28ef27197343cec81f23e69a1ff5 (diff)
downloadkrb5-428acda685e3d4ebd4b32400b7a5658f09d8ae0d.tar.gz
krb5-428acda685e3d4ebd4b32400b7a5658f09d8ae0d.tar.xz
krb5-428acda685e3d4ebd4b32400b7a5658f09d8ae0d.zip
* krb5.hin: Conditionalize KRB5_CALLCONV_WRONG separately
because gssapi.h defines KRB5_CALLCONV but doesn't need KRB5_CALLCONV_WRONG [pullup from 1-2-2-branch] * krb5.hin: Rename krb5_kt_free_entry_contents as krb5_free_keytab_entry_contents to make it consistent with rest of API. Add KRB5_CALLCONV_WRONG. Fix up various calling conventions. For Win32, add KT an CC accessors and default to not PRIVATE. * krb5.hin: Make krb5_build_principal_va() KRB5_CALLCONV. [pullups from 1-2-2-branch] * krb5.hin: Conditionalized pragmas for Metrowerks * krb5.hin: Updated Mac OS X headers to new framework layout [pullups from 1-2-2-branch] * krb5.hin: Updated Mac OS #defines and #includes for new header layout and Mac OS X frameworks [pullups from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14513 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 8a8262223..aaf2ff271 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,37 @@
+2002-06-15 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb5.hin: Conditionalize KRB5_CALLCONV_WRONG separately
+ because gssapi.h defines KRB5_CALLCONV but doesn't need
+ KRB5_CALLCONV_WRONG
+ [pullup from 1-2-2-branch]
+
+2002-06-15 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5.hin: Rename krb5_kt_free_entry_contents as
+ krb5_free_keytab_entry_contents to make it consistent with rest of
+ API. Add KRB5_CALLCONV_WRONG. Fix up various calling
+ conventions. For Win32, add KT an CC accessors and default to not
+ PRIVATE.
+
+ * krb5.hin: Make krb5_build_principal_va() KRB5_CALLCONV.
+
+ [pullups from 1-2-2-branch]
+
+2002-06-15 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb5.hin: Conditionalized pragmas for Metrowerks
+
+ * krb5.hin: Updated Mac OS X headers to new framework layout
+
+ [pullups from 1-2-2-branch]
+
+2002-06-15 Miro Jurisic <meeroh@mit.edu>
+
+ * krb5.hin: Updated Mac OS #defines
+ and #includes for new header layout and Mac OS X frameworks
+
+ [pullups from 1-2-2-branch]
+
2002-06-14 Alexandra Ellwood <lxs@mit.edu>
* k5-int.h: Added krb5_kt_dfl_ops for KRB5_KEYTAB_ACCESSOR_FUNCTIONS