Commit History

作者 SHA1 備註 提交日期
  Steve Holme fe260b75e7 smtp: Fixed login denied when server doesn't support AUTH capability 10 年之前
  Steve Holme 60bd22620a mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU 10 年之前
  Steve Holme cf2051764c email: Fixed segfault introduced in commit 195b63f99c2fe3 10 年之前
  Daniel Stenberg 3ce2a3991b code police: fix indent level to silence checksrc complaints 10 年之前
  Steve Holme 195b63f99c email: Extended the login options to support multiple auth mechanisms 10 年之前
  Daniel Stenberg 11e8066ef9 vtls: renamed sslgen.[ch] to vtls.[ch] 10 年之前
  Daniel Stenberg eccf4fb7ee vtls: created subdir, moved sslgen.[ch] there, updated all include lines 10 年之前
  Steve Holme 48043f87b6 imap/pop3/smtp: Added support for SASL authentication downgrades 10 年之前
  Daniel Stenberg 74476609c3 smtp: fix compiler warning 10 年之前
  Steve Holme 6c62d84232 smtp: Moved the calculation of SASL login details into a separate function 10 年之前
  Steve Holme da24fbbc00 smtp: Moved the sending of the AUTH command into a separate function 10 年之前
  Steve Holme c0245cc591 email: Renamed *_perform_authenticate() functions 10 年之前
  Steve Holme 5ee64be9c6 smtp: Post SMTP command expansion tidy up 10 年之前
  Steve Holme 8191800a0c smtp: Fixed space being sent in non --mail-rcpt based requests 11 年之前
  Steve Holme 3c8c9b2779 smtp: Changed the default command to HELP when no options are specified 11 年之前
  Steve Holme b27dc009cf smtp:Fixed memory leak from commit dac01ff6d788b2 11 年之前
  Steve Holme eedca5055e smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666 11 年之前
  Daniel Stenberg 5d040632ac smtp_state_mail_resp: removed unused variable 'smtp' 11 年之前
  Steve Holme 0ea4a80bb2 smtp: Simplified the next RCPT TO logic 11 年之前
  Steve Holme 168aa59705 smtp.c: Fixed trailing whitespace 11 年之前
  Steve Holme f71b1ad908 smtp: Added support for VRFY and EXPN commands 11 年之前
  Steve Holme dac01ff6d7 smtp: Added support for NOOP and RSET commands 11 年之前
  Steve Holme 4a9fe26837 smtp: Fixed handling of multiline server greeting responses 11 年之前
  Steve Holme 90ec8763a5 smtp.c: Fixed compilation error from commit f16c0de4e9bbe3 11 年之前
  Steve Holme 796333bc5e smtp: Fixed processing of more than one response when sent in same packet 11 年之前
  Steve Holme f16c0de4e9 smtp: Moved EHLO response handling to smtp_state_ehlo_resp() 11 年之前
  Steve Holme cfdfdcdd9d email: Corrected a couple of typos from commit aa0eaef4838ccd 11 年之前
  Steve Holme 43400b4086 email: Post graceful SASL authentication cancellation tidy up 11 年之前
  Steve Holme f68559c086 email: Added support for cancelling NTLM authentication 11 年之前
  Steve Holme b87ba2c942 email: Added support for cancelling DIGEST-MD5 authentication 11 年之前