Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: epeisach@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 486 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. Commit By: epeisach Revision: 19143 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