summaryrefslogtreecommitdiff
path: root/lib/vauth
Commit message (Expand)AuthorAgeFilesLines
* nbtlm: use semicolons instead of commas for (void) argsAndreas Falkenhahn2023-04-161-2/+2
* ntlm: clear lm and nt response buffers before useDaniel Stenberg2023-03-231-0/+2
* digest: clear target bufferDaniel Stenberg2023-03-231-0/+1
* openldap: fix missing sasl symbols at build in specific configsFederico Pellegrin2023-02-092-2/+4
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-0316-18/+18
* netware: remove leftover tracesDaniel Gustafsson2022-11-232-5/+0
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-302-3/+3
* misc: typo and grammar fixesAyesh Karunaratne2022-10-273-7/+7
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-081-2/+2
* vauth/ntlm.h: make line shorter than 80 columnsDaniel Stenberg2022-10-021-1/+2
* docs: update sourceforge project links [ci skip]Viktor Szakats2022-10-012-3/+3
* functypes: provide the recv and send arg and return typesDaniel Stenberg2022-09-281-1/+2
* http, vauth: always provide Curl_allow_auth_to_host() functionalityPatrick Monnerat2022-09-272-0/+23
* misc: null-terminateDaniel Stenberg2022-09-172-2/+2
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-062-7/+7
* misc: spelling fixesViktor Szakats2022-08-311-1/+1
* digest: pass over leading spaces in qop valuesDaniel Stenberg2022-08-081-0/+3
* digest: reject broken header with session protocol but without qopEvgeny Grin (Karlson2k)2022-08-071-0/+4
* digest: fix memory leak, fix not quoted 'opaque'Evgeny Grin (Karlson2k)2022-07-251-1/+2
* digest: fix missing increment of 'nc' value for auth-intEvgeny Grin (Karlson2k)2022-07-061-4/+2
* digest: simplify a switch() to a simple ifDaniel Stenberg2022-07-041-17/+7
* digest: provide a special bit for "sess" algosDaniel Stenberg2022-07-042-25/+23
* copyright: make repository REUSE compliantmax.mehl2022-06-1316-11/+43
* digest: tolerate missing "realm"Evgeny Grin2022-06-021-3/+10
* digest: added detection of more syntax error in server headersEvgeny Grin2022-06-021-23/+29
* digest: unquote realm and nonce before processingEvgeny Grin2022-06-021-14/+35
* ntlm: (void) typecast msnprintf() where we ignore return codeDaniel Stenberg2022-05-231-1/+1
* ntlm: copy NTLM_HOSTNAME to host bufferDaniel Gustafsson2022-05-221-0/+1
* ntlm: provide a fixed fake host nameDaniel Stenberg2022-05-201-0/+8
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* ntlm: remove unused feature definesMarcel Raad2022-02-151-78/+6
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-045-57/+20
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-2/+2
* sha256/md5: return errors when init failsx20182021-12-132-3/+5
* digest: compute user:realm:pass digest w/o userhashGlenn Strauss2021-11-301-2/+1
* auth: do not append zero-terminator to authorisation id in kerberosPatrick Monnerat2021-08-162-14/+8
* auth: use sasl authzid option in kerberosPatrick Monnerat2021-08-163-68/+32
* auth: we do not support a security layer after kerberos authenticationPatrick Monnerat2021-08-162-0/+2
* auth: properly handle byte order in kerberos security messagePatrick Monnerat2021-08-162-25/+30
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-163-0/+11
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-077-25/+23
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-261-1/+1
* lib: fix some misuse of curlx_convert_UTF8_to_tcharJay Satiro2021-04-271-13/+10
* ntlm: precaution against super huge type2 offsetsDaniel Stenberg2021-04-271-1/+2
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* vauth: factor base64 conversions out of authentication proceduresPatrick Monnerat2021-04-2211-577/+248
* ntlm: fix negotiated flags usagePatrick Monnerat2021-04-091-13/+19
* ntlm: support version 2 on 32-bit platformsPatrick Monnerat2021-04-091-5/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1