Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Internal release name | Simo Sorce | 2013-07-28 | 2 | -9/+14 | |
| | ||||||
* | Helper function to check lm compatibility level | Simo Sorce | 2013-07-28 | 4 | -17/+21 | |
| | | | | Also stop associating it with th creds struct. | |||||
* | Fix message type check | Simo Sorce | 2013-07-28 | 3 | -5/+5 | |
| | ||||||
* | Add gss_context_time() implementation | Simo Sorce | 2013-07-28 | 3 | -1/+35 | |
| | ||||||
* | Helper function to check security context validity | Simo Sorce | 2013-07-28 | 3 | -0/+20 | |
| | ||||||
* | 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 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 | 5 | -4/+324 | |
| | ||||||
* | Implement basic naming functions | Simo Sorce | 2013-07-18 | 3 | -1/+310 | |
| | ||||||
* | Implement credential handling | Simo Sorce | 2013-07-18 | 6 | -93/+297 | |
| | ||||||
* | Initial GSS Mechanism code. | Simo Sorce | 2013-07-18 | 4 | -2/+853 | |
| | | | | Implements init sec context and basic mechanism initialization. | |||||
* | NTLM Crypto functions | Simo Sorce | 2013-07-18 | 6 | -55/+941 | |
| | | | | Adds crypto function helpers needed by NTLM authentication | |||||
* | Initial NTLM message parsing library | Simo Sorce | 2013-07-16 | 2 | -0/+1721 | |
| | | | | Implements functions to encode/decode NTLMSSP packets | |||||
* | Scheleton to start bulding the GSS-NTLMSSP project. | Simo Sorce | 2013-07-13 | 2 | -0/+48 | |