diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-05-09 02:11:22 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-05-09 02:11:22 +0000 |
| commit | bd68af5cea494a63697e89a322b70cf6c5dfd10e (patch) | |
| tree | 8676b9e2759012592ea77a49f28b6ca27755ffc7 /src/lib/krb4/ChangeLog | |
| parent | ea061aba3f0de13935362ae0ab436ad4f5c8d85e (diff) | |
Add string.h if necessary to define strlen, etc.
Add stdlib.h if present & necessary for malloc definition. (otherwise
define ourselves) - based on other code present.
Change ifdef POSIX to ifdef HAS_STDLIB_H
Check for stdlib.h in configure.in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5757 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb4/ChangeLog')
| -rw-r--r-- | src/lib/krb4/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index 93f5bfda9..c59459df2 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,25 @@ +Sun May 7 08:05:56 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * mk_preauth.c: Add <string.h> and either <stdlib.h> or provide + prototypes for malloc. + + * g_svc_in_tkt.c: Add <string.h> + + + * rd_preauth.c: Add <string.h> + + * mk_auth.c: Include "krb4-proto.h" for get_phost definition. + + * g_pw_in_tkt.c (stub_key): Add <string.h> + + * send_to_kdc.c: Ifdef on HAS_STDLIB_H not POSIX + + * realmofhost.c: Ifdef on HAS_STDLIB_H not POSIX + + * memcache.c: Ifdef on HAS_STDLIB_H not POSIX + + * configure.in: Check for stdlib.h + Thu May 4 10:03:22 1995 Tom Yu (tlyu@dragons-lair) * put_svc_key.c (put_svc_key): remove spurious & in front of fkey |
