aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* set global flags in a consistent mannerSunil Shetye2010-03-053-8/+10
|
* Update Chinese (Simplified) translation for -beta2.Matthias Andree2010-03-041-236/+287
|
* Don't assign garbage to parsetime if using - (stdin) for rcfile.Matthias Andree2010-02-281-5/+8
|
* Make some explicit NULL checks to pacify llvm-clang's static analyzerMatthias Andree2010-02-283-2/+4
|
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-2810-20/+18
|
* Translation updates for -beta2 (Czech, Polish).Matthias Andree2010-02-272-61/+83
|
* Update translations (German); to -beta1/2 (Chinese/Dutch, Italian).Matthias Andree2010-02-265-1332/+935
|
* Check seteuid() return value.Matthias Andree2010-02-262-2/+9
|
* Fix ICC warning about meaningless 'const'.Matthias Andree2010-02-261-1/+1
|
* Fix trio self-test.Matthias Andree2010-02-262-3/+5
|
* Import new trio version, disabling config.h #include.Matthias Andree2010-02-2611-150/+292
|
* Update German translation for -beta2.Matthias Andree2010-02-261-17/+19
|
* Bump version to -beta2.Matthias Andree2010-02-262-2/+2
|
* Drop BerliOS Bug #11576, fixed in 6.3.11.Matthias Andree2010-02-261-3/+0
|
* Fix verbose mode progress formatting regression from 6.3.10.Matthias Andree2010-02-262-0/+6
|
* Mark --bsmtp - unsuitable for delivery and subject to removal.Matthias Andree2010-02-262-6/+13
|
* Document --bsmtp precedence over --mda.Matthias Andree2010-02-261-1/+2
|
* BSMTP error reporting and stdout handling fixesMatthias Andree2010-02-262-22/+26
| | | | | * Do not close stdout when using mda and "bsmtp -" at the same time. * Log operating system errors when BSMTP writes fail.
* Import translation updates for Czech/Italian (6.3.15-beta1), ↵Matthias Andree2010-02-259-1631/+1743
| | | | Indonesian/Japanese/Polish/Vietnamese (6.3.14).
* Update French translation, courtesy of Frédéric Marchal.Matthias Andree2010-02-242-416/+432
|
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-2411-20/+20
| | | | to resolve an ambiguity found by Frédéric Marchal.
* Bugfix: recognize local as shorthand for localdomains.Matthias Andree2010-02-242-1/+6
|
* Remove invalid header issue from TODO.Matthias Andree2010-02-241-2/+0
|
* Update German translation for 6.3.15-beta1.Matthias Andree2010-02-241-260/+278
|
* Bump version to 6.3.15-beta1.Matthias Andree2010-02-242-2/+2
|
* Remove excess .\n from tracepolls -V dump.Matthias Andree2010-02-241-1/+1
|
* Feature: bad-header {reject|pass}Matthias Andree2010-02-2410-5/+74
|
* Silence bison warning about 2 shift/reduce conflictsMatthias Andree2010-02-231-0/+2
|
* Add section on troubleshooting, ...Matthias Andree2010-02-221-0/+33
| | | | ...just in case somebody actually reads the manual in seach for help.
* Add description.Matthias Andree2010-02-161-0/+10
|
* Archive the SVN->Git conversion scripts. Not distributed.Matthias Andree2010-02-163-0/+110
|
* Revise --mda documentation for user id switching.Matthias Andree2010-02-102-15/+30
| | | | | This should clarify an issue that Uli Zappe reported to the fetchmail-users@ mailing list in February 2010.
* Mark Trio for update.Matthias Andree2010-02-101-0/+1
|
* Drop outdated file.Matthias Andree2010-02-101-19/+0
|
* Cleanup: change " \n" to "\n" where appropriate.Matthias Andree2010-02-104-8/+6
|
* Refactoring: Rename smtp_open() to smtp_setup()Matthias Andree2010-02-103-3/+4
|
* Add CVE for sdump X.509 display bug in 6.3.11-6.3.13.Matthias Andree2010-02-091-2/+3
|
* Add CVE for sdump X.509 display bug in 6.3.11-6.3.13.Matthias Andree2010-02-092-8/+11
|
* Split security information out from front page.Matthias Andree2010-02-082-19/+68
|
* Mark RELEASEVERSIONS obsolete.Matthias Andree2010-02-062-4/+8
|
* Update documents/scripts after SVN -> Git move.Matthias Andree2010-02-0612-62/+58
|
* Add missing "EOF" line for here-file termination.Matthias Andree2010-02-051-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5483
* Update website after release.Matthias Andree2010-02-052-7/+12
| | | | svn path=/branches/BRANCH_6-3/; revision=5482
* Getting ready for 6.3.14 release.Matthias Andree2010-02-054-17/+31
| | | | svn path=/branches/BRANCH_6-3/; revision=5480
* Update .po translations from TP.Matthias Andree2010-02-0522-5871/+6481
| | | | svn path=/branches/BRANCH_6-3/; revision=5479
* Bump version for upcoming release.Matthias Andree2010-02-042-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5478
* Fix input type for isalnum().Matthias Andree2010-02-041-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5477
* Only add format-printf attribute on GCC >= 2.Matthias Andree2010-02-041-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5476
* Add GCC attributes for printf format checking to SockPrintf (Sunil Shetye).Matthias Andree2010-02-041-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5475
* Fix compiler warnings about unused parameters (Sunil Shetye).Matthias Andree2010-02-041-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5474