Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add expiration time checks | Simo Sorce | 2013-07-28 | 2 | -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 support | Simo Sorce | 2013-07-28 | 3 | -84/+203 | |
| | | | | | This allows a program to feed crdentials directly to GSSAPI from a configuration file, or other means. | |||||
* | Fix some comments | Simo Sorce | 2013-07-28 | 1 | -3/+2 | |
| | ||||||
* | Fix target_info length calculation | Simo Sorce | 2013-07-28 | 1 | -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_TARGET | Simo Sorce | 2013-07-19 | 1 | -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 Testing | Simo Sorce | 2013-07-19 | 2 | -5/+85 | |
| | ||||||
* | Add NTLMv1 support to context initialization | Simo Sorce | 2013-07-18 | 3 | -6/+73 | |
| | ||||||
* | Add NTLM Crypto support functions for NTLMv1 | Simo Sorce | 2013-07-18 | 6 | -7/+713 | |
| | ||||||
* | Add basic NTLMv2 crypto tests | Simo Sorce | 2013-07-18 | 2 | -1/+556 | |
| | ||||||
* | Implement basic naming functions | Simo Sorce | 2013-07-18 | 4 | -1/+311 | |
| | ||||||
* | Implement credential handling | Simo Sorce | 2013-07-18 | 7 | -93/+298 | |
| | ||||||
* | Initial GSS Mechanism code. | Simo Sorce | 2013-07-18 | 5 | -2/+856 | |
| | | | | Implements init sec context and basic mechanism initialization. | |||||
* | NTLM Crypto functions | Simo Sorce | 2013-07-18 | 11 | -58/+1089 | |
| | | | | Adds crypto function helpers needed by NTLM authentication | |||||
* | Initial NTLM message parsing library | Simo Sorce | 2013-07-16 | 3 | -0/+1723 | |
| | | | | Implements functions to encode/decode NTLMSSP packets | |||||
* | Initial .gitignore file | Simo Sorce | 2013-07-13 | 1 | -0/+26 | |
| | ||||||
* | Scheleton to start bulding the GSS-NTLMSSP project. | Simo Sorce | 2013-07-13 | 20 | -0/+1602 | |