summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Return target_info from ntlm_decode_auth_msgSimo Sorce2014-05-046-31/+56
* Make MIC conditional on integrity being requestedSimo Sorce2014-05-043-3/+6
* Compute MIC in the client when requestedSimo Sorce2014-05-042-4/+24
* Add function to verify MICsSimo Sorce2014-05-044-46/+104
* Add function to calculate MICSimo Sorce2014-05-042-0/+42
* Use target_info parsing helperSimo Sorce2014-05-041-36/+30
* Augment target_info processing with a utilitySimo Sorce2014-05-042-0/+91