xref: /freebsd/crypto/heimdal/doc/doxyout/ntlm/html/index.html (revision ae77177087c655fc883075af4f425b37e032cd05)
1*ae771770SStanislav Sedov<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2*ae771770SStanislav Sedov<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3*ae771770SStanislav Sedov<title>Heimdalntlmlibrary: Heimdal NTLM library</title>
4*ae771770SStanislav Sedov<link href="doxygen.css" rel="stylesheet" type="text/css">
5*ae771770SStanislav Sedov<link href="tabs.css" rel="stylesheet" type="text/css">
6*ae771770SStanislav Sedov</head><body>
7*ae771770SStanislav Sedov<p>
8*ae771770SStanislav Sedov<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a>
9*ae771770SStanislav Sedov</p>
10*ae771770SStanislav Sedov<!-- end of header marker -->
11*ae771770SStanislav Sedov<!-- Generated by Doxygen 1.5.6 -->
12*ae771770SStanislav Sedov<div class="navigation" id="top">
13*ae771770SStanislav Sedov  <div class="tabs">
14*ae771770SStanislav Sedov    <ul>
15*ae771770SStanislav Sedov      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
16*ae771770SStanislav Sedov      <li><a href="modules.html"><span>Modules</span></a></li>
17*ae771770SStanislav Sedov      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
18*ae771770SStanislav Sedov      <li><a href="examples.html"><span>Examples</span></a></li>
19*ae771770SStanislav Sedov    </ul>
20*ae771770SStanislav Sedov  </div>
21*ae771770SStanislav Sedov</div>
22*ae771770SStanislav Sedov<div class="contents">
23*ae771770SStanislav Sedov<h1>Heimdal NTLM library</h1>
24*ae771770SStanislav Sedov<p>
25*ae771770SStanislav Sedov<h3 align="center">1.5.1 </h3><h2><a class="anchor" name="intro">
26*ae771770SStanislav SedovIntroduction</a></h2>
27*ae771770SStanislav SedovHeimdal libheimntlm library is a implementation of the NTLM protocol, both version 1 and 2. The GSS-API mech that uses this library adds support for transport encryption and integrity checking.<p>
28*ae771770SStanislav SedovNTLM is a protocol for mutual authentication, its still used in many protocol where Kerberos is not support, one example is EAP/X802.1x mechanism LEAP from Microsoft and Cisco.<p>
29*ae771770SStanislav SedovThis is a support library for the core protocol, its used in Heimdal to implement and GSS-API mechanism. There is also support in the KDC to do remote digest authenticiation, this to allow services to authenticate users w/o direct access to the users ntlm hashes (same as Kerberos arcfour enctype keys).<p>
30*ae771770SStanislav SedovMore information about the NTLM protocol can found here <a href="http://davenport.sourceforge.net/ntlm.html">http://davenport.sourceforge.net/ntlm.html</a> .<p>
31*ae771770SStanislav SedovThe Heimdal projects web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a><h2><a class="anchor" name="ntlm_example">
32*ae771770SStanislav SedovNTLM Example</a></h2>
33*ae771770SStanislav SedovExample to to use <a class="el" href="test__ntlm_8c-example.html">test_ntlm::c</a> . </div>
34*ae771770SStanislav Sedov<hr size="1"><address style="text-align: right;"><small>
35*ae771770SStanislav SedovGenerated on Fri Sep 30 15:26:19 2011 for Heimdalntlmlibrary by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
36*ae771770SStanislav Sedov</body>
37*ae771770SStanislav Sedov</html>
38