summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-075-2/+77
* Initial build support for detecting and using libwbclientSimo Sorce2014-08-072-1/+12
* 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-077-60/+188
* 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-067-164/+151
* 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
* Fix rpmbuildSimo Sorce2014-08-011-0/+1
* Bump up to pre-release statusSimo Sorce2014-07-311-2/+2
* Install mechanism configuration in mech.dSimo Sorce2014-07-312-8/+8
* Silence const errorsSimo Sorce2014-07-122-3/+5
* 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
* Release 0.4.0v0.4.0Simo Sorce2014-06-211-1/+1
* Fix const warningsSimo Sorce2014-06-212-40/+73
* Fix Makefile cflags useSimo Sorce2014-05-171-2/+2
* Fix memory leak in NTLMv2 acceptor codeSimo Sorce2014-05-171-0/+3
* Release Candidate 2 for 0.4.0Simo Sorce2014-05-051-1/+1
* Add way to talk about MIC with SPNEGOSimo Sorce2014-05-056-12/+106
* Release Candidate 1 for 0.4.0Simo Sorce2014-05-041-2/+2
* 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
* Test Challenge V2 message with CBT test vectorsSimo Sorce2014-05-041-7/+465
* 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