git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17437 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-04 11:59:59 +00:00
parent f832671530
commit 197bb022d1
2 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
2006-04-12 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: Less pointer signedness warnings.
* arcfour.c: Avoid pointer signedness warnings.
* gssapi_locl.h (gssapi_decode_*): make data argument const void *
* 8003.c (gssapi_decode_*): make data argument const void *
2006-04-12 Love H<>rnquist <20>strand <lha@it.su.se>
* export_sec_context.c: Export sequence order element. From Wynn
Wilkes <wynn.wilkes@quest.com>.

View File

@@ -1,5 +1,15 @@
2006-04-12 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>
* cfx.c: Less pointer signedness warnings.
* arcfour.c: Avoid pointer signedness warnings.
* gssapi_locl.h (gssapi_decode_*): make data argument const void *
* 8003.c (gssapi_decode_*): make data argument const void *
2006-04-12 Love H<>rnquist <20>strand <lha@it.su.se>
* export_sec_context.c: Export sequence order element. From Wynn
Wilkes <wynn.wilkes@quest.com>.