aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/generic/ChangeLog
diff options
context:
space:
mode:
authorno author <devnull@mit.edu>2003-04-09 00:10:14 +0000
committerno author <devnull@mit.edu>2003-04-09 00:10:14 +0000
commit9dc0f646d42648fbbde44799c00b25d97d9cbc98 (patch)
treed7e1bad8215f92673f94df55881b676002da7e8b /src/lib/gssapi/generic/ChangeLog
parent38037332d7af42124646c268874e0833bd8ec30e (diff)
downloadkrb5-9dc0f646d42648fbbde44799c00b25d97d9cbc98.zip
krb5-9dc0f646d42648fbbde44799c00b25d97d9cbc98.tar.gz
krb5-9dc0f646d42648fbbde44799c00b25d97d9cbc98.tar.bz2
This commit was manufactured by cvs2svn to create tagkrb5-1.2.8-final
'krb5-1-2-8-final'. git-svn-id: svn://anonsvn.mit.edu/krb5/tags/krb5-1-2-8-final@15331 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/ChangeLog')
-rw-r--r--src/lib/gssapi/generic/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog
index 234c953..1bbf501 100644
--- a/src/lib/gssapi/generic/ChangeLog
+++ b/src/lib/gssapi/generic/ChangeLog
@@ -1,3 +1,50 @@
+2002-05-05 Alexandra Ellwood <lxs@mit.edu>
+ * gssapi_generic.h: allow inclusion by C++
+
+2002-03-28 Alexandra Ellwood <lxs@mit.edu>
+ * gssapi.hin: Conditionalized pragmas for Metrowerks
+
+2002-03-07 Alexandra Ellwood <lxs@mit.edu>
+ * gssapi.hin: Added check for CFM compiles. Removed dependency on
+ PRAGMA_* macros. Moved check struct alignment check before struct declarations.
+
+2002-03-03 Alexandra Ellwood <lxs@mit.edu>
+ * disp_com_err_status.c: Updated Mac OS X headers to new
+ framework layout... this time for real.
+
+2002-02-28 Alexandra Ellwood <lxs@mit.edu>
+ * disp_com_err_status.c, gssapi.hin, gssapi_generic.h:
+ Updated Mac OS X headers to new framework layout
+
+2000-11-19 Alexandra Ellwood <lxs@mit.edu>
+ * gssapi_generic.h: Fixed check for Mac OS X includes.
+
+2001-10-29 Miro Jurisic <meeroh@mit.edu>
+ * pullup from krb5-1-2 branch after krb5-1-2-2-bp
+ * gssapi.hin, gssapi_generic.h, gssapi_generic.c:
+ added oids from rfc 2744. Kept old oids for compatibility.
+ * gssapi.hin: Changed KerberosConditionalMacros.h to
+ KerberosSupport.h.
+ * gssapi.hin: Fixed Mac OS preprocessor test
+ * gssapi_generic.h: corrected Mac OS include to <GSS/gssapi.h>
+ * gssapiP_generic.h: use "" include for krb5.h
+ * disp_com_err_status.c, gssapi.hin: Updated Mac OS #defines
+ and #includes for new header layout and Mac OS X frameworks
+ * gssapi_generic.h: Added check for Mac OS X includes. This will
+ not break autoconf-style builds because they do not include
+ ConditionalMacros.h.
+
+2001-10-20 Ken Raeburn <raeburn@mit.edu>
+
+ * gssapiP_generic.h (g_*): For every g_ function declared here,
+ first define the name as a macro using a gssint_ prefix to avoid
+ conflicting with glib function names.
+
+2000-09-11 Alexandra Ellwood <lxs@mit.edu>
+ * gssapi_generic.h: Added check for Mac OS X includes. This will
+ not break autoconf-style builds because they do not include
+ ConditionalMacros.h.
+
1999-10-26 Tom Yu <tlyu@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,