Tcl Library Source Code

Diff
Login

Differences From Artifact [77d61978ea]:

To Artifact [23f8f75bb1]:


1
2
3
4
5
6
7
8
9
10
11
12

[//000000001]: # (SASL \- Simple Authentication and Security Layer \(SASL\))
[//000000002]: # (Generated from file 'sasl\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2005\-2006, Pat Thoyts <patthoyts@users\.sourceforge\.net>)
[//000000004]: # (SASL\(n\) 1\.3\.3 tcllib "Simple Authentication and Security Layer \(SASL\)")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
href="../../../../index.md">Keyword Index</a> &#124; <a
href="../../../../toc0.md">Categories</a> &#124; <a
href="../../../../toc1.md">Modules</a> &#124; <a
href="../../../../toc2.md">Applications</a> ] <hr>




|







1
2
3
4
5
6
7
8
9
10
11
12

[//000000001]: # (SASL \- Simple Authentication and Security Layer \(SASL\))
[//000000002]: # (Generated from file 'sasl\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright &copy; 2005\-2006, Pat Thoyts <patthoyts@users\.sourceforge\.net>)
[//000000004]: # (SASL\(n\) 1\.3\.4 tcllib "Simple Authentication and Security Layer \(SASL\)")

<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
href="../../../toc.md">Table Of Contents</a> &#124; <a
href="../../../../index.md">Keyword Index</a> &#124; <a
href="../../../../toc0.md">Categories</a> &#124; <a
href="../../../../toc1.md">Modules</a> &#124; <a
href="../../../../toc2.md">Applications</a> ] <hr>
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  - [Category](#category)

  - [Copyright](#copyright)

# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5 9  
package require SASL ?1\.3\.3?  

[__::SASL::new__ *option value ?\.\.\.?*](#1)  
[__::SASL::configure__ *option value* ?*\.\.\.*?](#2)  
[__::SASL::step__ *context* *challenge* ?*\.\.\.*?](#3)  
[__::SASL::response__ *context*](#4)  
[__::SASL::reset__ *context*](#5)  
[__::SASL::cleanup__ *context*](#6)  







|







44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
  - [Category](#category)

  - [Copyright](#copyright)

# <a name='synopsis'></a>SYNOPSIS

package require Tcl 8\.5 9  
package require SASL ?1\.3\.4?  

[__::SASL::new__ *option value ?\.\.\.?*](#1)  
[__::SASL::configure__ *option value* ?*\.\.\.*?](#2)  
[__::SASL::step__ *context* *challenge* ?*\.\.\.*?](#3)  
[__::SASL::response__ *context*](#4)  
[__::SASL::reset__ *context*](#5)  
[__::SASL::cleanup__ *context*](#6)