diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2003-03-06 19:52:44 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2003-03-06 19:52:44 +0000 |
| commit | 77496479cac1a3158c59fd6fd53e0b5cce02cde7 (patch) | |
| tree | 28e900f75e0869ebb984817b3845786429fa38d2 /src/include/kerberosIV/ChangeLog | |
| parent | 51d9147fa54ccc6fec3cec833c4e922e054a4941 (diff) | |
| download | krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.tar.gz krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.tar.xz krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.zip | |
* 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)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15245 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kerberosIV/ChangeLog')
| -rw-r--r-- | src/include/kerberosIV/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/kerberosIV/ChangeLog b/src/include/kerberosIV/ChangeLog index 70690e9605..baa927a2b5 100644 --- a/src/include/kerberosIV/ChangeLog +++ b/src/include/kerberosIV/ChangeLog @@ -1,3 +1,21 @@ +2003-03-06 Alexandra Ellwood <lxs@mit.edu> + * 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). + 2003-02-12 Ken Raeburn <raeburn@mit.edu> * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to |
