diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-19 22:55:34 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-19 22:55:34 +0000 |
| commit | 5c57295f5d3628a98d9d0eef7da6eaef41c6cf14 (patch) | |
| tree | 21186ff34a4f1d446e18c4ce370959522e7bdfaa /src/kadmin/server/ChangeLog | |
| parent | 2890dd30dc879ad4a3f473b3f86a5dd0a7169eef (diff) | |
| download | krb5-5c57295f5d3628a98d9d0eef7da6eaef41c6cf14.tar.gz krb5-5c57295f5d3628a98d9d0eef7da6eaef41c6cf14.tar.xz krb5-5c57295f5d3628a98d9d0eef7da6eaef41c6cf14.zip | |
Select the cryptosystem to be used using krb5_use_cstype() instead of
using a implementation specific assignment. Also, allow the
encryption type to be specified using a command line option.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4546 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/server/ChangeLog')
| -rw-r--r-- | src/kadmin/server/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog index 95bfa930df..7ca21a3027 100644 --- a/src/kadmin/server/ChangeLog +++ b/src/kadmin/server/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 19 17:40:22 1994 Theodore Y. Ts'o (tytso@dcl) + + * adm_server.c (main): Select the cryptosystem to be used using + krb5_use_cstype() instead of using a implementation + specific assignment. Also, allow the encryption type to + be specified using a command line option. + Tue Oct 4 17:08:25 1994 Theodore Y. Ts'o (tytso@dcl) * adm_process.c (cpw_keyproc): Add widen.h and narrow.h around |
