summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/ChangeLog
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1996-01-31 22:26:17 +0000
committerSam Hartman <hartmans@mit.edu>1996-01-31 22:26:17 +0000
commit87eabfc4956695f794f94248d9bdcdf8a1fa74ec (patch)
tree4fe86784b43e693a2fdc0f07412e03203d3e6de2 /src/appl/bsd/ChangeLog
parent02ae2af7f92d06426591c66792c880d358b5fda0 (diff)
* krshd: Make sure KRB5CCNAME gets set for forward creds; code could be much cleaner.
* forward.c: give caller handle to ccache so it can be destroyed. * krshd: destroy the ccache if it is non-null. * krlogind: Fix call, but don't destroy cache, as login.krb5 should do that any year now. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7422 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
-rw-r--r--src/appl/bsd/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 3014fcbed..02696fed1 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,34 @@
+Wed Jan 31 16:24:50 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * krlogind.c (recvauth): Psas ccache to rd_and_store_for_creds
+
+ * krshd.c (recvauth): Pass address of ccache to rd_and_store_for_creds
+ (ccache): new global variable.
+ (cleanup): Destroy ccache if we have one.
+ (doit): Destroy cache on normal terination.
+
+ * forward.c (rd_and_store_for_creds): Take a pointer to a ccache;
+ we should provide the caller with a way of destroying forwarded
+ credentials.
+
+Tue Jan 30 17:56:49 1996 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * krshd.c (envinit): Expand to have space KRB5_CCNAME
+ (doit): Put krb5_ccname at the end of envinit; this is
+ handled differently that other variables, because TZ may or may not
+ beset, so our position cannot be fixed.
+
+
+
+
+
+ done
+
+
+
+
+ Auto-saving...Use execle because AIX doesn't use envron for the initial environment.
+
Sat Jan 27 18:40:31 1996 Sam Hartman <hartmans@tertius.mit.edu>
* kcmd.c (kcmd): We no longer need F_SETOWN as nothing in appl/bsd