summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-06-23 14:02:19 +0000
committerPaul Park <pjpark@mit.edu>1995-06-23 14:02:19 +0000
commitae71de2a2f05b94f3238e4ee1edf49eb18cf1c8a (patch)
tree0769216f4d81065b80cacbbf719958c258e98972 /src/kdc/ChangeLog
parent36b0618997fd316a4f8fff8878c12e30839606a6 (diff)
downloadkrb5-ae71de2a2f05b94f3238e4ee1edf49eb18cf1c8a.tar.gz
krb5-ae71de2a2f05b94f3238e4ee1edf49eb18cf1c8a.tar.xz
krb5-ae71de2a2f05b94f3238e4ee1edf49eb18cf1c8a.zip
Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DB
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6138 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 286d9b98c..bcaa4a2ca 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,4 +1,30 @@
+Thu Jun 22 15:24:16 EDT 1995 Paul Park (pjpark@mit.edu)
+ * main.c - Change option parsing logic to support multiple realms.
+ Use alternate profile routines from libkadm to support reading
+ values from it.
+ * dispatch.c - Setup global realm context before calling process_as_
+ req().
+ * do_as_req.c - Change KDB_CONVERT_KEY_OUTOF_DB to decrypt_key call.
+ * do_tgs_req.c - Setup global realm context from our service principal
+ name.
+ * extern.c - Remove per-realm global data. Replace this with list
+ of per-realm data with a pointer to the active request's realm.
+ * extern.h - Change per-realm global data names to #define's. This
+ is to avoid having to rewrite everything to pass a pointer to
+ the active realm.
+ * kdc_util.c - Change "kdc_context" to "kcontext" because of #defines
+ in extern.h. Also add logic after call to rd_req_decoded
+ to see if it failed because of a rcache error. If so, then
+ reinitialize the replay cache and retry it.
+ Also change KDB_CONVERT_KEY_OUTOF_DB to decrypt_key.
+ * kerberos_v4.c - Remove extraneous definition of master_encblock.
+ * krb5kdc.M - Add definition of -p, add vague reference to kdc.conf
+ manpage and describe multiple realms briefly.
+ * network.c - Change udp_port_fd to a list of fds to support having
+ multiple ports to listen on.
+
+
Thu Jun 15 17:55:21 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
change target link line to use $(LD) and associated flags.