aboutsummaryrefslogtreecommitdiffstats
path: root/checkalias.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* error -> report, third stage.Eric S. Raymond1999-01-051-1/+1
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-6/+6
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-3/+3
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-5/+8
* 64-bit cleanness.Eric S. Raymond1998-10-301-0/+1
* -Wall cleanup.Eric S. Raymond1998-10-201-1/+2
* Make alloca safe.Eric S. Raymond1998-10-201-9/+2
* More verbosity fixes.Eric S. Raymond1998-10-171-3/+3
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-3/+3
* Comment fixes.Eric S. Raymond1998-10-171-2/+1
* Use alloca where possible.Eric S. Raymond1998-10-081-3/+10
* Eliminate some DNS round trips.Eric S. Raymond1998-07-201-4/+4
* Cosmetic fix.Eric S. Raymond1998-07-201-12/+12
* More cleanup.Eric S. Raymond1998-07-201-1/+1
* is_ip_alias -> checkalias.Eric S. Raymond1998-07-201-6/+135
* Trivial reformatting.Eric S. Raymond1998-07-201-44/+53
* Initial revisionEric S. Raymond1998-07-201-0/+73