summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add expiration time checksSimo Sorce2013-07-282-0/+16
| | | | | | | | | Check Maxlife for challenge response messages. Also add a Maximum lifetime for the context itself based on the same challene/response maximum life. According to MS-NLMP MaxLifetime is 36h on modern Windows OSs, use the same for now.
* Add Credential Store supportSimo Sorce2013-07-283-84/+203
| | | | | This allows a program to feed crdentials directly to GSSAPI from a configuration file, or other means.
* Fix some commentsSimo Sorce2013-07-281-3/+2
|
* 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.
* Always request NTLMSSP_REQUEST_TARGETSimo Sorce2013-07-191-0/+1
| | | | | | | Otherwise Windows 2003 may not return a target_info field for NTLMv2 or a server name for NTLMv1 in the challenge message. Thanks to David Woodhouse for providing help to debug this issue.
* Add README.txt with section on TestingSimo Sorce2013-07-192-5/+85
|
* Add NTLMv1 support to context initializationSimo Sorce2013-07-183-6/+73
|
* Add NTLM Crypto support functions for NTLMv1Simo Sorce2013-07-186-7/+713
|
* Add basic NTLMv2 crypto testsSimo Sorce2013-07-182-1/+556
|
* Implement basic naming functionsSimo Sorce2013-07-184-1/+311
|
* Implement credential handlingSimo Sorce2013-07-187-93/+298
|
* Initial GSS Mechanism code.Simo Sorce2013-07-185-2/+856
| | | | Implements init sec context and basic mechanism initialization.
* NTLM Crypto functionsSimo Sorce2013-07-1811-58/+1089
| | | | Adds crypto function helpers needed by NTLM authentication
* Initial NTLM message parsing librarySimo Sorce2013-07-163-0/+1723
| | | | Implements functions to encode/decode NTLMSSP packets
* Initial .gitignore fileSimo Sorce2013-07-131-0/+26
|
* Scheleton to start bulding the GSS-NTLMSSP project.Simo Sorce2013-07-1320-0/+1602