Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align with legacy_6x. | Matthias Andree | 2019-08-25 | 1 | -1/+1 |
| | | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code. | ||||
* | Remove last traces of gethostbyname(). | Matthias Andree | 2017-04-22 | 1 | -7/+0 |
| | |||||
* | Work around systems returning obsolete EAI_NODATA. | Matthias Andree | 2013-02-03 | 1 | -0/+9 |
| | | | | | | | | | | | | Older systems that provide the older RFC-2553 implementation of getaddrinfo, rather than the current RFC-3493, and systems that do not provide this getaddrinfo() interface at all and thus use the replacement functions from libesmtp/getaddrinfo.?, might return EAI_NODATA when a host is registered in DNS as MX or similar, but without A or AAAA records. Handle this situation when checking for multidrop aliases and treat EAI_NODATA the same as EAI_NONAME, i. e. name cannot be resolved. The proper fix, however, is to upgrade the operating system. | ||||
* | Further warning fixes. | Matthias Andree | 2010-03-19 | 1 | -2/+2 |
| | |||||
* | Fix more compiler warnings if compiled without RES_SEARCH. | Matthias Andree | 2009-05-25 | 1 | -2/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5329 | ||||
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -7/+7 |
| | | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 | ||||
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -5/+5 |
| | | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880 | ||||
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -1/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4734 | ||||
* | Fix segfault (null pointer dereference) on some operating systems with | Matthias Andree | 2005-12-11 | 1 | -0/+1 |
| | | | | | | | fetchmail's obsolete DNS MX/host alias lookups in multidrop mode. Patch by Dr.-Ing. Andreas Haakh. svn path=/branches/BRANCH_6-3/; revision=4537 | ||||
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -3/+1 |
| | | | | | | Patch by Sunil Shetye. svn path=/trunk/; revision=4362 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -76/+58 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Bugfix: match IP address lists exhaustively | Matthias Andree | 2005-07-31 | 1 | -45/+60 |
| | | | | | | | Bugfix: match IP aliases for MX records Cleanup: get rid of alloca(). svn path=/trunk/; revision=4194 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Easy bug fixes for this round. | Eric S. Raymond | 2001-11-08 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3543 | ||||
* | Switch from _( to GT_( to avoid a conflict with openssh. | Eric S. Raymond | 2001-09-24 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=3475 | ||||
* | Caseblind suffix comparisons. | Eric S. Raymond | 2001-09-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3458 | ||||
* | Check aka suffixes even if DNS is on. | Eric S. Raymond | 2001-04-26 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3298 | ||||
* | BeOS support. | Eric S. Raymond | 2000-04-08 | 1 | -2/+10 |
| | | | | svn path=/trunk/; revision=2866 | ||||
* | suffix test was reversed. | Eric S. Raymond | 2000-03-21 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=2832 | ||||
* | Correct the suffix check. | Eric S. Raymond | 2000-03-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2818 | ||||
* | Suffix matching in akas. | Eric S. Raymond | 2000-03-13 | 1 | -1/+27 |
| | | | | svn path=/trunk/; revision=2817 | ||||
* | Simplify error reporting further. | Eric S. Raymond | 1999-02-03 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=2374 | ||||
* | Return of the dancing progress dots. | Eric S. Raymond | 1999-02-01 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=2369 | ||||
* | error -> report, third stage. | Eric S. Raymond | 1999-01-05 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2330 | ||||
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=2328 | ||||
* | First step towards splitting error from progress messages. | Eric S. Raymond | 1999-01-05 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2326 | ||||
* | Fix copyrights. | Eric S. Raymond | 1998-12-04 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=2260 | ||||
* | Internationalization support via GNU gettext(). | Eric S. Raymond | 1998-11-26 | 1 | -5/+8 |
| | | | | svn path=/trunk/; revision=2208 | ||||
* | 64-bit cleanness. | Eric S. Raymond | 1998-10-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2163 | ||||
* | -Wall cleanup. | Eric S. Raymond | 1998-10-20 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=2120 | ||||
* | Make alloca safe. | Eric S. Raymond | 1998-10-20 | 1 | -9/+2 |
| | | | | svn path=/trunk/; revision=2115 | ||||
* | More verbosity fixes. | Eric S. Raymond | 1998-10-17 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2103 | ||||
* | Introduced O_DEBUG. | Eric S. Raymond | 1998-10-17 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2102 | ||||
* | Comment fixes. | Eric S. Raymond | 1998-10-17 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=2100 | ||||
* | Use alloca where possible. | Eric S. Raymond | 1998-10-08 | 1 | -3/+10 |
| | | | | svn path=/trunk/; revision=2076 | ||||
* | Eliminate some DNS round trips. | Eric S. Raymond | 1998-07-20 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=1991 | ||||
* | Cosmetic fix. | Eric S. Raymond | 1998-07-20 | 1 | -12/+12 |
| | | | | svn path=/trunk/; revision=1990 | ||||
* | More cleanup. | Eric S. Raymond | 1998-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1984 | ||||
* | is_ip_alias -> checkalias. | Eric S. Raymond | 1998-07-20 | 1 | -6/+135 |
| | | | | svn path=/trunk/; revision=1983 | ||||
* | Trivial reformatting. | Eric S. Raymond | 1998-07-20 | 1 | -44/+53 |
| | | | | svn path=/trunk/; revision=1982 | ||||
* | Initial revision | Eric S. Raymond | 1998-07-20 | 1 | -0/+73 |
svn path=/trunk/; revision=1981 |