aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix integer/pointer cast warningsMike Frysinger2011-11-201-2/+2
* Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels2011-01-011-4/+4
* Avoid segfault of ifconfig(8) on missing /proc/net/devBernd Eckenfels2008-10-021-1/+4
* - change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels2002-12-101-13/+32
* Jack Bloch noticed that the hw comamnd of ifconfig returns aBernd Eckenfels2002-07-051-3/+7
* there is no such thing as -i option for ifconfigBernd Eckenfels2002-07-031-3/+2
* delay the setting of netmask derived from /mask after setting addressBernd Eckenfels2001-11-011-5/+11
* minor fix to return E_USAGE on -V instead of exit(0);Bernd Eckenfels2001-11-011-2/+2
* failed to set error flag if netmask setting reported an errorBernd Eckenfels2001-11-011-2/+2
* this will check after clearing a flag, that it is indeed cleared. it willBernd Eckenfels2001-06-291-5/+46
* Fix typo.Phil Blundell2001-04-131-2/+2
* Reformat recently-added code to match style of the rest.Phil Blundell2001-04-131-109/+111
* Check that ap->input is non NULL before dereferencing it.Phil Blundell2001-04-131-1/+9
* Use setlocale at program initialisation.Phil Blundell2001-04-081-1/+3
* Undo "close spare sockets" patch to fix IPv6 breakage.Phil Blundell2001-04-011-13/+8
* Adam Richter pointed out, that 0 is a valid fd value, even if it is unlikelyBernd Eckenfels2001-02-191-2/+2
* Avoid closing a socket we're about to use.Phil Blundell2001-02-121-3/+3
* Always complain when SIOCGIFMAP fails.Andi Kleen2000-10-261-5/+12
* fix from bug#9215 in bugzilla@redhat (ifconfig sl0 mtu 1440 works now)Bernd Eckenfels2000-10-081-15/+21
* Speed up list operations by exploiting that the interface list is ordered,Andi Kleen2000-08-141-3/+3
* fixed a segfault condition in ifconfig when setting hw address for AF loop,Bernd Eckenfels2000-07-311-1/+7
* Fix stray brace.Phil Blundell2000-06-111-6/+6
* Check /proc before opening ECONET sockets.Phil Blundell2000-05-271-3/+15
* Update manual pages to better match reality.Phil Blundell2000-05-211-279/+19
* Documentation updates.Phil Blundell2000-05-211-2/+2
* Add support for `add' and `del' with IPv4.Phil Blundell2000-05-201-80/+297
* Add X.25 support.Phil Blundell2000-05-201-2/+3
* Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1999-12-111-2/+3
* Fix another reference to hw->sprintPhil Blundell1999-09-281-2/+2
* Minor textual updates/correctionsPhil Blundell1999-04-181-3/+3
* Remove bogus checks for loopback, use the real ARPHRD value.Phil Blundell1999-04-041-9/+5
* More i18n, from Meelis Roos <mroos@tartu.cyber.ee>Phil Blundell1999-03-241-2/+2
* Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1999-03-031-13/+14
* When setting point-to-point address, use the AF-specificPhil Blundell1999-01-171-2/+2
* A whole pile of fixes from Bernd, plus a fix for an arpPhil Blundell1999-01-051-25/+43
* Miscellaneous minor mods. Unless anything turns up in the nextPhil Blundell1998-12-061-2/+2
* More socket-open fixesPhil Blundell1998-12-051-2/+2
* Allow interface names to be 9 characters long rather thanPhil Blundell1998-12-011-2/+2
* Include util.h where neededPhil Blundell1998-11-191-1/+2
* Some cosmetic fixes to program error messages.Klaas Freitag1998-11-191-5/+8
* Add prototype for safe_strncpy()Phil Blundell1998-11-181-32/+2
* - Allow device probing again (this should fix the problem Arnaldo de MeloKlaas Freitag1998-11-171-43/+49
* Yow. This is net-tools completely reindented.Klaas Freitag1998-11-151-886/+896
* Rework socket handling again. Rather thanPhil Blundell1998-11-141-40/+72
* Add support for SLIP keepalive and linefill.Phil Blundell1998-10-311-2/+41
* Check /proc files first before opening sockets to work around 2.1Klaas Freitag1998-10-301-5/+33
* Print 2.1 interface aliases in netstat and ifconfig.Klaas Freitag1998-10-231-34/+41
* Make i18n default to off (and fix typo in config.in)Phil Blundell1998-08-291-8/+8
* Replace outdated NLS support with GNU gettext (patch fromPhil Blundell1998-08-101-114/+84
* Support /prefix syntax for IPv4 in ifconfig too.Klaas Freitag1998-05-071-24/+61