Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: add krb5_cc_new_unique() X-RT-Original-Encoding: iso-8859-1 Content-Length: 422 /* * Generates a new unique ccache of `type` in `id'. The supplied * `hint' (that can be NULL) is a string that the credential cache * type can use to base the name of the credential on, this is to make * its easier for the user to differentiate the credentials. * * Returns 0 or an error code. */ krb5_error_code krb5_cc_new_unique(krb5_context context, const char *type, const char *hint, krb5_ccache *id)