index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smtp.c
Age
Commit message (
Expand
)
Author
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
2011-10-03
codepolicing
Daniel Stenberg
2011-10-03
smtp: Added support for NTLM authentication
Steve Holme
2011-10-03
smtp: General tidy up ready for adding NTLM support
Steve Holme
2011-10-03
smtp_mail: fixed another memory leak
Steve Holme
2011-09-29
smtp_mail: fix memory leak
Daniel Stenberg
2011-09-29
smtp_mail: Added support to MAIL FROM for the optional SIZE parameter
Steve Holme
2011-09-26
smtp_connect: use defined buffer length for hostname
Steve Holme
2011-09-21
smtp: without a MAIL_FROM, send blank MAIL FROM
Gisle Vanem
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-24
SMTP authentication: fix ordering of preferred authentication method
Steve Holme
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-08-19
tcpconnect: follow-up commit after b998d95b
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-05-05
SSL: check for SSL, not specific protocols
Daniel Stenberg
[next]