1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>Heimdal NTLM library</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<p>
8<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a>
9</p>
10<!-- end of header marker -->
11<!-- Generated by Doxygen 1.9.1 -->
12<script type="text/javascript" src="menudata.js"></script>
13<script type="text/javascript" src="menu.js"></script>
14<script type="text/javascript">
15/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
16$(function() {
17  initMenu('',false,false,'search.php','Search');
18});
19/* @license-end */</script>
20<div id="main-nav"></div>
21</div><!-- top -->
22<div class="PageDoc"><div class="header">
23  <div class="headertitle">
24<div class="title">Heimdal NTLM library </div>  </div>
25</div><!--header-->
26<div class="contents">
27<div class="textblock"><h1><a class="anchor" id="intro"></a>
28Introduction</h1>
29<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>
30<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>
31<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>
32<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>
33<p>The Heimdal projects web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a></p>
34<h1><a class="anchor" id="ntlm_example"></a>
35NTLM Example</h1>
36<p>Example to to use <a class="el" href="test_ntlm_8c-example.html">test_ntlm.c</a> . </p>
37</div></div><!-- PageDoc -->
38</div><!-- contents -->
39<hr size="1"><address style="text-align: right;"><small>
40Generated 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>
41</body>
42</html>
43