| Commit message (Expand) | Author | Age | Files | Lines |
* | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse | 2012-12-14 | 1 | -7/+0 |
* | build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flag | Stanislav Ivochkin | 2012-12-05 | 1 | -0/+4 |
* | pop3: Post apop feature code tidy up | Steve Holme | 2012-06-09 | 1 | -4/+5 |
* | pop3: Added support for apop authentication | Steve Holme | 2012-06-09 | 1 | -4/+95 |
* | pop3: Enhanced the extended authentication mechanism detection | Steve Holme | 2012-06-09 | 1 | -6/+29 |
* | pop3.c: Fixed length of SASL check | Steve Holme | 2012-06-09 | 1 | -1/+1 |
* | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme | 2012-06-08 | 1 | -18/+18 |
* | pop3: Another small code tidy up | Steve Holme | 2012-06-05 | 1 | -4/+8 |
* | email: Removed duplicated header file | Steve Holme | 2012-06-05 | 1 | -1/+0 |
* | sasl: Renamed Curl_sasl_decode_ntlm_type2_message() | Steve Holme | 2012-06-04 | 1 | -1/+1 |
* | pop3: Post authentication code tidy up | Steve Holme | 2012-06-04 | 1 | -31/+48 |
* | pop3: Added support for sasl digest-md5 authentication | Steve Holme | 2012-06-04 | 1 | -1/+81 |
* | pop3: Changed the sasl mechanism detection from auth to capa | Steve Holme | 2012-06-04 | 1 | -26/+30 |
* | pop3: Added support for sasl cram-md5 authentication | Steve Holme | 2012-06-03 | 1 | -2/+70 |
* | pop3.c: Added conditional compilation for NTLM function calls | Steve Holme | 2012-06-03 | 1 | -0/+2 |
* | pop3: Fixed an issue with changes introduced in commit c267c53017bc | Steve Holme | 2012-06-03 | 1 | -13/+38 |
* | pop3.c:Corrected typo in commit 69ba0da8272d | Steve Holme | 2012-06-02 | 1 | -1/+1 |
* | pop3: Fixed the issue of having to supply the user name for all requests | Steve Holme | 2012-06-02 | 1 | -1/+9 |
* | pop3.c: Small code tidy up | Steve Holme | 2012-06-02 | 1 | -5/+10 |
* | pop3: Added support for sasl ntlm authentication | Steve Holme | 2012-06-02 | 1 | -1/+96 |
* | pop3: Added support for sasl login authentication | Steve Holme | 2012-06-01 | 1 | -2/+85 |
* | pop3: Added support for sasl plain text authentication | Steve Holme | 2012-05-31 | 1 | -5/+107 |
* | pop3: Introduced the continue response in pop3_endofresp() | Steve Holme | 2012-05-28 | 1 | -1/+2 |
* | pop3: Changed response code from O and E to + and - | Steve Holme | 2012-05-28 | 1 | -6/+6 |
* | pop3: Small code tidy up following authentication work so far | Steve Holme | 2012-05-28 | 1 | -17/+10 |
* | pop3: remove variable-not-used warnings | Daniel Stenberg | 2012-05-27 | 1 | -8/+2 |
* | pop3: Added support for SASL based authentication mechanism detection | Steve Holme | 2012-05-27 | 1 | -4/+89 |
* | pop3: remove trailing whitespace | Daniel Stenberg | 2012-05-27 | 1 | -1/+1 |
* | pop3: Code tidy up before the introduction of authentication code | Steve Holme | 2012-05-27 | 1 | -50/+34 |
* | pop3: Reworked the command sending and handling | Steve Holme | 2012-04-02 | 1 | -91/+28 |
* | pop3: Added support for additional pop3 commands | Steve Holme | 2012-03-31 | 1 | -4/+35 |
* | pop3.c: Corrected problem with state() introduced in 01690ed2bce5 | Steve Holme | 2012-03-25 | 1 | -1/+0 |
* | pop.c: Small code tidy up | Steve Holme | 2012-03-25 | 1 | -8/+9 |
* | pop3: Removed the need for the single message LIST command handler | Steve Holme | 2012-03-25 | 1 | -29/+8 |
* | pop3.c: Code policing and tidy up | Steve Holme | 2012-03-24 | 1 | -64/+66 |
* | email: Moved server greeting responses into separate functions | Steve Holme | 2012-03-24 | 1 | -16/+34 |
* | pop3.c: Fixed body data being written when CURLOPT_NOBODY is specified | Steve Holme | 2012-03-24 | 1 | -21/+27 |
* | includes: remove inclusion of unused file http_proxy.h | Daniel Stenberg | 2012-03-09 | 1 | -1/+0 |
* | CONNECT: made generically not per-protocol | Daniel Stenberg | 2012-03-08 | 1 | -27/+0 |
* | pop3.c: Fixed drop of final CRLF in EOB checking | Steve Holme | 2012-02-19 | 1 | -5/+10 |
* | URL sanitize: reject URLs containing bad data | Daniel Stenberg | 2012-01-24 | 1 | -5/+1 |
* | Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections. | Steve Holme | 2012-01-04 | 1 | -3/+7 |
* | Fixed incorrect error code being returned in STARTTLS | Steve Holme | 2012-01-04 | 1 | -1/+1 |
* | pop3.c: fix compiler warning variable may be used uninitialized | Yang Tse | 2011-12-13 | 1 | -1/+1 |
* | POP3: fixed escaped dot not being striped out | Steve Holme | 2011-12-01 | 1 | -44/+65 |
* | pop3.c: fix compiler warning | Yang Tse | 2011-11-29 | 1 | -1/+1 |
* | POP3: detect when LIST returns no mails | Daniel Stenberg | 2011-11-29 | 1 | -6/+35 |
* | POP3: fix end of body detection | Daniel Stenberg | 2011-11-29 | 1 | -19/+53 |
* | query-part: ignore the URI part for given protocols | Jonas Schnelli | 2011-11-24 | 1 | -2/+3 |
* | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg | 2011-11-03 | 1 | -1/+1 |