summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Add internal facility to override standard versionSimo Sorce2014-05-042-8/+31
* Retry auth with NULL Domain as per specSimo Sorce2014-05-041-23/+37
* Remove unnecessary assignmentsSimo Sorce2014-05-041-4/+3
* Remove redundant definitionSimo Sorce2014-05-041-17/+4
* Change input parameter to be constSimo Sorce2014-05-042-2/+2
* 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-042-17/+23
* Always use Extedned Session Security when possibleSimo Sorce2014-05-041-0/+1
* Fix missing assignments in ntlm_decode_target_infoSimo Sorce2014-05-041-2/+4
* Return flags and time when requestedSimo Sorce2014-05-041-0/+14
* Return Client name if requestedSimo Sorce2014-04-121-0/+9
* Fix epoch valueSimo Sorce2014-04-121-1/+1
* Fix segfault in init context.Simo Sorce2014-01-262-6/+11
* Implement Import/Export cred functionsexport_credSimo Sorce2014-01-123-0/+216
* Generalize export_state and related functionsSimo Sorce2014-01-121-75/+82
* Expose cred store names in public header file.Simo Sorce2014-01-123-6/+8
* Implement import context functionSimo Sorce2013-12-151-1/+313
* Implement export context functionSimo Sorce2013-12-154-1/+433
* Add import/export functions for the RC4 stateSimo Sorce2013-12-152-0/+56
* Use RC4 instead of EVP interface of opensslSimo Sorce2013-12-151-49/+10