summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pop3: Fixed auth preference not being honored when CAPA not supportedSteve Holme2013-12-241-2/+6
* Curl_pp_readresp: use memmove not memcpy, possibly overlapping areasDaniel Stenberg2013-12-241-1/+1
* pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme2013-12-241-9/+7
* FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGEDaniel Stenberg2013-12-221-1/+8
* email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme2013-12-223-3/+3
* code police: fix indent level to silence checksrc complaintsDaniel Stenberg2013-12-223-6/+6
* email: Extended the login options to support multiple auth mechanismsSteve Holme2013-12-213-62/+99
* Curl_pp_readresp: replace stupid loop with memcpyDaniel Stenberg2013-12-221-4/+2
* Curl_pp_readresp: zero terminate lineDaniel Stenberg2013-12-221-1/+1
* Revert "pop3: Added debug information to assist with test864 failure"Steve Holme2013-12-211-3/+0
* pop3: Added debug information to assist with test864 failureSteve Holme2013-12-211-0/+3
* pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795Steve Holme2013-12-201-3/+3
* Makefile.inc: use standard source headerDaniel Stenberg2013-12-201-8/+21
* Makefile.inc: specify the vtls sources+headers separatelyDaniel Stenberg2013-12-201-36/+39
* 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