summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
...
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-775/+74
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-70/+37
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-53/+53
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* pop3_perform_authentication: fix memory leakDaniel Stenberg2014-10-021-2/+2
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-2/+2
* pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+4
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-24/+16
* pop3: Fixed auth preference not being honored when CAPA not supportedSteve Holme2013-12-241-2/+6
* pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme2013-12-241-9/+7
* email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme2013-12-221-1/+1
* code police: fix indent level to silence checksrc complaintsDaniel Stenberg2013-12-221-2/+2
* email: Extended the login options to support multiple auth mechanismsSteve Holme2013-12-211-22/+34
* 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
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* 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-181-2/+40
* pop3: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-71/+93
* pop3: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-171-10/+8
* imap/pop3: Post graceful cancellation consistency changesSteve Holme2013-12-041-3/+3
* email: Corrected a couple of typos from commit aa0eaef4838ccdSteve Holme2013-10-301-1/+1
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-301-50/+35
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-271-9/+17
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-271-9/+23
* email: Corrected a couple of typos from 1e39b95682781fSteve Holme2013-10-271-1/+1
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-8/+18
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-1/+21
* email: Moved authentication message parsing into a separate functionSteve Holme2013-10-271-27/+44
* email: Added references to SASL LOGIN authentication draft proposalSteve Holme2013-10-261-0/+1
* email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme2013-10-181-3/+2
* sasl: Centralised the authentication mechanism stringsSteve Holme2013-09-241-21/+21
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-201-1/+63
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-3/+5
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-7/+7
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-30/+13
* comments: remove old and wrong multi/easy interface statementsDaniel Stenberg2013-08-091-2/+1
* string formatting: fix zero-length printf format stringYang Tse2013-07-241-5/+5
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1