index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vauth
/
ntlm.c
Age
Commit message (
Expand
)
Author
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-05-10
ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup()
Steve Holme
2019-02-04
ntlm: fix *_type3_message size check to avoid buffer overflow
Daniel Stenberg
2019-02-04
NTLM: fix size check condition for type2 received data
Daniel Stenberg
2019-01-01
ntlm: update selection of type 3 response
Markus Moeller
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2018-05-14
ntlm: Fix format specifiers
Rikard Falkeborn
2018-04-16
ntlm_sspi: fix authentication using Credential Manager
toughengineer
2017-11-21
ntlm: remove unnecessary NULL-check to please scan-build
Daniel Stenberg
2017-09-22
ntlm: use strict order for SSL backend #if branches
Viktor Szakats
2017-09-02
Curl_base64_encode: always call with a real data handle.
Patrick Monnerat
2017-05-08
rand: treat fake entropy the same regardless of endianness
Jay Satiro
2017-03-29
NTLM: check for features with #ifdef instead of #if
Marcel Raad
2017-02-06
use *.sourceforge.io and misc URL updates
Viktor Szakats
2016-11-14
Curl_rand: fixed and moved to rand.c
Daniel Stenberg
2016-08-18
vauth: Introduced Curl_auth_is_<mechansism>_supported() functions
Steve Holme
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-06
URLs: change http to https in many places
Viktor Szakats
2016-03-25
vauth: Refactored function names after move to new vauth directory
Steve Holme
2016-03-25
vauth: Moved the NTLM authentication code to the new vauth directory
Steve Holme