aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extend documentation on recent OpenSSL fix.Matthias Andree2010-04-063-1/+11
|
* Fix up commit b73b77380d9939e2b47f5ca7d723a86bde06d657.Matthias Andree2010-04-061-1/+1
|
* Call OpenSSL_add_all_algorithms().Matthias Andree2010-04-062-4/+8
| | | | To fix Debian Bug #576430, reported by Sjoerd Simons.
* Cast strcspn result to int.Matthias Andree2010-04-061-3/+3
|
* Fix line ends in address rewriting reports.Matthias Andree2010-04-012-12/+16
| | | | Reported by Frédéric Marchal.
* Fix xmalloc type casts in SDPS mode.Matthias Andree2010-04-011-2/+2
|
* Use SSL_library_init(), not SSLeay_add_ssl_algorithms().Matthias Andree2010-04-011-1/+1
|
* Update website to reflect 6.3.15 release.Matthias Andree2010-03-281-5/+5
|
* Update for 6.3.15 release.Matthias Andree2010-03-285-60/+49
|
* Record po files for 6.3.15 release.Matthias Andree2010-03-2821-6085/+6446
|
* Import Japanese translation, courtesy of Takeshi Hamasaki.Matthias Andree2010-03-281-229/+228
|
* Import new translations from translation project.Matthias Andree2010-03-257-2683/+3130
|
* Correct MD5Init library check.Matthias Andree2010-03-201-1/+2
|
* Clarify BRANCH_6-3 status: an obsolete tag to record SVN->Git conversion.Matthias Andree2010-03-191-1/+3
|
* Further warning fixes.Matthias Andree2010-03-193-11/+12
|
* Bump version.Matthias Andree2010-03-192-3/+3
|
* Fix MD5 compile on Solaris.Matthias Andree2010-03-196-21/+23
|
* Further type fixes.Matthias Andree2010-03-1814-29/+37
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-1821-42/+55
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Sunil's fix for --nosoftbounce confirmed by reporter.Matthias Andree2010-03-141-1/+1
|
* Update Indonesian, Japanese, Vietnamese translations.Matthias Andree2010-03-083-779/+816
|
* Mention that Sunil's commit also fixed --nobounce.Matthias Andree2010-03-051-2/+3
|
* Skip XHTML validation if xmllint or DTD are missing.Matthias Andree2010-03-052-0/+10
|
* Drop outdated documentation. Can be regenerated with Doxygen.Matthias Andree2010-03-059-4490/+0
|
* Credit Sunil with the --nosoftbounce patch.Matthias Andree2010-03-051-1/+1
|
* Remove unused-variable warning on NetBSD 5.Matthias Andree2010-03-051-1/+1
|
* Properly check for h_errno declaration and include netdb.h.Matthias Andree2010-03-054-12/+19
|
* 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
|