svn rev #19143: trunk/src/ include/krb5/ lib/gssapi/krb5/ lib/krb5/keytab/
epeisach@MIT.EDU
epeisach at MIT.EDU
Mon Feb 5 10:32:14 EST 2007
Commit By: epeisach
Log Message:
ticket: new
subject: krb5_kt_get_type should return const char *.
The code returns a pointer to static structures. Just to enforce the
assumption that users can not change the returned data.
Change prototype of krb5_kt_get_type to return const char *. The other
changes are to clean up warnings - no change in code - usage assumed const.
Changed Files:
U trunk/src/include/krb5/krb5.hin
U trunk/src/lib/gssapi/krb5/add_cred.c
U trunk/src/lib/krb5/keytab/ktfns.c
U trunk/src/lib/krb5/keytab/t_keytab.c
More information about the cvs-krb5
mailing list