git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12355 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-06-06 16:13:57 +00:00
parent 83d5b4e6b7
commit dce2ccba07
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2003-06-06 Love H<>rnquist <20>strand <lha@it.su.se>
* wrap.c (sub_wrap_size): gss_wrap_size_limit() has
req_output_size and max_input_size around the wrong way -- it
returns the output token size for a given input size, rather than
the maximum input size for a given output token size.
From: Luke Howard <lukeh@PADL.COM>
2003-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: add prototypes for sequence.c

View File

@@ -1,3 +1,12 @@
2003-06-06 Love H<>rnquist <20>strand <lha@it.su.se>
* wrap.c (sub_wrap_size): gss_wrap_size_limit() has
req_output_size and max_input_size around the wrong way -- it
returns the output token size for a given input size, rather than
the maximum input size for a given output token size.
From: Luke Howard <lukeh@PADL.COM>
2003-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: add prototypes for sequence.c