document more about mechs

This commit is contained in:
Love Hornquist Astrand
2010-02-13 17:27:14 -08:00
parent 96852bdc79
commit b7581f5dcb

View File

@@ -35,13 +35,16 @@
*
* Heimdal implements the following mechanisms:
*
* - Kerberos 5 - GSS_KRB5_MECHANISM
* - SPNEGO - GSS_SPNEGO_MECHANISM
* - NTLM - GSS_NTLM_MECHANISM
* - Kerberos 5
* - SPNEGO
* - NTLM
*
* See @ref gssapi_mechs for more describtion about these mechanisms.
*
* The project web page: http://www.h5l.org/
*
* - @ref gssapi_services_intro
* - @ref gssapi_mechs
* - @ref gssapi_api_INvsMN
*/
@@ -70,6 +73,17 @@
*
*/
/**
* @page gssapi_mechs GSS-API mechanisms
* @section gssapi_mechs GSS-API mechanisms
*
* - Kerberos 5 - GSS_KRB5_MECHANISM
* - SPNEGO - GSS_SPNEGO_MECHANISM
* - NTLM - GSS_NTLM_MECHANISM
*/
/**
* @page internalVSmechname Internal names and mechanism names
* @section gssapi_api_INvsMN Name forms