summaryrefslogtreecommitdiff
path: root/arp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05buffer overflow in arp (RHBZ #164695)Jiri Popelka1-1/+1
2011-11-20clean up const/unsigned pointers with aftype/hwtype structsMike Frysinger1-3/+3
2009-09-06arp: document the existing -e/-t optionsMike Frysinger1-1/+2
2009-07-08scanf format length fix (non exploitable?) fromBernd Eckenfels1-2/+2
2005-12-04In order to fix alignment bugs with recent GCCs I have to useBernd Eckenfels1-16/+22
2005-05-16desupport dontpub in arp.8 and arp -? (Debian Bug #203396)Bernd Eckenfels1-16/+16
2003-02-08fixed an logic error in the "not found" handling for deleting entriesBernd Eckenfels1-9/+15
2002-12-10change confusing "*" into "<from_interface>"Bernd Eckenfels1-5/+4
2001-05-06changed a type arp -a now prints PUB instead of PUP for proxy arp entriesBernd Eckenfels1-2/+2
2001-04-08Use setlocale at program initialisation.Phil Blundell1-2/+4
2000-12-19changed hor.tab into whitespace for arp columns, closes Debian bug #76606)Bernd Eckenfels1-3/+3
2000-11-06Typo fix from Tim WaughPhil Blundell1-2/+2
2000-03-23fix from Lapo Pieri to support non ethernet Default HW typesBernd Eckenfels1-1/+9
1999-12-06Allow exchange of hostname and mac address in the file read by arp -f.Klaas Freitag1-4/+12
1999-11-21akamatsu@kobedenshi.ac.jp reported a problem with --device withoutBernd Eckenfels1-3/+4
1999-09-27Remove `sprint' member from struct hwtype. As far as I can seePhil Blundell1-3/+4
1999-06-12Bump version to 1.53Phil Blundell1-2/+2
1999-03-24More i18n, from Meelis Roos <mroos@tartu.cyber.ee>Phil Blundell1-11/+11
1999-01-05A whole pile of fixes from Bernd, plus a fix for an arpPhil Blundell1-15/+27
1998-11-17- Allow device probing again (this should fix the problem Arnaldo de MeloKlaas Freitag1-13/+8
1998-11-15Yow. This is net-tools completely reindented.Klaas Freitag1-573/+570
1998-08-10Replace outdated NLS support with GNU gettext (patch fromPhil Blundell1-62/+32
1998-05-08don't try to delete public ARP entries if already succeeded in deleting a pri...Jes Sorensen1-3/+6
1998-05-08the last part of the cleanupJes Sorensen1-31/+0
1998-05-08remove the references to OLD_SIOC[SD]ARP ... this was really pre-historicJes Sorensen1-33/+0
1998-05-07More buffer overrun fixes.Klaas Freitag1-4/+7
1998-02-13Merge more changes from my private tree, mostly ifconfig tidyups.Phil Blundell1-3/+4
1998-02-08Various ifconfig cleanups and new arp.Phil Blundell1-103/+318
1998-01-08Initial revisionPhil Blundell1-0/+640