Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic implementation of accept_sec_context | Simo Sorce | 2013-08-18 | 1 | -2/+8 |
| | | | | For now works only for satndalone server with access to a password file. | ||||
* | Fix message type check | Simo Sorce | 2013-07-28 | 1 | -4/+0 |
| | |||||
* | 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. | ||||
* | Implement credential handling | Simo Sorce | 2013-07-18 | 1 | -0/+20 |
| | |||||
* | NTLM Crypto functions | Simo Sorce | 2013-07-18 | 1 | -28/+0 |
| | | | | Adds crypto function helpers needed by NTLM authentication | ||||
* | Initial NTLM message parsing library | Simo Sorce | 2013-07-16 | 1 | -0/+1387 |
Implements functions to encode/decode NTLMSSP packets |