Age | Commit message (Expand) | Author |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-24 | imap: Fixed auth preference not being honored when CAPABILITY not supported | Steve Holme |
2013-12-22 | email: Fixed segfault introduced in commit 195b63f99c2fe3 | Steve Holme |
2013-12-22 | code police: fix indent level to silence checksrc complaints | Daniel Stenberg |
2013-12-21 | email: Extended the login options to support multiple auth mechanisms | 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-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |
2013-12-18 | imap: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | imap: Moved the sending of the AUTHENICATE command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-12-14 | imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bb | Steve Holme |
2013-12-13 | imap: Fixed incorrect fallback to clear text authentication | Steve Holme |
2013-12-04 | imap/pop3: Post graceful cancellation consistency changes | 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: 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-25 | imap: Added clarification to the code about odd continuation responses | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-14 | imap: Fixed response check for NOOP command | Steve Holme |
2013-09-11 | imap: Fixed response check for LSUB and UID commands | Steve Holme |
2013-09-10 | imap/pop3/smtp: Speed up SSL connection initialization | Jiri Hruska |
2013-09-09 | imap: Fixed calculation of transfer when partial FETCH received | Steve Holme |
2013-09-04 | SASL: fix compiler warnings | Daniel Stenberg |
2013-09-04 | imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 servers | Steve Holme |
2013-08-31 | imap: Fixed response check for EXPUNGE command | Steve Holme |
2013-08-26 | imap: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-19 | imap: Fixed response check for SEARCH command | Alex McLellan |
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 | imap.c: imap_sendf() fix va_start/va_end matching | 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-27 | imap: Added support for overriding the SASL initial response | Steve Holme |
2013-04-13 | imap: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-12 | imap: Added function description to imap_parse_custom_request() | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 3/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 2/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 1/3) | Steve Holme |
2013-04-12 | imap: Corrected function description for imap_connect() | Steve Holme |
2013-03-17 | imap: Fixed incorrect initial response generation for SASL AUTHENTICATE | Steve Holme |
2013-03-10 | imap: Reworked some function descriptions | Steve Holme |
2013-03-10 | imap: Added some missing comments to imap_sendf() | Steve Holme |