aboutsummaryrefslogtreecommitdiffstats
path: root/checkalias.c
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of gethostbyname().Matthias Andree2017-04-221-7/+0
* Work around systems returning obsolete EAI_NODATA.Matthias Andree2013-02-031-0/+9
* Further warning fixes.Matthias Andree2010-03-191-2/+2
* Fix more compiler warnings if compiled without RES_SEARCH.Matthias Andree2009-05-251-2/+7
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-7/+7
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-071-5/+5
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-1/+2
* Fix segfault (null pointer dereference) on some operating systems withMatthias Andree2005-12-111-0/+1
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-211-3/+1
* Large protocol independence patch.Matthias Andree2005-08-281-76/+58
* Bugfix: match IP address lists exhaustivelyMatthias Andree2005-07-311-45/+60
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-1/+0
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-3/+3
* Switch from _( to GT_( to avoid a conflict with openssh.Eric S. Raymond2001-09-241-5/+5
* Caseblind suffix comparisons.Eric S. Raymond2001-09-091-1/+1
* Check aka suffixes even if DNS is on.Eric S. Raymond2001-04-261-2/+2
* BeOS support.Eric S. Raymond2000-04-081-2/+10
* suffix test was reversed.Eric S. Raymond2000-03-211-4/+4
* Correct the suffix check.Eric S. Raymond2000-03-131-1/+1
* Suffix matching in akas.Eric S. Raymond2000-03-131-1/+27
* Simplify error reporting further.Eric S. Raymond1999-02-031-6/+6
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-6/