git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17565 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-13 15:37:39 +00:00
parent 0e90681917
commit 6b31720b5c
2 changed files with 52 additions and 0 deletions

View File

@@ -1,3 +1,29 @@
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: Less pointer signedness warnings.
* unwrap.c: Less pointer signedness warnings.
* arcfour.c: Less pointer signedness warnings.
* gssapi_locl.h: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* encapsulate.c: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* decapsulate.c: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* decapsulate.c: Less pointer signedness warnings.
* cfx.c: Less pointer signedness warnings.
* init_sec_context.c: Less pointer signedness warnings (partly by
using the new asn.1 CHOICE decoder)
* import_sec_context.c: Less pointer signedness warnings.
2006-05-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gsskrb5_is_cfx): always set is_cfx. From

View File

@@ -1,3 +1,29 @@
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: Less pointer signedness warnings.
* unwrap.c: Less pointer signedness warnings.
* arcfour.c: Less pointer signedness warnings.
* gssapi_locl.h: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* encapsulate.c: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* decapsulate.c: Use const void * to instead of unsigned char * to
avoid pointer signedness warnings.
* decapsulate.c: Less pointer signedness warnings.
* cfx.c: Less pointer signedness warnings.
* init_sec_context.c: Less pointer signedness warnings (partly by
using the new asn.1 CHOICE decoder)
* import_sec_context.c: Less pointer signedness warnings.
2006-05-09 Love H<>rnquist <20>strand <lha@it.su.se>
* accept_sec_context.c (gsskrb5_is_cfx): always set is_cfx. From