*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11575 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-01-14 05:47:24 +00:00
parent 2d078d467a
commit a2806e6536

View File

@@ -1,3 +1,23 @@
2003-01-14 Love <lha@it.su.se>
* kdc/Makefile.am: always include kerberos4.c and 524.c in
kdc_SOURCES to support 524
* kdc/524.c: always compile in support for 524
* kdc/kdc_locl.h: move out krb/524 protos from under #ifdef KRB4
* kdc/config.c: always compile in support for 524
* kdc/connect.c: always compile in support for 524
* kdc/kerberos4.c: export encode_v4_ticket() and get_des_key()
even when we build without kerberos 4, 524 needs them
* lib/krb5/convert_creds.c, lib/krb5/krb5-v4compat.h: Split out
Kerberos 4 help functions/structures so other parts of the source
tree can use it (like the KDC)
2002-12-19 Johan Danielsson <joda@pdc.kth.se>
* lib/krb5/mk_rep.c: free allocated storage; reported by Howard