Age | Commit message (Expand) | Author |
2013-12-20 | pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795 | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-20 | pop3: Fixed selection of APOP when server replies with an invalid timestamp | Steve Holme |
2013-12-20 | pop3: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-12-19 | pop3: Moved CAPA response handling to pop3_state_capa_resp() | Steve Holme |
2013-12-19 | pop3: Moved APOP detection into pop3_state_servergreet_resp() | Steve Holme |
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |
2013-12-18 | pop3: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | pop3: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-12-04 | imap/pop3: Post graceful cancellation consistency changes | Steve Holme |
2013-10-30 | email: Corrected a couple of typos from commit aa0eaef4838ccd | Steve Holme |
2013-10-30 | email: Post graceful SASL authentication cancellation tidy up | Steve Holme |
2013-10-27 | email: Added support for cancelling NTLM authentication | Steve Holme |
2013-10-27 | email: Added support for cancelling DIGEST-MD5 authentication | Steve Holme |
2013-10-27 | email: Corrected a couple of typos from 1e39b95682781f | Steve Holme |
2013-10-27 | email: Added support for canceling CRAM-MD5 authentication | Steve Holme |
2013-10-27 | email: Added initial support for cancelling authentication | Steve Holme |
2013-10-27 | email: Moved authentication message parsing into a separate function | Steve Holme |
2013-10-26 | email: Added references to SASL LOGIN authentication draft proposal | Steve Holme |
2013-10-18 | email: Fixed QUIT / LOGOUT being sent when SSL connect fails | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-10 | imap/pop3/smtp: Speed up SSL connection initialization | Jiri Hruska |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-28 | pop3: Added 255 octet limit check when sending initial response | Steve Holme |
2013-04-27 | pop3: Added support for enabling the SASL initial response | Steve Holme |
2013-04-15 | pop3: Added missing comment for pop3_state_apop_resp() | Steve Holme |
2013-04-15 | pop3: Updated the coding style of pop3_state_servergreet_resp() | Steve Holme |
2013-04-14 | pop3: Re-factored all perform based functions | Steve Holme |
2013-04-14 | pop3: Added description comments to all perform based functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_quit() to be with the other perform functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_command() to be with the other perform functions | Steve Holme |
2013-04-13 | pop3: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-12 | pop3: Reworked the function description for Curl_pop3_write() | Steve Holme |
2013-04-12 | pop3: Added function description to pop3_parse_custom_request() | Steve Holme |
2013-04-12 | pop3: Moved utility functions to end of pop3.c | Steve Holme |
2013-03-13 | pop3: Removed unnecessary transfer cancellation | Steve Holme |
2013-03-12 | pop3: Fixed continuous wait when using --ftp-list | Steve Holme |
2013-03-09 | email: Removed hard returns from init functions | Steve Holme |
2013-03-09 | email: Updated the function descriptions for the logout / quit functions | Steve Holme |
2013-03-09 | email: Simplified the logout / quit functions | Steve Holme |
2013-03-08 | email: Tidied up the *_regular_transfer() functions | Steve Holme |
2013-03-08 | email: Simplified nesting of if statements in *_doing() functions | Steve Holme |