aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-031-2/+2
* Fix --interface regression, Debian Bug #576717.Matthias Andree2010-04-061-1/+1
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-5/+6
* Fix a few compiler warnings around implicit conversion or extra ";".Matthias Andree2009-01-141-2/+2
* Fix: Do not overlap source and destination fields in snprintf() inMatthias Andree2009-01-061-1/+1
* Add a comment.Matthias Andree2006-12-301-1/+1
* More warning fixes (from FreeBSD 6.1).Matthias Andree2006-03-251-2/+2
* Fix missing interface_init() link failure on non-Linux/non-FreeBSD systems.Matthias Andree2005-09-191-5/+4
* Fix build problem (missing interface_init()) on FreeBSD.Matthias Andree2005-09-171-2/+3
* Large protocol independence patch.Matthias Andree2005-08-281-8/+11
* Don't read more data from ifname than fits in the result buffer.Matthias Andree2005-07-201-3/+3
* Fix version check to work on major >= 3.Matthias Andree2005-07-011-1/+1
* Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the ...Graham Wilson2004-11-141-11/+14
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-6/+1
* Get rid ofv non-portable whitespace messages.Eric S. Raymond2003-07-171-9/+9
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-1/+1
* Prevent licensing conflict.Eric S. Raymond2001-09-301-3/+1
* _( -> GT_(Eric S. Raymond2001-09-241-19/+19
* Don't rely on snprintf.Eric S. Raymond2001-07-041-1/+6
* Before trying to fix the no-reset bug.Eric S. Raymond2001-05-291-1/+1
* Minor bugfixes.Eric S. Raymond2000-12-011-6/+17
* Before showdots,Eric S. Raymond2000-10-081-5/+222
* Try to beat a sign-extension bug.Eric S. Raymond2000-06-281-0/+1
* fix pclose bug.Eric S. Raymond2000-04-041-4/+3
* Suppress monitor check after signal wakeup.Eric S. Raymond2000-03-291-2/+2
* Graceful socket closing.Eric S. Raymond2000-01-311-1/+1
* Label save closes.Eric S. Raymond2000-01-311-2/+2
* Ready to send this to Mike.Eric S. Raymond1999-11-061-2/+2
* Fix a compilation screwup.Eric S. Raymond1999-08-281-2/+2
* Changes from the road.Eric S. Raymond1999-08-171-2/+2
* Better MONITOR_SLOP fix.Eric S. Raymond1999-08-011-5/+25
* Before applying Brian Boutel's lexer fix.Eric S. Raymond1999-07-311-4/+12
* Fix typo.Eric S. Raymond1999-04-251-1/+1
* Changed George's email address.Eric S. Raymond1999-02-101-1/+1
* Better portability.Eric S. Raymond1999-02-071-3/+2
* FreeBSD support.Eric S. Raymond1999-02-071-3/+168
* Simplify error reporting further.Eric S. Raymond1999-02-031-8/+17
* Use a system-independent way to get version.Eric S. Raymond1999-02-021-1/+1
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-12/+19
* Move /proc/net/dev derivation to runtime.Eric S. Raymond1999-01-311-8/+25
* Autoconfigure detection of whether we have 2.2.Eric S. Raymond1999-01-311-1/+1
* A step towards functioning with 2.2.Eric S. Raymond1999-01-301-2/+16
* This version appears ready to ship.Eric S. Raymond1999-01-301-3/+3
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-8/+8
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-5/+5
* Fix copyrights.Eric S. Raymond1998-12-041-2/+0
* Fixed Debian bug report Bug#29913Eric S. Raymond1998-11-261-1/+1
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-8/+11
* Cleanup.Eric S. Raymond1998-11-221-1/+1
* Preserve interface string through parsing.Eric S. Raymond1998-05-231-2/+14