some gssapi bits

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24790 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-22 23:27:28 +00:00
parent 0db289777b
commit 5fd1a86dd9

View File

@@ -34,11 +34,39 @@
/*! @mainpage Heimdal GSS-API Library
*
* The project web page: http://www.h5l.org/
*
* - @ref gssapi_services_intro
* - @ref gssapi_INvsMN
*/
/**
* @page gssapi_services_intro Introduction to GSS-API services
* @section gssapi_services GSS-API services
*
* @subsection gssapi_services_context Context creation
*
* - delegation
* - mutual authentication
* - anonymous
* - use per message before context creation has completed
*
* return status:
* - support conf
* - support int
*
* @subsection gssapi_services_permessage Per-message services
*
* - conf
* - int
* - message integrity
* - replay detection
* - out of sequence
*
*/
/**
* @page internalVSmechname Internal names and mechanism names
* @section api_INvsMN Name forms
* @section gssapi_api_INvsMN Name forms
*
* There are two forms of name in GSS-API, Internal form and
* Contiguous string ("flat") form. gss_export_name() and