summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-2024-29/+29
* openssl: renamed backend files to openssl.[ch]Daniel Stenberg2013-12-204-4/+4
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-2023-17/+17
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-2025-34/+29
* pop3: Fixed selection of APOP when server replies with an invalid timestampSteve Holme2013-12-201-2/+6
* pop3: Fixed processing of more than one response when sent in same packetSteve Holme2013-12-201-6/+9
* pop3: Moved CAPA response handling to pop3_state_capa_resp()Steve Holme2013-12-191-82/+87
* pop3: Moved APOP detection into pop3_state_servergreet_resp()Steve Holme2013-12-191-26/+28
* imap/pop3/smtp: Added support for SASL authentication downgradesSteve Holme2013-12-183-6/+102
* smtp: fix compiler warningDaniel Stenberg2013-12-181-1/+0
* smtp: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-68/+92
* pop3: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-71/+93
* imap: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-68/+92
* smtp: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* pop3: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* imap: Moved the sending of the AUTHENICATE command into a separate functionSteve Holme2013-12-181-12/+33
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-173-27/+23
* gtls: respect *VERIFYHOST independently of *VERIFYPEERDaniel Stenberg2013-12-161-6/+2
* multi: add timer inaccuracy margin to timeout/connecttimeoutDaniel Stenberg2013-12-152-2/+5
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-141-15/+6
* imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bbSteve Holme2013-12-141-1/+1
* imap: Fixed incorrect fallback to clear text authenticationSteve Holme2013-12-132-12/+41
* parsedate: avoid integer overflowEric Lubin2013-12-111-2/+2
* TFTP: let tftp_multi_statemach()'s return codes throughJames Dury2013-12-071-1/+1
* darwinssl: Fix #if 10.6.0 for SecKeychainSearchMelissa Mears2013-12-071-4/+4
* digest: fix CURLAUTH_DIGEST_IEDaniel Stenberg2013-12-041-10/+11
* Curl_is_connected: use proxy name in error message when proxy is usedDaniel Stenberg2013-12-041-1/+2
* imap/pop3: Post graceful cancellation consistency changesSteve Holme2013-12-042-5/+5
* pop3: Fix POP3_TYPE_ANY signed compilation warningMelissa Mears2013-12-041-1/+1
* nss: make sure that 'sslver' is always initializedKamil Dudka2013-12-021-4/+5
* nss: unconditionally require NSS_InitContext()Kamil Dudka2013-12-021-26/+0
* nss: allow to use TLS > 1.0 if built against recent NSSKamil Dudka2013-12-021-0/+22
* nss: put SSL version selection into separate fncKamil Dudka2013-12-021-30/+42
* nss: use a better API for controlling SSL versionKamil Dudka2013-12-021-21/+19
* multi.c: Fixed compilation warningSteve Holme2013-12-011-3/+3
* base64: Corrected typo from commit f3ee587775c88aSteve Holme2013-12-011-2/+2
* base64: Post extended extended validation tidy upSteve Holme2013-12-011-28/+19
* base64: Extended validation to look for invalid charactersSteve Holme2013-12-011-16/+44
* base64: Post basic validation tidy upSteve Holme2013-11-301-9/+8
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-302-17/+18
* multi.c: Fixed compilation error introduced in commit a900d45489fc14Steve Holme2013-11-271-1/+1
* curl_easy_getopt: Handle API violation gracefullyChristian Grothoff2013-11-271-0/+3
* curl_multi_cleanup: ignore SIGPIPEJeff King2013-11-271-0/+9
* sigpipe: factor out sigpipe_reset from easy.cJeff King2013-11-273-56/+80
* connect: Try next ip directly after immediate connect failBjörn Stenberg2013-11-271-6/+13
* hostip: don't prune DNS cache entries that are in useDaniel Stenberg2013-11-251-4/+9
* smtp: Post SMTP command expansion tidy upSteve Holme2013-11-231-12/+12
* curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff2013-11-212-0/+48
* smtp: Fixed space being sent in non --mail-rcpt based requestsSteve Holme2013-11-171-9/+9
* smtp: Changed the default command to HELP when no options are specifiedSteve Holme2013-11-171-2/+2