git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12983 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-10-07 04:09:43 +00:00
parent 535b4f1e94
commit e31cf630fd
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2003-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* add_cred.c: If its a MEMORY cc, make a copy. We need to do this
since now gss_release_cred will destroy the cred. This should be
really be solved a better way.
* acquire_cred.c (gss_release_cred): if its a mcc, destroy it
rather the just release it Found by: "Zi-Bin Yang"
<zbyang@decru.com>

View File

@@ -1,5 +1,9 @@
2003-10-07 Love H<>rnquist <20>strand <lha@it.su.se>
* add_cred.c: If its a MEMORY cc, make a copy. We need to do this
since now gss_release_cred will destroy the cred. This should be
really be solved a better way.
* acquire_cred.c (gss_release_cred): if its a mcc, destroy it
rather the just release it Found by: "Zi-Bin Yang"
<zbyang@decru.com>