Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -2/+0 |
| | | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code. | ||||
* | Fix Solaris build with non-c99 compiler (gcc), fixup fileno(). | Matthias Andree | 2019-08-05 | 1 | -3/+1 |
| | | | | | Solaris's headers complain if _XOPEN_SOURCE or thereabouts are defined, but the compiler in use isn't the relevant XPG c99. | ||||
* | Quiet linker warnings around yywrap() fix when using a C++ compiler. | Matthias Andree | 2017-02-11 | 1 | -0/+3 |
| | |||||
* | Work around GNU flex madness around yywrap(). | Matthias Andree | 2017-02-11 | 1 | -3/+5 |
| | |||||
* | Fix missing fileno() declaration. | Matthias Andree | 2016-09-24 | 1 | -0/+5 |
| | | | | Add #define _XOPEN_SOURCE 600, the %top{...} flex macro requires flex 2.5.30 or newer. | ||||
* | Multidrop: Do not lose wildcard flag, allow asterisk anywhere. | Matthias Andree | 2010-10-12 | 1 | -5/+0 |
| | |||||
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -0/+1 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | Consistently call SETSTATE rather than BEGIN. | Michael Banack | 2010-04-13 | 1 | -1/+4 |
| | |||||
* | Remove static string buffers, use xstrndup(). | Matthias Andree | 2010-04-13 | 1 | -52/+8 |
| | |||||
* | Changed the lexer to copy string values out of yytext. | Michael Banack | 2010-04-10 | 1 | -13/+41 |
| | | | | Fixes BerliOS bug #14257. | ||||
* | Add more flex options, document requirement. | Matthias Andree | 2010-04-10 | 1 | -5/+3 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+3 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
| | | | | to resolve an ambiguity found by Frédéric Marchal. | ||||
* | Bugfix: recognize local as shorthand for localdomains. | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -1/+3 |
| | |||||
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Fetchmail no longer drops permanently undelivered messages by default, to match historic documentation. It does this by adding a new "softbounce" option, see below. Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist. There is a new "softbounce" global option that prevents the deletion of messages that have not been forwarded. It defaults to "true" for fetchmail 6.3.X in order to match historic documentation. This may change its default in the next major release. NOTE: untested. svn path=/branches/BRANCH_6-3/; revision=5315 | ||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -0/+1 |
| | | | | | | | | Exception from no-features policy on 6.3.X is made to keep people away from doing more dangerous things in order to get rid of CommonName mismatch warnings. svn path=/branches/BRANCH_6-3/; revision=5165 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -0/+1 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | Add pidfile option, requested by Héctor García. | Matthias Andree | 2006-04-02 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4770 | ||||
* | lexer: add %option noyywrap to avoid link errors about missing yywrap(). | Matthias Andree | 2006-04-01 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4765 | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -4/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | Fix segfault when run control file ends with a backslash inside an | Matthias Andree | 2005-11-16 | 1 | -4/+9 |
| | | | | | | | | unterminated quoted string. In quoted strings, support backslash as last character on a line to join the following line to the current. svn path=/trunk/; revision=4446 | ||||
* | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4297 | ||||
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -1/+0 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Nico Golde's patch to support "proto RPOP" in the configuration file, | Matthias Andree | 2005-07-07 | 1 | -0/+1 |
| | | | | | | reported by Dr. Andreas Krüger, Debian bug #242384. svn path=/trunk/; revision=4099 | ||||
* | The memory leak/static buffer fix in r4018 was bogus | Matthias Andree | 2005-07-03 | 1 | -5/+14 |
| | | | | | | | and did not properly detect the end of unescaped strings. Reported by Jakob Hirsch. svn path=/trunk/; revision=4088 | ||||
* | Fix memory leak. | Matthias Andree | 2005-03-06 | 1 | -18/+15 |
| | | | | svn path=/trunk/; revision=4018 | ||||
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3858 | ||||
* | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3831 | ||||
* | OTP fix patches from Stanislav Brabec. | Eric S. Raymond | 2002-10-18 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3735 | ||||
* | Space optimization. | Eric S. Raymond | 2002-09-13 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3714 | ||||
* | Expose the ESMTP name and password options. | Eric S. Raymond | 2002-03-10 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3596 | ||||
* | Implemented fetchdomains. | Eric S. Raymond | 2001-06-24 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3373 | ||||
* | Tracepolls switch implemented. | Eric S. Raymond | 2001-06-05 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3337 | ||||
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3314 | ||||
* | Minor cleanup patches. | Eric S. Raymond | 2001-04-10 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3289 | ||||
* | Clear the bug queue. | Eric S. Raymond | 2001-03-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3259 | ||||
* | Added sslproto. | Eric S. Raymond | 2001-03-03 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3183 | ||||
* | We can specify NTLM as an authentication type. | Eric S. Raymond | 2001-02-27 | 1 | -6/+8 |
| | | | | svn path=/trunk/; revision=3160 | ||||
* | preauth -> auth. | Eric S. Raymond | 2001-02-19 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=3121 | ||||
* | Looks like we've got the new authentication logic done. | Eric S. Raymond | 2001-02-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3072 | ||||
* | Let's get rid of the old protocols with preauthentication bundled in. | Eric S. Raymond | 2001-02-11 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=3071 | ||||
* | First cut at ODMR support. | Eric S. Raymond | 2001-02-07 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3028 | ||||
* | Spambounce patch. | Eric S. Raymond | 2000-12-12 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2998 | ||||
* | 5-6-0bis fix for smtpname. | Eric S. Raymond | 2000-11-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2989 | ||||
* | Ready to ship. | Eric S. Raymond | 2000-11-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2983 | ||||
* | Added --showdots option by Thomas Jarosch <tomj@gmx.de> | Eric S. Raymond | 2000-11-04 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2981 |