summaryrefslogtreecommitdiffstats
path: root/mutt_sasl.c
AgeCommit message (Expand)Author
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-10-23Fix memleaks of saslconn on error pathsPeter Wu
2017-07-22Add timeout parameter to mutt_socket_poll.Kevin McCarthy
2016-07-16Fix memory leak in mutt_sasl_cb_pass.Will Fiveash
2016-05-09Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-01-29Clean up sasl warnings.Kevin McCarthy
2014-09-07mutt_sasl: fix double negative in iptostring result check (fixes #3705)Brendan Cully
2014-09-07mutt_sasl: whitespace onlyBrendan Cully
2012-04-29give user time to read SASL init error messageBrendan Cully
2009-07-01Make getuser/pass abort if input is required in batch mode.Rocco Rutte
2009-03-19Restore connection polling callback when closing SASL connection. Closes #3206.Roman Kraevskiy
2008-08-26Properly set the SASL external auth name when using SSL client certs.Brendan Cully
2008-08-15Fix type-punning warning in sasl_getprop usageBrendan Cully
2008-06-28Basic support for $ssl_client_cert when compiled with gnutls.Brendan Cully
2008-05-07Make SASL support conn_poll method. Make SASL IP lookup failureBrendan Cully
2007-02-25Update copyrights.Brendan Cully
2007-02-24This patch adds ESMTP relay support to mutt.Brendan Cully
2006-09-08Don't send protocol garbage to sasl_decode64 during POP authentication.Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-06Release global SASL state when quitting.Brendan Cully
2005-09-01Remove obsolete Cyrus SASL 1.5 support.Brendan Cully
2005-08-14Fix some S/MIME spelling inconsistencies.Bernd Ahlers
2005-08-11Silence some compiler warnings.Brendan Cully
2005-08-02Put moribund NSS support out to pasture.Brendan Cully
2005-06-28Add $imap_login variable to specify which user to authenticate asBrendan Cully
2005-03-05Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-27GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri
2005-01-27With SASL, expect the server to prompt for additional auth data ifBill Nottingham
2004-08-30Here's a patch to allow mutt to use SSL client certificates toBrendan Cully
2004-04-12SASL2 needs errno.h.Paul WALKER
2004-01-05Back out part of the previous SASL/IPv6 patch due to portabilityRobert Schiele
2003-12-29A while ago I posted a similar patch which is necessary as when muttPatrick Welche
2003-09-11This trivial patch closes #1516 (NI_WITHSCOPEID undefined). ThanksBrendan Cully
2003-03-07The global callbacks set up in sasl_client_init are not copied byBrendan Cully
2002-11-12Hi - this is a patch against mutt-1.4 to use version 2 of the CyrusNathan Dushman
2002-02-26Brendan Cully sent a patch.Thomas Roessler
2001-06-13An updated version of the previous patch. From Brendan.Thomas Roessler
2001-05-30Socket API clean-up from Brendan Cully.Thomas Roessler
2001-02-15Brendan Cully's latest STARTTLS patch.Thomas Roessler
2001-02-14STARTTLS patch from Brendan Cully.Thomas Roessler
2001-02-12Brendan Cully's SASL patch.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler