From 64a370c19fb420c84a112effb23925875a6d201f Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 26 Jan 1995 04:21:45 +0000 Subject: 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 --- src/kdc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/kdc/ChangeLog') diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 8abd67adb4..afa6c3cf39 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 -- cgit