Age | Commit message (Expand) | Author |
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 |
2012-05-02 | MD5: OOM fix | Gokhan Sengun |
2012-04-04 | smtp.c: fix compiler warnings | Yang Tse |
2012-04-01 | smtp.c: Code policing and tidy up | Steve Holme |
2012-03-31 | smtp: Add support for DIGEST-MD5 authentication | Gökhan Şengün |
2012-03-31 | smtp: Cody tidy up of md5 digest length | Gökhan Şengün |
2012-03-24 | email: Moved server greeting responses into separate functions | Steve Holme |
2012-03-20 | fix several compiler warnings | Yang Tse |
2012-03-10 | smtp.c: Changed the curl error code for EHLO and HELO responses | Steve Holme |
2012-03-09 | includes: remove inclusion of unused file http_proxy.h | Daniel Stenberg |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-02-23 | SMTP: Added support for returning SMTP response codes | Steve Holme |
2012-02-21 | smtp.c: Fixed an issue with writing postdata | Steve Holme |
2012-02-17 | smtp.c: Fixed an issue with the EOB checking | Steve Holme |
2012-02-16 | SMTP: Code policing and tidy up | Steve Holme |
2012-02-15 | smtp.c: Fixed use of angled brackets in AUTH parameter. | Steve Holme |
2012-02-14 | smtp_mail: Added support to MAIL FROM for the optional AUTH parameter | Steve Holme |
2012-02-14 | SMTP: Fixed error when using CURLOPT_CONNECT_ONLY | Steve Holme |
2012-01-24 | URL sanitize: reject URLs containing bad data | Daniel Stenberg |
2012-01-04 | Fixed incorrect error code being returned in STARTTLS | Steve Holme |
2011-11-24 | query-part: ignore the URI part for given protocols | Jonas Schnelli |
2011-11-03 | rename ftp_ssl: the struct field is used for many protocols | Daniel Stenberg |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-10-20 | Curl_smtp_escape_eob: first byte is index 0... | Daniel Stenberg |
2011-10-20 | Curl_smtp_escape_eob: fix EOB escaping | Daniel Stenberg |