*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-29 01:34:41 +00:00
parent b3932fd7f2
commit 218ec85ea0
3 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,17 @@
Wed Oct 29 02:06:10 1997 Assar Westerlund <assar@sics.se>
* lib/krb5/context.c (krb5_init_context): support `KRB5_CONFIG'
environment variable
* *: use the roken_get*-macros from roken.h for the benefit of
Crays.
* configure.in: add --{enable,disable}-otp. check for compatible
prototypes for gethostbyname, gethostbyaddr, getservbyname, and
openlog (they have strange prototypes on Crays)
* acinclude.m4: new macro `AC_PROTO_COMPAT'
Tue Oct 28 00:11:22 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* kdc/connect.c: Log bad requests.

View File

@@ -0,0 +1,6 @@
Wed Oct 29 02:09:24 1997 Assar Westerlund <assar@sics.se>
* pop_pass.c: conditionalize OTP-support
* pop_init.c: conditionalize OTP-support

View File

@@ -0,0 +1,5 @@
Wed Oct 29 02:21:38 1997 Assar Westerlund <assar@sics.se>
* roken.h: Add ugly macros for openlog, gethostbyname,
gethostbyaddr, and getservbyname for the benefit of Crays. Add
default definition of MAXPATHLEN