X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Fsasl.texi;h=9cd465abb26ab2127d348bee8646939a69bc9c24;hb=ab6b58ba032f3baaf4c78e63be9e39e9d8de5e62;hp=8d73326430789f59d747f716ae176f852f37f82e;hpb=249142f014344b6f7e1a85fdebc289fd45819a84;p=elisp%2Fgnus.git- diff --git a/texi/sasl.texi b/texi/sasl.texi index 8d73326..9cd465a 100644 --- a/texi/sasl.texi +++ b/texi/sasl.texi @@ -14,10 +14,11 @@ @ifinfo This file describes the Emacs SASL library. -Copyright (C) 2000 Daiki Ueno. +Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2000 Daiki Ueno. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU @@ -36,7 +37,7 @@ Free Documentation License". Copyright @copyright{} 2000 Daiki Ueno. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU @@ -57,7 +58,7 @@ applications using different protocols. * Overview:: What Emacs SASL library is. * How to use:: Adding authentication support to your applications. * Data types:: -* Backend drivers:: Writing your own drivers. +* Back end drivers:: Writing your own drivers. * Index:: * Function Index:: * Variable Index:: @@ -72,9 +73,9 @@ adding authentication support to various application protocols. The toplevel interface of this library is inspired by Java @sc{sasl} Application Program Interface. It defines an abstraction over a series -of authentication mechanism drivers (@ref{Backend drivers}). +of authentication mechanism drivers (@ref{Back end drivers}). -Backend drivers are designed to be close as possible to the +Back end drivers are designed to be close as possible to the authentication mechanism. You can access the additional configuration information anywhere from the implementation. @@ -133,7 +134,7 @@ returns apropriate @code{sasl-mechanism} object. Return name of mechanism, a string. @end defun -If you want to write an authentication mechanism driver (@ref{Backend +If you want to write an authentication mechanism driver (@ref{Back end drivers}), use @code{sasl-make-mechanism} and modify @code{sasl-mechanisms} and @code{sasl-mechanism-alist} correctly. @@ -241,8 +242,8 @@ Perform the authentication step. At the first time @var{step} should be set to @code{nil}. @end defun -@node Backend drivers -@chapter Backend drivers +@node Back end drivers +@chapter Back end drivers (Not yet written). @@ -263,3 +264,7 @@ At the first time @var{step} should be set to @code{nil}. @bye @c End: + +@ignore + arch-tag: dc9650be-a953-40bf-bc55-24fe5f19d875 +@end ignore