diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-09-21 22:29:25 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-09-21 22:29:25 +0000 |
| commit | 9252a953a12aa6c508531de5ba0e1eb9dd1d8b83 (patch) | |
| tree | b2e2310f18c1faf8dcdb4012a058e3c6a0a4ff03 /src/lib/gssapi/generic | |
| parent | e2a351d33408305101825cd1e3e13195b2d52e66 (diff) | |
| download | krb5-9252a953a12aa6c508531de5ba0e1eb9dd1d8b83.tar.gz krb5-9252a953a12aa6c508531de5ba0e1eb9dd1d8b83.tar.xz krb5-9252a953a12aa6c508531de5ba0e1eb9dd1d8b83.zip | |
Whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25224 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic')
| -rw-r--r-- | src/lib/gssapi/generic/gssapi_ext.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/src/lib/gssapi/generic/gssapi_ext.h b/src/lib/gssapi/generic/gssapi_ext.h index 07f0c688ee..8fdb567fce 100644 --- a/src/lib/gssapi/generic/gssapi_ext.h +++ b/src/lib/gssapi/generic/gssapi_ext.h @@ -43,23 +43,24 @@ gss_pname_to_uid uid_t *uidOut); #endif - /** - * Provides a platform-specific name for a GSSAPI name as - * interpreted by a given mechanism - * @param name The gss name resulting from accept_sec_context - * @param mech_type The mechanism that will be asked to map @a name to a local name - * @param localname pointer to a buffer_desc allocated by the caller - * that will be filled in with the local name on successful completion. - */ +/** + * Provides a platform-specific name for a GSSAPI name as interpreted by a + * given mechanism. + * + * @param name The gss name resulting from accept_sec_context + * @param mech_type The mechanism that will be asked to map @a name to a + * local name + * @param localname Pointer to a buffer_desc allocated by the caller + * that will be filled in with the local name on successful + * completion. + */ OM_uint32 KRB5_CALLCONV gss_localname (OM_uint32 *minor, - const gss_name_t name, + const gss_name_t name, gss_const_OID mech_type, gss_buffer_t localname); - - /** Determine whether a mechanism name is authorized to act as a username. * * @param [in] name Mechanism name |
