summaryrefslogtreecommitdiff
path: root/arp.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05buffer overflow in arp (RHBZ #164695)Jiri Popelka1-1/+1
Steps to Reproduce: 1. arp -s 172.16.1.3 00:80:c8:04:05:06 -D eth0
2011-11-20clean up const/unsigned pointers with aftype/hwtype structsMike Frysinger1-3/+3
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-09-06arp: document the existing -e/-t optionsMike Frysinger1-1/+2
2009-07-08scanf format length fix (non exploitable?) fromBernd Eckenfels1-2/+2
Fabian Hugelshofer <hugelshofer2006@gmx.ch>
2005-12-04In order to fix alignment bugs with recent GCCs I have to useBernd Eckenfels1-16/+22
sockaddr_storage instead of sockaddr for allocation. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340384 Thanks to Blars Blarson, Jurij Smakov and Steve Langasek
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
also added a documentation comment and newer errno values for 2.4 Thanks to niteowl@intrinsity.com for pointing out.
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
Patch from Arnaldo Carvalho de Melo.
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
This is for consistency with rarp /etc/ethers. Default to /etc/ethers when no file name is supplied. This hack does not work with IPv6, but arp does not work with IPv6 anyways so it does not matter. Patch from Thorsten Kukuk Fixed man pages (only German and English one). Add blurb about automagic subnet arp.
1999-11-21akamatsu@kobedenshi.ac.jp reported a problem with --device withoutBernd Eckenfels1-3/+4
mandatory argument.
1999-09-27Remove `sprint' member from struct hwtype. As far as I can seePhil Blundell1-3/+4
it served no useful purpose. Please check I didn't break your favourite hardware type in the process. Add derisory support for Ash protocols.
1999-06-12Bump version to 1.53Phil Blundell1-2/+2
Fix some buffer overruns. Add support to netstat for GRE and ESP.
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
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?
1998-11-17- Allow device probing again (this should fix the problem Arnaldo de MeloKlaas Freitag1-13/+8
reported) - Various cleanups and bug fixes. - Better error message for ENODEV. - Proper exit codes for interface printing - Add safe_strncpy and use it everywhere: this fixes quite a lot of strncpy bugs (strncpy doesn't add a '\0' when the source string is too long!)
1998-11-15Yow. This is net-tools completely reindented.Klaas Freitag1-573/+570
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
1998-08-10Replace outdated NLS support with GNU gettext (patch fromPhil Blundell1-62/+32
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.
1998-05-08don't try to delete public ARP entries if already succeeded in deleting a ↵Jes Sorensen1-3/+6
private one - gives such silly error messages
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