summaryrefslogtreecommitdiffstats
path: root/src/ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* Ignore domain and workstation in negotiate messageSimo Sorce2014-08-081-4/+6
* Very old NTLM servers may omit target_infoSimo Sorce2014-08-081-1/+11
* Fix target info checkSimo Sorce2014-08-081-3/+1
* Move all message structures to ntlm_common.hDavid Woodhouse2014-08-071-22/+0
* Cast to (char *) not (void *) to do pointer mathSimo Sorce2014-07-121-6/+6
* Check netbios computer and domain name when neededSimo Sorce2014-05-041-1/+8
* Add support for setting CBT in the clientSimo Sorce2014-05-041-1/+9
* Return target_info from ntlm_decode_auth_msgSimo Sorce2014-05-041-0/+22
* Make MIC conditional on integrity being requestedSimo Sorce2014-05-041-1/+1
* Compute MIC in the client when requestedSimo Sorce2014-05-041-1/+4
* Add function to verify MICsSimo Sorce2014-05-041-46/+0
* Augment target_info processing with a utilitySimo Sorce2014-05-041-0/+68
* Add internal facility to override standard versionSimo Sorce2014-05-041-8/+19
* Change input parameter to be constSimo Sorce2014-05-041-1/+1
* Do not send LM Response on auth to modern serversSimo Sorce2014-05-041-10/+13
* Fix missing assignments in ntlm_decode_target_infoSimo Sorce2014-05-041-2/+4
* Fix epoch valueSimo Sorce2014-04-121-1/+1
* Fix segfault in init context.Simo Sorce2014-01-261-4/+9
* Add support for NTLMv1 Signing and SealingSimo Sorce2013-10-231-17/+0
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-2/+8
* Fix message type checkSimo Sorce2013-07-281-4/+0
* Fix target_info length calculationSimo Sorce2013-07-281-10/+10
* Implement credential handlingSimo Sorce2013-07-181-0/+20
* NTLM Crypto functionsSimo Sorce2013-07-181-28/+0
* Initial NTLM message parsing librarySimo Sorce2013-07-161-0/+1387