aboutsummaryrefslogtreecommitdiff
path: root/src/krb524/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-06-15 00:37:58 +0000
committerTom Yu <tlyu@mit.edu>2002-06-15 00:37:58 +0000
commit7a8bb97527b57514a600dc8a091e2846dad9c4cd (patch)
treed5517b73138c732df63d734efafa490d4e6c3728 /src/krb524/ChangeLog
parentf90cf39eb4efae7e8a8307012d9f3d853d651f40 (diff)
downloadkrb5-7a8bb97527b57514a600dc8a091e2846dad9c4cd.zip
krb5-7a8bb97527b57514a600dc8a091e2846dad9c4cd.tar.gz
krb5-7a8bb97527b57514a600dc8a091e2846dad9c4cd.tar.bz2
* krb524.h: Updated C++ protection to not interfere with emacs
auto indentation and added KRB524_PRIVATE macro for Mac OS X to control visibility of function prototypes * krb524.h: Added C++ protection and Mac pragmas * krb524.h, cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode.c, misc.c, sendmsg.c: Updated header paths on Mac OS X so that we correctly include the autogenerated krb524.h * conv_creds.c, cnv_tkt_skey.c: added cast to remove warning. * krb524.h: Updated to new Mac OS header layout. * sendmsg.c: k5-int.h should be included as a local header [pullups from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14507 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524/ChangeLog')
-rw-r--r--src/krb524/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index 02109c0..4fa5f57 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,23 @@
+2002-06-14 Alexandra Ellwood <lxs@mit.edu>
+
+ * krb524.h: Updated C++ protection to not interfere with emacs
+ auto indentation and added KRB524_PRIVATE macro for Mac OS X to
+ control visibility of function prototypes
+
+ * krb524.h: Added C++ protection and Mac pragmas
+
+ * krb524.h, cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode.c,
+ misc.c, sendmsg.c: Updated header paths on Mac OS X so that we
+ correctly include the autogenerated krb524.h
+
+ * conv_creds.c, cnv_tkt_skey.c: added cast to remove warning.
+
+ * krb524.h: Updated to new Mac OS header layout.
+
+ * sendmsg.c: k5-int.h should be included as a local header
+
+ [pullups from 1-2-2-branch]
+
2002-06-13 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (WINLIBS): Use ws2_32.lib instead of wsock32.lib.