Age | Commit message (Expand) | Author |
2013-02-09 | smtp: Fixed an issue when processing EHLO failure responses (Part 2) | Steve Holme |
2013-02-09 | smtp: Fixed an issue with missing capabilities after the AUTH line | Steve Holme |
2013-02-09 | smtp: Fixed an issue when processing EHLO failure responses | Steve Holme |
2013-02-08 | smtp: Reworked smtp_endofresp() to allow for extra capability detection | Steve Holme |
2013-02-08 | smtp: Renamed smtp_state_auth_passwd_resp() function | Steve Holme |
2013-02-07 | smtp: Updated SMTP_AUTH_PASSWD state constant | Steve Holme |
2013-02-06 | email: Moved starttls code in separate functions | Steve Holme |
2013-02-05 | email: Reworked comments in the endofresp() functions | Steve Holme |
2013-02-04 | email: Provided extra comments following recent pop3/imap fixes | Steve Holme |
2013-01-27 | smtp.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-25 | smtp.c: Added comments to smtp_endofresp() | Steve Holme |
2013-01-24 | smtp.c: Corrected RFC references | Steve Holme |
2013-01-24 | smtp.c: Fixed failure detection during TLS upgrade | Steve Holme |
2013-01-23 | email: Removed unnecessary return statements | Steve Holme |
2013-01-22 | email: Corrected references to SASL RFC | Steve Holme |
2013-01-19 | email: General code tidy up | Steve Holme |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | smtp.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-29 | smtp_doing: don't call smtp_dophase_done() if already failed | Steve Holme |
2012-12-29 | smtp.c: Added extra comments around SMTP_STOP state change | Steve Holme |
2012-12-28 | smtp: Minor code tidy up | Steve Holme |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-09-04 | SMTP: only send SIZE if supported | František Kučera |
2012-06-24 | smtp: Corrected result code for MAIL, RCPT and DATA commands | Steve Holme |
2012-06-09 | smtp.c: Removed unused variable | Steve Holme |
2012-06-09 | smtp: Post apop feature code tidy up | Steve Holme |
2012-06-08 | sasl: Re-factored mechanism constants in preparation for APOP work | Steve Holme |
2012-06-07 | smtp.c: Re-factored the smtp_state_*_resp() functions | Steve Holme |
2012-06-06 | smtp: Re-factored the SMTP_AUTH* state machine constants | Steve Holme |
2012-06-05 | smtp.c: Removed whitespace | Steve Holme |
2012-06-05 | smtp: Post authentication code tidy up | Steve Holme |
2012-06-05 | email: Removed duplicated header file | Steve Holme |
2012-06-04 | sasl: Renamed Curl_sasl_decode_ntlm_type2_message() | Steve Holme |
2012-06-04 | sasl: Added service parameter to Curl_sasl_create_digest_md5_message() | Steve Holme |
2012-06-04 | sasl: Moved digest-md5 authentication message creation from smtp.c | Steve Holme |
2012-06-03 | sasl: Moved cram-md5 authentication message creation from smtp.c | Steve Holme |
2012-06-02 | sasl: Moved ntlm authentication message handling from smtp.c | Steve Holme |
2012-05-31 | sasl: Moved login authentication message creation from smtp.c | Steve Holme |
2012-05-31 | smtp.c: Reworked message encoding in smtp_state_authpasswd_resp() | Steve Holme |
2012-05-31 | smtp.c: Re-factored smtp_auth_login_user() for use with passwords | Steve Holme |
2012-05-30 | sasl: Moved plain text authentication message creation from smtp.c | Steve Holme |
2012-05-25 | sasl: Re-factored auth-mechanism constants to be more generic | Steve Holme |
2012-05-25 | smtp: Moved auth-mechanism constants into a separate header file | Steve Holme |
2012-05-22 | smtp: Fixed an issue with the multi-interface always sending postdata | Steve Holme |
2012-05-17 | smtp: Fixed non-escaping of dot character at beginning of line | Steve Holme |