summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-01-26 04:21:45 +0000
committerTheodore Tso <tytso@mit.edu>1995-01-26 04:21:45 +0000
commit64a370c19fb420c84a112effb23925875a6d201f (patch)
treea19dd245239923dd1e611c092ea3ad528f0bc6b4 /src/kdc/ChangeLog
parent165f067c4adb444247271cb690214e33f6c09d3b (diff)
downloadkrb5-64a370c19fb420c84a112effb23925875a6d201f.tar.gz
krb5-64a370c19fb420c84a112effb23925875a6d201f.tar.xz
krb5-64a370c19fb420c84a112effb23925875a6d201f.zip
Allow the primary port that the KDC listens on be configurable on the
command line. If the appropriate /etc/services entries aren't found, use compiled in defaults. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4851 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 8abd67adb..afa6c3cf3 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 25 23:20:07 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * network.c (setup_network), main.c (process_args): Allow the
+ primary port that the KDC listens on be configurable on the
+ command line. If the appropriate /etc/services entries
+ aren't found, use compiled in defaults.
+
Wed Jan 25 16:54:40 1995 Chris Provenzano (proven@mit.edu)
* Removed all narrow types and references to wide.h and narrow.h