summaryrefslogtreecommitdiff
path: root/ifconfig.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-26Consistently use defined exit codes.Jiri Popelka1-1/+1
2012-01-24Removed SET and GET of interface metricsJiri Popelka1-13/+2
2012-01-05ifconfig interface:0 del <IP> will remove the aliased IP on IA64Jiri Popelka1-1/+3
2012-01-05fixed clearing flags in ifconfig (RHBZ #450252)Jiri Popelka1-4/+4
2011-11-20fix integer/pointer cast warningsMike Frysinger1-2/+2
2011-01-01Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels1-4/+4
2008-10-02Avoid segfault of ifconfig(8) on missing /proc/net/devBernd Eckenfels1-1/+4
2002-12-10- change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels1-13/+32
2002-07-05Jack Bloch noticed that the hw comamnd of ifconfig returns aBernd Eckenfels1-3/+7
2002-07-03there is no such thing as -i option for ifconfigBernd Eckenfels1-3/+2
2001-11-01delay the setting of netmask derived from /mask after setting addressBernd Eckenfels1-5/+11
2001-11-01minor fix to return E_USAGE on -V instead of exit(0);Bernd Eckenfels1-2/+2
2001-11-01failed to set error flag if netmask setting reported an errorBernd Eckenfels1-2/+2
2001-06-29this will check after clearing a flag, that it is indeed cleared. it willBernd Eckenfels1-5/+46
2001-04-13Fix typo.Phil Blundell1-2/+2
2001-04-13Reformat recently-added code to match style of the rest.Phil Blundell1-109/+111
2001-04-13Check that ap->input is non NULL before dereferencing it.Phil Blundell1-1/+9
2001-04-08Use setlocale at program initialisation.Phil Blundell1-1/+3
2001-04-01Undo "close spare sockets" patch to fix IPv6 breakage.Phil Blundell1-13/+8
2001-02-19Adam Richter pointed out, that 0 is a valid fd value, even if it is unlikelyBernd Eckenfels1-2/+2
2001-02-12Avoid closing a socket we're about to use.Phil Blundell1-3/+3
2000-10-26Always complain when SIOCGIFMAP fails.Andi Kleen1-5/+12
2000-10-08fix from bug#9215 in bugzilla@redhat (ifconfig sl0 mtu 1440 works now)Bernd Eckenfels1-15/+21
2000-08-14Speed up list operations by exploiting that the interface list is ordered,Andi Kleen1-3/+3
2000-07-31fixed a segfault condition in ifconfig when setting hw address for AF loop,Bernd Eckenfels1-1/+7
2000-06-11Fix stray brace.Phil Blundell1-6/+6
2000-05-27Check /proc before opening ECONET sockets.Phil Blundell1-3/+15
2000-05-21Update manual pages to better match reality.Phil Blundell1-279/+19
2000-05-21Documentation updates.Phil Blundell1-2/+2
2000-05-20Add support for `add' and `del' with IPv4.Phil Blundell1-80/+297
2000-05-20Add X.25 support.Phil Blundell1-2/+3
1999-12-11Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1-2/+3
1999-09-28Fix another reference to hw->sprintPhil Blundell1-2/+2
1999-04-18Minor textual updates/correctionsPhil Blundell1-3/+3
1999-04-04Remove bogus checks for loopback, use the real ARPHRD value.Phil Blundell1-9/+5
1999-03-24More i18n, from Meelis Roos <mroos@tartu.cyber.ee>Phil Blundell1-2/+2
1999-03-03Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1-13/+14
1999-01-17When setting point-to-point address, use the AF-specificPhil Blundell1-2/+2
1999-01-05A whole pile of fixes from Bernd, plus a fix for an arpPhil Blundell1-25/+43
1998-12-06Miscellaneous minor mods. Unless anything turns up in the nextPhil Blundell1-2/+2
1998-12-05More socket-open fixesPhil Blundell1-2/+2
1998-12-01Allow interface names to be 9 characters long rather thanPhil Blundell1-2/+2
1998-11-19Include util.h where neededPhil Blundell1-1/+2
1998-11-19Some cosmetic fixes to program error messages.Klaas Freitag1-5/+8
1998-11-18Add prototype for safe_strncpy()Phil Blundell1-32/+2
1998-11-17- Allow device probing again (this should fix the problem Arnaldo de MeloKlaas Freitag1-43/+49
1998-11-15Yow. This is net-tools completely reindented.Klaas Freitag1-886/+896
1998-11-14Rework socket handling again. Rather thanPhil Blundell1-40/+72
1998-10-31Add support for SLIP keepalive and linefill.Phil Blundell1-2/+41
1998-10-30Check /proc files first before opening sockets to work around 2.1Klaas Freitag1-5/+33