gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/doc


From: gsasl-commit
Subject: CVS gsasl/doc
Date: Thu, 30 Sep 2004 15:56:00 +0200

Update of /home/cvs/gsasl/doc
In directory dopio:/tmp/cvs-serv25467/doc

Modified Files:
        gsasl.texi 
Log Message:
Add examples.

--- /home/cvs/gsasl/doc/gsasl.texi      2004/09/24 00:42:13     1.72
+++ /home/cvs/gsasl/doc/gsasl.texi      2004/09/30 13:56:00     1.73
@@ -66,7 +66,7 @@
 * Session Functions::           Perform an authentication.
 * Utilities::                   Functions for various odd things.
 * Error Handling::              Error codes and such.
-* Examples::                    Example code.
+* Examples::                    Demonstrate how to use the library.
 * Acknowledgements::            Whom to blame.
 
 * Invoking gsasl::              Command line interface to the library.
@@ -1427,17 +1427,38 @@
 Library can be used when writing your own application.
 
 @menu
-* Example 1::
+* Example 1::          SASL client.
+* Example 2::          SASL client where server send data first.
+* Example 3::          SASL client, with a choice of mechanism to use.
+* Example 4::          SASL client, with callback for user info.
 @end menu
 
 @node Example 1
 @section Example 1
 
-This is the minimal program which uses the library (including
-internationalization features) without doing anything.
address@hidden
address@hidden ../examples/client.c
address@hidden example
+
address@hidden Example 2
address@hidden Example 2
+
address@hidden
address@hidden ../examples/client-serverfirst.c
address@hidden example
+
address@hidden Example 3
address@hidden Example 3
+
address@hidden
address@hidden ../examples/client-mech.c
address@hidden example
+
address@hidden Example 4
address@hidden Example 4
 
 @example
address@hidden gsasl-example1.c
address@hidden ../examples/client-callback.c
 @end example
 
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]