xref: /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/index.html (revision dd75ac5b443e967e26b4d18cc8cd5eb98512bfbf)
1929c70cbSchristos<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2929c70cbSchristos<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3929c70cbSchristos<title>Heimdal NTLM library</title>
4929c70cbSchristos<link href="doxygen.css" rel="stylesheet" type="text/css">
5929c70cbSchristos<link href="tabs.css" rel="stylesheet" type="text/css">
6929c70cbSchristos</head><body>
7929c70cbSchristos<p>
8929c70cbSchristos<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a>
9929c70cbSchristos</p>
10929c70cbSchristos<!-- end of header marker -->
11*dd75ac5bSchristos<!-- Generated by Doxygen 1.9.1 -->
12929c70cbSchristos<script type="text/javascript" src="menudata.js"></script>
13929c70cbSchristos<script type="text/javascript" src="menu.js"></script>
14929c70cbSchristos<script type="text/javascript">
15*dd75ac5bSchristos/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
16929c70cbSchristos$(function() {
17929c70cbSchristos  initMenu('',false,false,'search.php','Search');
18929c70cbSchristos});
19*dd75ac5bSchristos/* @license-end */</script>
20929c70cbSchristos<div id="main-nav"></div>
21929c70cbSchristos</div><!-- top -->
22*dd75ac5bSchristos<div class="PageDoc"><div class="header">
23929c70cbSchristos  <div class="headertitle">
24929c70cbSchristos<div class="title">Heimdal NTLM library </div>  </div>
25929c70cbSchristos</div><!--header-->
26929c70cbSchristos<div class="contents">
27929c70cbSchristos<div class="textblock"><h1><a class="anchor" id="intro"></a>
28929c70cbSchristosIntroduction</h1>
29929c70cbSchristos<p>Heimdal 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>
30929c70cbSchristos<p>NTLM 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>
31929c70cbSchristos<p>This 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>
32929c70cbSchristos<p>More information about the NTLM protocol can found here <a href="http://davenport.sourceforge.net/ntlm.html">http://davenport.sourceforge.net/ntlm.html</a> .</p>
33929c70cbSchristos<p>The Heimdal projects web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a></p>
34929c70cbSchristos<h1><a class="anchor" id="ntlm_example"></a>
35929c70cbSchristosNTLM Example</h1>
36929c70cbSchristos<p>Example to to use <a class="el" href="test_ntlm_8c-example.html">test_ntlm.c</a> . </p>
37*dd75ac5bSchristos</div></div><!-- PageDoc -->
38*dd75ac5bSchristos</div><!-- contents -->
39929c70cbSchristos<hr size="1"><address style="text-align: right;"><small>
40*dd75ac5bSchristosGenerated on Tue Nov 15 2022 14:04:26 for Heimdal ntlm library by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.9.1</small></address>
41929c70cbSchristos</body>
42929c70cbSchristos</html>
43