From 4185cec91422e9daabc0bc0a1eca6955889a021b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 6 Dec 1997 07:58:22 +0000 Subject: * krb5.hin: Add constants and prototypes for the Cygnus password changing API. Add krb5_cc_copy_creds. Add support for Cygnus initial credentials API. * k5-int.h: Add additional preauth types. Add additional parameter to krb5_sendto_kdc for designating whether to use the master. Add functions to support Cygnus initial credentials API. Add prototypes for sam functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10318 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 7853a60d0..6ba9ccfa3 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,14 @@ +Sat Dec 6 02:20:11 1997 Tom Yu + + * krb5.hin: Add constants and prototypes for the Cygnus password + changing API. Add krb5_cc_copy_creds. Add support for Cygnus + initial credentials API. + + * k5-int.h: Add additional preauth types. Add additional + parameter to krb5_sendto_kdc for designating whether to use the + master. Add functions to support Cygnus initial credentials API. + Add prototypes for sam functions. + Tue Sep 30 18:56:05 1997 Tom Yu * win-mac.h: Replace HAS_STDLIB_H with something more sane. -- cgit