Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -8/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Rename a methods and some variables to steer clear of C++ namespace. | Matthias Andree | 2006-03-13 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4733 | ||||
* | Remove dead variable and add a few comments on the 'invalid header' issue. | Matthias Andree | 2006-03-03 | 1 | -3/+11 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4714 | ||||
* | Fix segfault in multidrop mode with headerless email. | Matthias Andree | 2005-12-08 | 1 | -21/+10 |
| | | | | | | | | Reported by Daniel Drake, patch by Sunil Shetye. This was actually modified from Sunil's patch to leave the if() {...} braces in the code to avoid ambiguities later. svn path=/branches/BRANCH_6-3/; revision=4530 | ||||
* | Document details about the UWIMAP folder internal data/X-IMAP: thingy. | Matthias Andree | 2005-11-23 | 1 | -0/+23 |
| | | | | svn path=/trunk/; revision=4475 | ||||
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -5/+13 |
| | | | | | | Patch by Sunil Shetye. svn path=/trunk/; revision=4362 | ||||
* | Rename isafile -> is_a_file, isidletimout -> is_idletimeout | Matthias Andree | 2005-09-25 | 1 | -4/+4 |
| | | | | | | to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322 | ||||
* | Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. | Matthias Andree | 2005-09-23 | 1 | -5/+14 |
| | | | | svn path=/trunk/; revision=4319 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -10/+15 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Add a FIXME comment. | Matthias Andree | 2005-08-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4263 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -6/+2 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Fix compiler warning. | Matthias Andree | 2005-07-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4207 | ||||
* | Fix progress stars and hashes. | Matthias Andree | 2005-07-31 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4204 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=4200 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4121 | ||||
* | Nalin Dahyabhai's fix for sink.c/transact.c to reserve sufficient | Matthias Andree | 2005-07-03 | 1 | -4/+4 |
| | | | | | | | space for \r\n trailers in snprintf calls. Sent by Miloslav Trmac, possibly fixing Red Hat bug #114470. svn path=/trunk/; revision=4071 | ||||
* | Check for SockWrite() return and bail out on short writes. | Matthias Andree | 2004-12-22 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=4016 | ||||
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4000 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 1 | -67/+6 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -5/+1 |
| | | | | svn path=/trunk/; revision=3953 | ||||
* | Merge 2004-03-25-6.2.5-egidy-parserec.diff. | Matthias Andree | 2004-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Gerd v. Egidy writes: a received header looking like this Received: from code ([20.191.144.116]) by currently causes fetchmail 6.2.5 to segfault when in multidrop/received mode. Looks like there is a check for \0 missing in parse_received, the attached patch fixes this. (Committer's note: the sample looks incomplete but anyways the patch makes sense to me.) svn path=/trunk/; revision=3941 | ||||
* | Safe fixes for compiler warnings. | Matthias Andree | 2004-08-09 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=3929 | ||||
* | Don't output progress dots if output is only going to syslog. | Graham Wilson | 2004-08-09 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3928 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -11/+11 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -7/+7 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Bulletproof the dup killer. | Eric S. Raymond | 2003-10-10 | 1 | -7/+3 |
| | | | | svn path=/trunk/; revision=3856 | ||||
* | Storage cleanup for new dup killer code. | Eric S. Raymond | 2003-10-10 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3855 | ||||
* | Dup killer now uses an MD5 hash of the message headers. | Eric S. Raymond | 2003-10-10 | 1 | -23/+26 |
| | | | | svn path=/trunk/; revision=3853 | ||||
* | Typo that will not die. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3849 | ||||
* | Typo fix. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3848 | ||||
* | Smash out nuls. | Eric S. Raymond | 2003-10-10 | 1 | -20/+23 |
| | | | | svn path=/trunk/; revision=3846 | ||||
* | Smash all NULs out of headers. | Eric S. Raymond | 2003-10-10 | 1 | -0/+14 |
| | | | | svn path=/trunk/; revision=3845 | ||||
* | Cosmetic fix. | Eric S. Raymond | 2003-10-10 | 1 | -20/+20 |
| | | | | svn path=/trunk/; revision=3844 | ||||
* | Better default for showdots. | Eric S. Raymond | 2003-10-10 | 1 | -4/+5 |
| | | | | svn path=/trunk/; revision=3842 | ||||
* | Ready to ship. | Eric S. Raymond | 2003-08-06 | 1 | -33/+68 |
| | | | | svn path=/trunk/; revision=3831 | ||||
* | Typo fixes. | Eric S. Raymond | 2003-07-17 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3821 | ||||
* | Better \n tolerance. | Eric S. Raymond | 2003-07-17 | 1 | -34/+38 |
| | | | | svn path=/trunk/; revision=3818 | ||||
* | More graceful handling of headers without a delimiter line. | Eric S. Raymond | 2003-07-17 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=3817 | ||||
* | First round ofmlong-delayed bug fixes. | Eric S. Raymond | 2003-07-17 | 1 | -1/+8 |
| | | | | svn path=/trunk/; revision=3814 | ||||
* | IDLE implementation. | Eric S. Raymond | 2003-02-28 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=3794 | ||||
* | Before the IDLE patch. | Eric S. Raymond | 2003-02-28 | 1 | -13/+9 |
| | | | | svn path=/trunk/; revision=3792 | ||||
* | Ready to ship. | Eric S. Raymond | 2002-11-26 | 1 | -5/+15 |
| | | | | svn path=/trunk/; revision=3771 | ||||
* | Sunil Shetye's minor fixes. | Eric S. Raymond | 2002-10-31 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=3762 | ||||
* | Improve processing of truncated messages. | Eric S. Raymond | 2002-10-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3761 | ||||
* | Another Shetye fix. | Eric S. Raymond | 2002-10-18 | 1 | -3/+10 |
| | | | | svn path=/trunk/; revision=3749 | ||||
* | Free fix to re-enable some text in error messages. | Eric S. Raymond | 2002-10-18 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=3744 | ||||
* | Stefan Esser's security patch. | Eric S. Raymond | 2002-09-22 | 1 | -12/+37 |
| | | | | svn path=/trunk/; revision=3730 | ||||
* | Sunil Shetye's latest cleanup patch. | Eric S. Raymond | 2002-09-13 | 1 | -16/+3 |
| | | | | svn path=/trunk/; revision=3712 |