diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-04-23 04:33:19 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-04-23 04:33:19 +0000 |
| commit | 03c8dc0b570c38d17ba78e4de7fd13bde86a3df3 (patch) | |
| tree | f155eedbb29ee2522a33c46fdaaa9cc7f07c113e /src/lib/gssapi/krb5/ChangeLog | |
| parent | 3c295bf54be08b81b8b45c96fc65bdc87f88a771 (diff) | |
wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_size limit so
that it correctly calculates its results, and underestimates the
correct size instead of overestimating it, and not returning zero all
the time. (Which it used to do after the March 25 fix.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11380 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/krb5/ChangeLog')
| -rw-r--r-- | src/lib/gssapi/krb5/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog index 61b9cb586..dbab40a0c 100644 --- a/src/lib/gssapi/krb5/ChangeLog +++ b/src/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 23 00:31:17 1999 Theodore Y. Ts'o <tytso@mit.edu> + + * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_size + limit so that it correctly calculates its results, and + underestimates the correct size instead of overestimating + it, and not returning zero all the time. (Which it used + to do after the March 25 fix.) + Sat Apr 17 01:23:57 1999 Theodore Y. Ts'o <tytso@mit.edu> * gssapi_krb5.h, copy_ccache.c, get_tkt_flags.c, set_ccache.c: |
