summaryrefslogtreecommitdiffstats
path: root/src/ntlm.h
Commit message (Collapse)AuthorAgeFilesLines
* Support connectionless signing and sealing.Simo Sorce2013-10-181-0/+14
| | | | | In connectionless mode (GSS_C_DATAGRAM_FLAG on) sealing keys ust be rotated for each message.
* Add integrity and confidentiality functionsSimo Sorce2013-08-191-0/+54
|
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-4/+28
| | | | For now works only for satndalone server with access to a password file.
* Fix message type checkSimo Sorce2013-07-281-0/+4
|
* Add NTLM Crypto support functions for NTLMv1Simo Sorce2013-07-181-1/+77
|
* Implement credential handlingSimo Sorce2013-07-181-0/+1
|
* NTLM Crypto functionsSimo Sorce2013-07-181-27/+139
| | | | Adds crypto function helpers needed by NTLM authentication
* Initial NTLM message parsing librarySimo Sorce2013-07-161-0/+334
Implements functions to encode/decode NTLMSSP packets