summaryrefslogtreecommitdiffstats
path: root/pop_auth.c (follow)
Commit message (Expand)AuthorAgeLines
* Add GNU SASL support for authentication.Kevin McCarthy2021-12-23-3/+104
* Change POP3 oauth to not use initial response.Kevin McCarthy2020-07-25-7/+14
* Add basic XOAUTH2 support.Kevin McCarthy2020-06-13-26/+51
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-2/+2
* Merge branch 'stable'Kevin McCarthy2019-03-29-2/+6
|\
| * Fail oauth quietly if it was not configured.Kevin McCarthy2019-03-29-2/+6
* | Clean up code indentation.Kevin McCarthy2019-01-04-8/+8
* | Remove trailing whitespace.Kevin McCarthy2018-12-31-5/+5
|/
* Fix memleaks of saslconn on error pathsPeter Wu2018-10-23-0/+1
* Improve OAUTHBEARER support.Brandon Long2018-07-16-2/+69
* Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu2017-06-01-1/+1
* Add a few explanatory comments to pop_auth_sasl(). (see #3862)Kevin McCarthy2016-10-10-0/+12
* Fix POP3 SASL authentication mechanism DIGEST-MD5. (closes #3862)2016-10-10-1/+1
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-1/+1
* Make sasl authentication buffers dynamically sized. (see #3804)Kevin McCarthy2016-01-19-6/+21
* fix more comment typosMichael Elkins2013-10-04-1/+1
* fix typos in commentsOndřej Bílka2013-07-23-2/+2
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-2/+2
* Fix comparison signedness warnings.Matthias Andree2010-08-06-1/+1
* Fix some warnings with -W about missing initializers in structsRocco Rutte2009-03-17-1/+1
* Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully2007-08-27-7/+6
* Validate msgid in APOP authentication. Closes #2846Brendan Cully2007-04-02-0/+7
* Don't send protocol garbage to sasl_decode64 during POP authentication.Brendan Cully2006-09-08-5/+7
* 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
* Remove obsolete Cyrus SASL 1.5 support.Brendan Cully2005-09-01-26/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* In pop_auth.c:pop_auth_sasl(), if the main loop received anythingJon Miles2003-09-10-5/+4
* SASL2 support for popo_auth.c.Nathan Dushman2003-01-23-0/+19
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-1/+1
* patch-20010829.vvv.pop_authThomas Roessler2001-08-30-6/+4
* This should fix the warnings which A. Nosenko found. (And mayThomas Roessler2001-08-22-6/+8
* The attached patch adds two variables: $pop_authenticators andThomas Roessler2001-06-18-32/+72
* An updated version of the previous patch. From Brendan.Thomas Roessler2001-06-13-6/+0
* This patch closes a ridiculous bug where the SASL library could beThomas Roessler2001-06-13-0/+3
* A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler2001-05-10-3/+3
* Brendan Cully's latest STARTTLS patch.Thomas Roessler2001-02-15-4/+1
* Fixing a stupid typo. bug#445, from Larry Rosenman <ler@lerctr.org>.Thomas Roessler2001-01-30-1/+1
* Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler2001-01-08-2/+2
* Vsevolod Volkov's POP mailbox patch.Thomas Roessler2000-10-10-0/+363