git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17048 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-10 17:15:10 +00:00
parent 7452077a9f
commit 5c4f7cec25
4 changed files with 84 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-09 Love H<>rnquist <20>strand <lha@it.su.se>
* add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a
standard conformance failure, but much better then a crash.
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* get_mic.c (get_mic*)_: make sure message_token is cleaned on
error, found by IBM checker.