diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-07 04:55:30 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-07 04:55:30 +0000 |
| commit | 65fc7036916bfa0ef655a9a2bb9401fb95036f29 (patch) | |
| tree | 44f4a408832c76cea885ec4639154456f67b2293 /src/admin/edit/ChangeLog | |
| parent | 17339eb1dc3e18d59b055c6523676f9442e14b1f (diff) | |
| download | krb5-65fc7036916bfa0ef655a9a2bb9401fb95036f29.tar.gz krb5-65fc7036916bfa0ef655a9a2bb9401fb95036f29.tar.xz krb5-65fc7036916bfa0ef655a9a2bb9401fb95036f29.zip | |
Add new option -P to specify master key passwrd on the command line.
For testing only!
Fix bug where use of the -R option would report a random error, due to
the error code variable passed to ss_execute_line not being cleared first.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4474 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/ChangeLog')
| -rw-r--r-- | src/admin/edit/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index 8217853ea..870c634bf 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 7 00:01:40 1994 Theodore Y. Ts'o (tytso@dcl) + + * ss_wrapper.c (main): Clear code before ss_execute_line, since + ss_execute_line doesn't set code to 0 if there are no + problems. + + * kdb5_edit.c (kdb5_edit_Init): Add a new option so that the + master key password can be entered on the command line --- + for testing only; not documented!! + Mon Oct 3 19:10:47 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Use $(srcdir) to find manual page for make install. |
