summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve role managementwinbindSimo Sorce2014-08-083-17/+49
* Fetch server names much earier in the processSimo Sorce2014-08-081-40/+40
* Fix target info checkSimo Sorce2014-08-081-3/+1
* Set the domain name only when available.Simo Sorce2014-08-084-28/+14
* Add helper to check for allowed ntlm versionsSimo Sorce2014-08-084-10/+46
* Formal adjustment of ntlmv1_signSimo Sorce2014-08-071-2/+2
* Fix winbindd NTLMv1 Extended Security authSimo Sorce2014-08-071-1/+20
* Add helper to compute extended security challengeSimo Sorce2014-08-072-14/+36
* Add support for NTLMv1 auth to the serverSimo Sorce2014-08-073-24/+77
* Add functions to verify NTLMv1 responsesSimo Sorce2014-08-072-0/+72
* Fix NTLMv1 client authSimo Sorce2014-08-071-8/+15
* Pass ctx and cred to external_xxx_auth functionsSimo Sorce2014-08-073-36/+24
* Support client authentication using WinbindSimo Sorce2014-08-076-1/+151
* Add call to get names from winbindSimo Sorce2014-08-073-0/+41
* Add call to get creds from winbindSimo Sorce2014-08-073-0/+65
* Add external server auth support via WinbindSimo Sorce2014-08-074-1/+74
* Move client auth bits to gss_authSimo Sorce2014-08-073-266/+304
* Move sec_req flags in the context handlerSimo Sorce2014-08-073-30/+22
* Use helpers to get the local netbios namesSimo Sorce2014-08-074-54/+125
* Move local key and flags computations to the endDavid Woodhouse2014-08-071-17/+17
* Add support to perform external operationsSimo Sorce2014-08-076-60/+186
* Move all message structures to ntlm_common.hDavid Woodhouse2014-08-072-22/+23
* Let caller decide whether to (un)seal or notSimo Sorce2014-08-071-8/+0
* Fix order of signature vs payloadSimo Sorce2014-08-072-11/+7
* Internalize extended security and datagram statusSimo Sorce2014-08-064-126/+164
* Introduce ntlm_signseal_stateSimo Sorce2014-08-066-146/+138
* Use a macro to define the ntlm signature sizeSimo Sorce2014-08-063-22/+31
* Implement gss_wrap_size_limit()Simo Sorce2014-08-063-0/+53
* Fix sealing key regen with shorter keysSimo Sorce2014-08-062-3/+3
* Fix unsealing without extended session securitySimo Sorce2014-08-061-7/+8
* Fix flag clearingSimo Sorce2014-08-061-1/+0
* Generate LM hash when getting pwd from cred_storeSimo Sorce2014-08-061-0/+8
* Silence const errorsSimo Sorce2014-07-121-1/+1
* Cast to (char *) not (void *) to do pointer mathSimo Sorce2014-07-122-10/+10
* Add gss_localname supportSimo Sorce2014-07-123-0/+79
* Handle missing name calling acquire creds.Simo Sorce2014-07-111-13/+41
* 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-056-12/+106
* 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-043-4/+15
* 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-043-2/+28
* Add function to verify Channel Binding TokenSimo Sorce2014-05-042-0/+27
* Add function to calculate channel bindings hashSimo Sorce2014-05-042-0/+39
* 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-045-30/+55
* Make MIC conditional on integrity being requestedSimo Sorce2014-05-043-3/+6