Module Name: krb5 Committed By: lxs Date: Thu Mar 6 19:52:26 UTC 2003 Modified Files: krb5/src/include/kerberosIV/ChangeLog Added Files: Removed Files: Log Message * des.h, krb.h: Removed deprecated KfM functions. They will be exported but not in the headers to discourage new callers. Removed enumsalwaysint because there are no typed enums in this header. * des.h: Made afs_string_to_key public on all platforms. (OpenAFS folk think this is okay.) * krb.h, prot.h: Made KRB_TICKET_GRANTING_TICKET public and removed non-public TICKET_GRANTING_TICKET because this macro is used in lots of places by KfM, including some clients. Made krb__get_srvtabname non-private because it is used by KEYFILE. * kadm.h: moved definition of MAXHOSTNAMELEN below the inclusion of other headers so that if it gets defined by those other headers or headers they include, we don't get a redefinition error (this happens on Mac OS X). To generate a diff of this commit: cvs diff -r5.92 -r5.93 krb5/src/include/kerberosIV/ChangeLog