aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* clean up const/unsigned pointers with aftype/hwtype structsMike Frysinger2011-11-201-4/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Check /proc before opening ECONET sockets.Phil Blundell2000-05-271-2/+2
| | | | Try to fix the problem with alias interfaces and non INET sockets.
* Add X.25 support.Phil Blundell2000-05-201-2/+2
| | | | Patch from "J.H.M. Dassen (Ray)" <jdassen@cistron.nl>
* Remove `sprint' member from struct hwtype. As far as I can seePhil Blundell1999-09-271-5/+6
| | | | | | it served no useful purpose. Please check I didn't break your favourite hardware type in the process. Add derisory support for Ash protocols.
* Use libc headers not kernel ones.Phil Blundell1999-04-201-5/+2
|
* Remove bogus checks for loopback, use the real ARPHRD value.Phil Blundell1999-04-041-2/+2
| | | | | | | Take out special-casing of Ash and ATM for don't-print-null- hwaddr purposes; make it a flag in struct hwtype. Add appropriate /proc check for Econet presence. Call it 1.52.
* A whole pile of fixes from Bernd, plus a fix for an arpPhil Blundell1999-01-051-4/+5
| | | | | | | | | problem reported by Klaus Kudielka <kudielka@ieee.org>. Also an ifconfig patch for alias deletion from Roman Sulzhyk <roman@staff.prodigy.com>. I'm not too happy with this one but I put it in anyway. Andi, see what you think (look at ifconfig.c about line 1100). Is there really no better way to delete an alias?
* Compatibility gunk for ECONET and new glibcPhil Blundell1998-11-181-1/+3
| | | | (patch from Ralf)
* Yow. This is net-tools completely reindented.Klaas Freitag1998-11-151-44/+43
| | | | | | | | | Some other cleanups: - lib/net-string.c removed because it was not used and had a copyright notice that conflicted with the GPL. - Minor cleanups. - Fix an potential buffer overflow in ax25. - Switch to CVS $Id$ for versioning consistently
* Rework socket handling again. Rather thanPhil Blundell1998-11-141-0/+2
| | | | | | | | | | | | | issuing ioctls to a random socket and just hoping, we do our best to pick the right one for the address family in use. This should fix a bug reported for 1.47 where a command like "ifconfig eth0 broadcast 1.0.0.255" picked on the AF_APPLETALK socket and so didn't work. Quite an invasive fix but hopefully the right one. Andi, can you take a look since this is stuff you've been working on recently.
* Replace outdated NLS support with GNU gettext (patch fromPhil Blundell1998-08-101-5/+2
| | | | | | | | | Arnaldo Carvalho de Melo <acme@conectiva.com.br>). This touches virtually every file but the changes are fairly superficial. Please check I haven't broken your favourite AF/hardware type during the conversion.
* Pile of net-tools goodies. I plan to make a 1.45 release thisPhil Blundell1998-04-101-0/+87
weekend - please give it a go and make sure it at least compiles on your system. :-)