aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 2004-03-25-6.2.5-egidy-parserec.diff.Matthias Andree2004-10-121-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 Andree2004-08-091-1/+2
| | | | svn path=/trunk/; revision=3929
* Don't output progress dots if output is only going to syslog.Graham Wilson2004-08-091-2/+2
| | | | svn path=/trunk/; revision=3928
* Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe.Matthias Andree2004-06-191-11/+11
| | | | svn path=/trunk/; revision=3903
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-181-7/+7
| | | | svn path=/trunk/; revision=3899
* Bulletproof the dup killer.Eric S. Raymond2003-10-101-7/+3
| | | | svn path=/trunk/; revision=3856
* Storage cleanup for new dup killer code.Eric S. Raymond2003-10-101-4/+4
| | | | svn path=/trunk/; revision=3855
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-23/+26
| | | | svn path=/trunk/; revision=3853
* Typo that will not die.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3849
* Typo fix.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3848
* Smash out nuls.Eric S. Raymond2003-10-101-20/+23
| | | | svn path=/trunk/; revision=3846
* Smash all NULs out of headers.Eric S. Raymond2003-10-101-0/+14
| | | | svn path=/trunk/; revision=3845
* Cosmetic fix.Eric S. Raymond2003-10-101-20/+20
| | | | svn path=/trunk/; revision=3844
* Better default for showdots.Eric S. Raymond2003-10-101-4/+5
| | | | svn path=/trunk/; revision=3842
* Ready to ship.Eric S. Raymond2003-08-061-33/+68
| | | | svn path=/trunk/; revision=3831
* Typo fixes.Eric S. Raymond2003-07-171-2/+2
| | | | svn path=/trunk/; revision=3821
* Better \n tolerance.Eric S. Raymond2003-07-171-34/+38
| | | | svn path=/trunk/; revision=3818
* More graceful handling of headers without a delimiter line.Eric S. Raymond2003-07-171-7/+6
| | | | svn path=/trunk/; revision=3817
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-1/+8
| | | | svn path=/trunk/; revision=3814
* IDLE implementation.Eric S. Raymond2003-02-281-1/+4
| | | | svn path=/trunk/; revision=3794
* Before the IDLE patch.Eric S. Raymond2003-02-281-13/+9
| | | | svn path=/trunk/; revision=3792
* Ready to ship.Eric S. Raymond2002-11-261-5/+15
| | | | svn path=/trunk/; revision=3771
* Sunil Shetye's minor fixes.Eric S. Raymond2002-10-311-1/+5
| | | | svn path=/trunk/; revision=3762
* Improve processing of truncated messages.Eric S. Raymond2002-10-311-0/+1
| | | | svn path=/trunk/; revision=3761
* Another Shetye fix.Eric S. Raymond2002-10-181-3/+10
| | | | svn path=/trunk/; revision=3749
* Free fix to re-enable some text in error messages.Eric S. Raymond2002-10-181-2/+1
| | | | svn path=/trunk/; revision=3744
* Stefan Esser's security patch.Eric S. Raymond2002-09-221-12/+37
| | | | svn path=/trunk/; revision=3730
* Sunil Shetye's latest cleanup patch.Eric S. Raymond2002-09-131-16/+3
| | | | svn path=/trunk/; revision=3712
* Skip empty addresses.Eric S. Raymond2002-06-041-0/+8
| | | | svn path=/trunk/; revision=3626
* Shrouding fix.Eric S. Raymond2002-06-031-25/+20
| | | | svn path=/trunk/; revision=3623
* Shrouding fix.Eric S. Raymond2002-06-031-1/+1
| | | | svn path=/trunk/; revision=3622
* Handle Resent-From envelope correctly.Eric S. Raymond2002-03-091-37/+39
| | | | svn path=/trunk/; revision=3592
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-2/+2
| | | | svn path=/trunk/; revision=3578
* Revised dup-killer code.Eric S. Raymond2001-12-141-38/+53
| | | | svn path=/trunk/; revision=3561
* Better handling of malformed messages.Eric S. Raymond2001-12-041-1/+1
| | | | svn path=/trunk/; revision=3552
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+1
| | | | svn path=/trunk/; revision=3543
* _( -> GT_(Eric S. Raymond2001-09-241-16/+16
| | | | svn path=/trunk/; revision=3478
* Before tckling the license problem.Eric S. Raymond2001-09-181-2/+2
| | | | svn path=/trunk/; revision=3462
* Send # to stdout.Eric S. Raymond2001-08-081-1/+1
| | | | svn path=/trunk/; revision=3449
* Better skip handling.Eric S. Raymond2001-07-041-2/+2
| | | | svn path=/trunk/; revision=3392
* HMH's second cleanup patch.Eric S. Raymond2001-06-241-5/+22
| | | | svn path=/trunk/; revision=3377
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-11/+41
| | | | svn path=/trunk/; revision=3366
* Miscellaneous bug fixes.Eric S. Raymond2001-06-201-13/+37
| | | | svn path=/trunk/; revision=3361
* Avoid out-of-order free.Eric S. Raymond2001-06-171-1/+1
| | | | svn path=/trunk/; revision=3350
* Move some global data where it belongs.Eric S. Raymond2001-06-121-5/+0
| | | | svn path=/trunk/; revision=3348
* Initial revisionEric S. Raymond2001-06-121-0/+1405
svn path=/trunk/; revision=3347