summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-09-01 20:59:34 +0000
committerKen Raeburn <raeburn@mit.edu>1999-09-01 20:59:34 +0000
commit20551b3739f17bd7b4f4ec27f79b2445ed6ff12d (patch)
tree3c3397de4672a2186110af8cb4c07c9c5bfc42db /src/include/ChangeLog
parent8347de78dd4db98ac4a94aee56d177eae2dd68bd (diff)
downloadkrb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.tar.gz
krb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.tar.xz
krb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.zip
From 1.1 branch.
Indented krb5_cc macros for readability, plus: 1999-08-31 Jeffrey Altman <jaltman@columbia.edu> * k5-int.h: Add #define ANSI_STDIO for Windows builds so that stdio opens files in binary mode instead of text mode. This is necessary for Ctrl-Z transparency. 1999-08-30 Ken Raeburn <raeburn@mit.edu> * configure.in: Check for memmove and bcopy. * Makefile.in (install): Install profile.h since krb5.h will use it. 1999-08-26 Danilo Almeida <dalmeida@mit.edu> * krb5.hin (krb5_kuserok): Fix calling convention to make it consistent with rest of krb5 exports before we start exporting this from the Windows DLL. 1999-08-25 Danilo Almeida <dalmeida@mit.edu> * k5-int.h (krb5_cc_retrieve_cred_default): Fix calling convention to make it consistent with actual calling convention. 1999-08-23 Ken Raeburn <raeburn@mit.edu> * krb5.hin (KRB5_TC_SUPPORTED_KTYPES): New flag. * k5-int.h (krb5_cc_retrieve_cred_default): Declare. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11764 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 2d00ac7276..017cd8e270 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,32 @@
+1999-08-31 Jeffrey Altman <jaltman@columbia.edu>
+
+ * k5-int.h: Add #define ANSI_STDIO for Windows builds so that
+ stdio opens files in binary mode instead of text
+ mode. This is necessary for Ctrl-Z transparency.
+
+1999-08-30 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check for memmove and bcopy.
+
+ * Makefile.in (install): Install profile.h since krb5.h will use
+ it.
+
+1999-08-26 Danilo Almeida <dalmeida@mit.edu>
+
+ * krb5.hin (krb5_kuserok): Fix calling convention to make it
+ consistent with rest of krb5 exports before we start exporting
+ this from the Windows DLL.
+
+1999-08-25 Danilo Almeida <dalmeida@mit.edu>
+
+ * k5-int.h (krb5_cc_retrieve_cred_default): Fix calling convention
+ to make it consistent with actual calling convention.
+
+1999-08-23 Ken Raeburn <raeburn@mit.edu>
+
+ * krb5.hin (KRB5_TC_SUPPORTED_KTYPES): New flag.
+ * k5-int.h (krb5_cc_retrieve_cred_default): Declare.
+
1999-08-18 Tom Yu <tlyu@mit.edu>
* krb5.hin: Re-align des3-cbc-sha1 and hmac-sha1-des3 to agree