git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17524 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-09 08:08:17 +00:00
parent dd796d90c2
commit 12aa00c33f
2 changed files with 30 additions and 2 deletions

View File

@@ -1,4 +1,18 @@
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gsskrb5_is_cfx): always set is_cfx. From
Andrew Abartlet.
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* get_mic.c (mic_des3): make sure message_buffer doesn't point to
free()ed memory on failure. Pointed out by IBM checker.
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* Rename u_intXX_t to uintXX_t
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: Less pointer signedness warnings.

View File

@@ -1,4 +1,18 @@
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gsskrb5_is_cfx): always set is_cfx. From
Andrew Abartlet.
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* get_mic.c (mic_des3): make sure message_buffer doesn't point to
free()ed memory on failure. Pointed out by IBM checker.
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* Rename u_intXX_t to uintXX_t
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: Less pointer signedness warnings.