From 5fd1a86dd9b1db8ce3d38c78253c74a63eedbb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Feb 2009 23:27:28 +0000 Subject: [PATCH] some gssapi bits git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24790 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/mech/doxygen.c | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/lib/gssapi/mech/doxygen.c b/lib/gssapi/mech/doxygen.c index 2acd0be65..de44191d8 100644 --- a/lib/gssapi/mech/doxygen.c +++ b/lib/gssapi/mech/doxygen.c @@ -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