summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Return target_info from ntlm_decode_auth_msgSimo Sorce2014-05-041-1/+1
| | | | | | | | | The target_info structure embedded in the NT Response message in NTLMv2 contains information needed to establish if the client has sent a valid MIC. So we need to extract and return it if the caller requested it. Also moves some wire structures definitions in common to be able to reuse them.
* Set version before tests that use MS test vectorsSimo Sorce2014-05-041-36/+17
| | | | | This way we can remove the hacked test vectors where we changed the version fields.
* Test export/import context functionsexport_ctxSimo Sorce2013-12-151-0/+35
|
* Add methods to inquire credentialsSimo Sorce2013-10-241-0/+8
| | | | Also add simple sanity check test.
* Add support for NTLMv1 Signing and SealingSimo Sorce2013-10-231-14/+65
| | | | Including tests to verify conformance to MS-NLMP
* Test connectionless contextsconnectionlessSimo Sorce2013-10-181-2/+233
|
* Fix generation of signing keys and add testsSimo Sorce2013-10-181-0/+183
|
* Test acquire_cred_with_passwordSimo Sorce2013-10-171-12/+36
|
* Add more tests.Simo Sorce2013-08-211-0/+30
| | | | Cover gss_inquire_context and gss_display_name implementations.
* Test Integrity and ConfidentialitySimo Sorce2013-08-191-0/+69
|
* Add testsing of gssntlm mechglue functionsSimo Sorce2013-08-181-1/+135
|
* Add NTLM Crypto support functions for NTLMv1Simo Sorce2013-07-181-3/+389
|
* Add basic NTLMv2 crypto testsSimo Sorce2013-07-181-1/+549
|
* Scheleton to start bulding the GSS-NTLMSSP project.Simo Sorce2013-07-132-0/+101