[26459] in CVS-changelog-for-Kerberos-V5
svn rev #25790: trunk/src/lib/gssapi/generic/
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Mon Mar 26 22:32:58 2012
Date: Mon, 26 Mar 2012 22:32:57 -0400
From: ghudson@mit.edu
Message-Id: <201203270232.q2R2WvV3007829@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
http://src.mit.edu/fisheye/changelog/krb5/?cs=25790
Commit By: ghudson
Log Message:
Fix up gssapi_ext.h Doxygen markup somewhat
* Bring formatting for gss_userok and gss_authorize_localname into
conformance.
* Bring parameter markup for gss_localname into conformance.
Changed Files:
U trunk/src/lib/gssapi/generic/gssapi_ext.h
Modified: trunk/src/lib/gssapi/generic/gssapi_ext.h
===================================================================
--- trunk/src/lib/gssapi/generic/gssapi_ext.h 2012-03-27 02:32:48 UTC (rev 25789)
+++ trunk/src/lib/gssapi/generic/gssapi_ext.h 2012-03-27 02:32:57 UTC (rev 25790)
@@ -47,12 +47,12 @@
* 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.
+ * @param [out] minor Minor status code
+ * @param [in] name The gss name resulting from accept_sec_context
+ * @param [in] mech_type The mechanism that will be asked to map @a name to a
+ * local name
+ * @param [out] localname Caller-allocated buffer to be filled in with the
+ * local name on success
*/
OM_uint32 KRB5_CALLCONV
gss_localname
@@ -61,7 +61,8 @@
gss_const_OID mech_type,
gss_buffer_t localname);
-/** Determine whether a mechanism name is authorized to act as a username.
+/**
+ * Determine whether a mechanism name is authorized to act as a username.
*
* @param [in] name Mechanism name
* @param [in] username System username
@@ -77,7 +78,8 @@
gss_userok(const gss_name_t name,
const char *username);
-/** Determine whether a mechanism name is authorized to act as a local name.
+/**
+ * Determine whether a mechanism name is authorized to act as a local name.
*
* @param [out] minor Minor status code
* @param [in] name Mechanism name
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5