summaryrefslogtreecommitdiffstats
path: root/src/gss_sec_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Return actual mech on accept context tooSimo Sorce2015-04-191-0/+1
* Return the actual_mech_type when requestedSimo Sorce2015-04-041-0/+1
* Always send NetBIOS Domain NameSimo Sorce2014-08-101-1/+1
* Add more custom error messageSimo Sorce2014-08-101-43/+43
* Add macros to handle returning errorsSimo Sorce2014-08-101-159/+138
* Offer OEM charset support in the negotiate packetSimo Sorce2014-08-101-1/+25
* Do not send domain/workstation name in nego_msgSimo Sorce2014-08-101-10/+1
* Ignore domain and workstation in negotiate messageSimo Sorce2014-08-081-5/+1
* Improve role managementwinbindSimo Sorce2014-08-081-11/+9
* Fetch server names much earier in the processSimo Sorce2014-08-081-40/+40
* Set the domain name only when available.Simo Sorce2014-08-081-13/+5
* Add helper to check for allowed ntlm versionsSimo Sorce2014-08-081-5/+5
* Add support for NTLMv1 auth to the serverSimo Sorce2014-08-071-8/+1
* Support client authentication using WinbindSimo Sorce2014-08-071-1/+2
* Add external server auth support via WinbindSimo Sorce2014-08-071-1/+2
* Move client auth bits to gss_authSimo Sorce2014-08-071-266/+8
* Move sec_req flags in the context handlerSimo Sorce2014-08-071-27/+11
* Use helpers to get the local netbios namesSimo Sorce2014-08-071-53/+38
* Move local key and flags computations to the endDavid Woodhouse2014-08-071-17/+17
* Add support to perform external operationsSimo Sorce2014-08-071-58/+13
* Introduce ntlm_signseal_stateSimo Sorce2014-08-061-16/+7
* Fix flag clearingSimo Sorce2014-08-061-1/+0
* Fix const warningsSimo Sorce2014-06-211-4/+4
* Fix memory leak in NTLMv2 acceptor codeSimo Sorce2014-05-171-0/+3
* Add way to talk about MIC with SPNEGOSimo Sorce2014-05-051-7/+67
* Disable MIC by default.Simo Sorce2014-05-041-1/+11
* Provide the correct target name in the challengeSimo Sorce2014-05-041-2/+13
* Check netbios computer and domain name when neededSimo Sorce2014-05-041-2/+5
* Always provide netbios computer and domain nameSimo Sorce2014-05-041-9/+79
* 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