summaryrefslogtreecommitdiffstats
path: root/mutt_sasl.c (follow)
Commit message (Expand)AuthorAgeLines
* Fix mutt_sasl buffer size to hold ip_port strings.Kevin McCarthy2021-07-17-1/+4
* Clean up formatting.Kevin McCarthy2019-01-04-3/+5
* Clean up code indentation.Kevin McCarthy2019-01-04-49/+49
* Remove trailing whitespace.Kevin McCarthy2018-12-31-11/+11
* Fix memleaks of saslconn on error pathsPeter Wu2018-10-23-0/+3
* Add timeout parameter to mutt_socket_poll.Kevin McCarthy2017-07-22-3/+3
* Fix memory leak in mutt_sasl_cb_pass.Will Fiveash2016-07-16-3/+6
* Back out wrapper sys_socket.h workaround (23334e967dd7)Kevin McCarthy2016-05-09-1/+1
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-5/+5
* Create a wrapper sys_socket.h to work around Solaris namespace issues. (clos...Kevin McCarthy2016-04-27-1/+1
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-1/+1
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Clean up sasl warnings.Kevin McCarthy2015-01-29-4/+4
* mutt_sasl: fix double negative in iptostring result check (fixes #3705)Brendan Cully2014-09-07-4/+4
* mutt_sasl: whitespace onlyBrendan Cully2014-09-07-16/+18
* give user time to read SASL init error messageBrendan Cully2012-04-29-0/+1
* Make getuser/pass abort if input is required in batch mode.Rocco Rutte2009-07-01-1/+1
* Restore connection polling callback when closing SASL connection. Closes #3206.Roman Kraevskiy2009-03-19-0/+1
* Properly set the SASL external auth name when using SSL client certs.Brendan Cully2008-08-26-1/+4
* Fix type-punning warning in sasl_getprop usageBrendan Cully2008-08-15-2/+6
* Basic support for $ssl_client_cert when compiled with gnutls.Brendan Cully2008-06-28-0/+3
* Make SASL support conn_poll method. Make SASL IP lookup failureBrendan Cully2008-05-07-18/+36
* Update copyrights.Brendan Cully2007-02-25-1/+1
* This patch adds ESMTP relay support to mutt.Brendan Cully2007-02-24-15/+16
* Don't send protocol garbage to sasl_decode64 during POP authentication.Brendan Cully2006-09-08-5/+0
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Release global SASL state when quitting.Brendan Cully2005-09-06-0/+5
* Remove obsolete Cyrus SASL 1.5 support.Brendan Cully2005-09-01-86/+1
* Fix some S/MIME spelling inconsistencies.Bernd Ahlers2005-08-14-4/+2
* Silence some compiler warnings.Brendan Cully2005-08-11-2/+2
* Put moribund NSS support out to pasture.Brendan Cully2005-08-02-6/+1
* Add $imap_login variable to specify which user to authenticate asBrendan Cully2005-06-28-10/+17
* Rename open/close/read/write function pointers to avoid problems with systemsBrendan Cully2005-03-05-19/+19
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* GNUTLS support. Used in Debian since Nov. 2001.Marco d'Itri2005-01-27-1/+1
* With SASL, expect the server to prompt for additional auth data ifBill Nottingham2005-01-27-1/+1
* Here's a patch to allow mutt to use SSL client certificates toBrendan Cully2004-08-30-4/+4
* SASL2 needs errno.h.Paul WALKER2004-04-12-0/+1
* Back out part of the previous SASL/IPv6 patch due to portabilityRobert Schiele2004-01-05-2/+2
* A while ago I posted a similar patch which is necessary as when muttPatrick Welche2003-12-29-9/+56
* This trivial patch closes #1516 (NI_WITHSCOPEID undefined). ThanksBrendan Cully2003-09-11-1/+5
* The global callbacks set up in sasl_client_init are not copied byBrendan Cully2003-03-07-11/+8
* Hi - this is a patch against mutt-1.4 to use version 2 of the CyrusNathan Dushman2002-11-12-1/+99
* Brendan Cully sent a patch.Thomas Roessler2002-02-26-1/+2
* An updated version of the previous patch. From Brendan.Thomas Roessler2001-06-13-17/+23
* Socket API clean-up from Brendan Cully.Thomas Roessler2001-05-30-12/+12
* Brendan Cully's latest STARTTLS patch.Thomas Roessler2001-02-15-1/+1
* STARTTLS patch from Brendan Cully.Thomas Roessler2001-02-14-10/+9
* Brendan Cully's SASL patch.Thomas Roessler2001-02-12-0/+114