diff options
author | Ken Raeburn <raeburn@mit.edu> | 1996-04-18 05:19:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 1996-04-18 05:19:51 +0000 |
commit | 01fa06f7463d2de3bc6a6fb6cd49c064651b2887 (patch) | |
tree | 63b96abc62a913584478332b35a75f3ac5fed533 | |
parent | a43840cb1f775d1d6e4886a936fe1b6912da5752 (diff) | |
download | krb5-01fa06f7463d2de3bc6a6fb6cd49c064651b2887.tar.gz krb5-01fa06f7463d2de3bc6a6fb6cd49c064651b2887.tar.xz krb5-01fa06f7463d2de3bc6a6fb6cd49c064651b2887.zip |
some changelog entries mark didn't bring over
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7838 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/clients/ksu/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/clients/ksu/ChangeLog b/src/clients/ksu/ChangeLog index 5275355ab..84b76ddee 100644 --- a/src/clients/ksu/ChangeLog +++ b/src/clients/ksu/ChangeLog @@ -4,6 +4,18 @@ Wed Apr 10 20:24:49 1996 Richard Basch <basch@lehman.com> statements. Also, rather than computing the default host key, let the library routine do it. +Sun Mar 31 16:48:29 1996 Chris Provenzano <proven@cygnus.com> + + * main.c (main): Handle suspend/fg properly. + +Fri Mar 29 23:35:53 1996 Chris Provenzano <proven@cygnus.com> + + * ccache.c main.c: Remove krb5_ccache_refresh(). All this functionality + is is done in the krb5_ccache_copy(), and the way refresh() was + implemented it was generating a new ccache owner by root (ksu is suid) + over the old ccache, thereby making it possible that programs + accessing the ccache during this time would fail. + Wed Mar 13 17:45:11 1996 Ken Raeburn <raeburn@cygnus.com> * configure.in: Use AC_HEADER_STDARG. |