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
/
cleartext.c
Age
Commit message (
Expand
)
Author
2019-05-13
pingpong: disable more when no pingpong enabled
Daniel Stenberg
2019-04-21
vauth/cleartext: Don't send the authzid if it is empty
Steve Holme
2019-04-11
vauth/cleartext: Update the PLAIN login function signature to match RFC 4616
Steve Holme
2018-10-29
Curl_auth_create_plain_message: fix too-large-input-check
Daniel Stenberg
2018-10-03
comment: Fix multiple typos in function parameters
Daniel Gustafsson
2018-03-20
vauth/cleartext: fix integer overflow check
Daniel Stenberg
2016-11-24
Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.
Patrick Monnerat
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
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: Updated the copyright year after recent changes
Steve Holme
2016-03-25
vauth: Moved the ClearText authentication code to the new vauth directory
Steve Holme