Skip Menu |
 

From: epeisach@mit.edu
Subject: SVN Commit
The internal code to krb5_kt_default_name was casting the length to size_t.
Change prototype to take an unsigned - which makes sense in how the code uses
it.



Commit By: epeisach



Revision: 19144
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/krb5/os/ktdefname.c
From: lxs@mit.edu
Subject: SVN Commit

Changes to krb5_kt_default_name changed the krb5 ABI. Reverted
API prototype change and added a temporary variable to avoid casting
problems.

Commit By: lxs



Revision: 20502
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/krb5/os/ktdefname.c