summaryrefslogtreecommitdiffstats
path: root/src/ntlm.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-2/+8
| | | | For now works only for satndalone server with access to a password file.
* Fix message type checkSimo Sorce2013-07-281-4/+0
|
* Fix target_info length calculationSimo Sorce2013-07-281-10/+10
| | | | | The size of the AV filed itself was missing for each field resulting in a shorter than needed buffer size.
* Implement credential handlingSimo Sorce2013-07-181-0/+20
|
* NTLM Crypto functionsSimo Sorce2013-07-181-28/+0
| | | | Adds crypto function helpers needed by NTLM authentication
* Initial NTLM message parsing librarySimo Sorce2013-07-161-0/+1387
Implements functions to encode/decode NTLMSSP packets