diff options
| author | John Gilmore <gnu@toad.com> | 1995-03-29 02:08:58 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-03-29 02:08:58 +0000 |
| commit | 87acb0f2471655640df7aaaa07ef53f27bc02f62 (patch) | |
| tree | a9643b2cac510cbd623a439583c6b48be133a6ee /src/include/krb5/ChangeLog | |
| parent | 907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9 (diff) | |
* Makefile.in (KRB5_HEADERS, install): Account for file renames.
(all-mac): Add.
* configure.in (CONFIG_RULES): Remove.
(krb5_sigtype): Define as either void or int.
* encryption.h: Insert parentheses in macros to avoid mis-expansion.
* k5-config.h: Further parameterize socket support.
* macsock.h: Support connect(), recv(), send(), getmyipaddr().
(WSAGetLastError): Fix typo -- there's no argument to this macro.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5292 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
| -rw-r--r-- | src/include/krb5/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 5f3fb554b..69152b0bd 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,13 @@ +Tue Mar 28 18:02:41 1995 John Gilmore (gnu at toad.com) + + * Makefile.in (KRB5_HEADERS, install): Account for file renames. + (all-mac): Add. + * configure.in (CONFIG_RULES): Remove. + (krb5_sigtype): Define as either void or int. + * encryption.h: Insert parentheses in macros to avoid mis-expansion. + * k5-config.h: Further parameterize socket support. + * macsock.h: Support connect(), recv(), send(), getmyipaddr(). + (WSAGetLastError): Fix typo -- there's no argument to this macro. Mon Mar 27 09:33:10 1995 Chris Provenzano (proven@mit.edu) |
