summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add test for accept returning mechSimo Sorce2015-04-191-2/+10
|
* Add test to check actual_mech is actually returnedSimo Sorce2015-04-041-1/+8
|
* Fix error reporting in some testsSimo Sorce2015-03-191-1/+3
|
* Add support for printing internal NTLM error codesSimo Sorce2014-08-101-0/+15
|
* Add debug helpers to be used to trace gss-ntlmsspSimo Sorce2014-08-101-0/+3
| | | | | | If the GSSNTLMSSP_DEBUG environment variable is set to a file that can be opened for writing, then trace information will be written to that file whenever DEBUG macros are called in the code.
* Simplify test checking and unify display formatSimo Sorce2014-08-101-361/+202
|
* Use gssntlm_display_error in testsSimo Sorce2014-08-101-80/+151
|
* Add test to check gss_wrap with no SEAL negotiatedSimo Sorce2014-08-081-10/+23
|
* tests: Remove unused fieldSimo Sorce2014-08-071-4/+0
|
* Test both NTLMv1 and NTLMv2Simo Sorce2014-08-071-0/+18
|
* Introduce ntlm_signseal_stateSimo Sorce2014-08-061-18/+13
| | | | This structure keeps the crypto state closer to the crypto routines.
* Silence const errorsSimo Sorce2014-07-121-2/+4
|
* Fix const warningsSimo Sorce2014-06-211-36/+69
| | | | | Just discard the const and silence the warnings, where safe; rework assignments were possible.
* Test Challenge V2 message with CBT test vectorsSimo Sorce2014-05-041-7/+465
|
* 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