diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-01-26 04:21:45 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-01-26 04:21:45 +0000 |
| commit | 64a370c19fb420c84a112effb23925875a6d201f (patch) | |
| tree | a19dd245239923dd1e611c092ea3ad528f0bc6b4 /src/kdc/ChangeLog | |
| parent | 165f067c4adb444247271cb690214e33f6c09d3b (diff) | |
| download | krb5-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/ChangeLog | 7 |
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 |
