summaryrefslogtreecommitdiffstats
path: root/src/gss_sec_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Verify Channel Bindings in accept_sec_contextSimo Sorce2014-05-041-1/+24
* Add support for setting CBT in the clientSimo Sorce2014-05-041-1/+17
* Get av_flags and check MIC if a client sent itSimo Sorce2014-05-041-4/+25
* Return target_info from ntlm_decode_auth_msgSimo Sorce2014-05-041-1/+1
* Make MIC conditional on integrity being requestedSimo Sorce2014-05-041-1/+2
* Compute MIC in the client when requestedSimo Sorce2014-05-041-3/+20
* Use target_info parsing helperSimo Sorce2014-05-041-36/+30
* Retry auth with NULL Domain as per specSimo Sorce2014-05-041-23/+37
* Fail if the encryption level is not matchedSimo Sorce2014-05-041-0/+6
* Do not send LM Response on auth to modern serversSimo Sorce2014-05-041-7/+10
* Always use Extedned Session Security when possibleSimo Sorce2014-05-041-0/+1
* Return flags and time when requestedSimo Sorce2014-05-041-0/+14
* Return Client name if requestedSimo Sorce2014-04-121-0/+9
* Fix segfault in init context.Simo Sorce2014-01-261-2/+2
* Implement export context functionSimo Sorce2013-12-151-1/+1
* Fix potential leaks in delete_contextSimo Sorce2013-12-151-0/+6
* Do not copy creds on the contextSimo Sorce2013-12-151-62/+51
* Fix memleaks in init_sec_contextStefan Becker2013-12-131-1/+3
* Add way to set sequence numbres.Simo Sorce2013-10-181-0/+48
* Add support for connectionless modeSimo Sorce2013-10-181-46/+117
* Fix handling of NULL domainSimo Sorce2013-10-171-0/+12
* Add implementation of gss_inquire_contextSimo Sorce2013-08-211-0/+110
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-3/+446
* Helper function to check lm compatibility levelSimo Sorce2013-07-281-4/+5
* Fix message type checkSimo Sorce2013-07-281-1/+1
* Add gss_context_time() implementationSimo Sorce2013-07-281-1/+23
* Helper function to check security context validitySimo Sorce2013-07-281-0/+1
* Add expiration time checksSimo Sorce2013-07-281-0/+12
* Add NTLMv1 support to context initializationSimo Sorce2013-07-181-5/+56
* Initial GSS Mechanism code.Simo Sorce2013-07-181-0/+514