Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-05 | buffer overflow in arp (RHBZ #164695) | Jiri Popelka | 1 | -1/+1 | |
Steps to Reproduce: 1. arp -s 172.16.1.3 00:80:c8:04:05:06 -D eth0 | |||||
2011-11-20 | clean up const/unsigned pointers with aftype/hwtype structs | Mike Frysinger | 1 | -3/+3 | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2009-09-06 | arp: document the existing -e/-t options | Mike Frysinger | 1 | -1/+2 | |
2009-07-08 | scanf format length fix (non exploitable?) from | Bernd Eckenfels | 1 | -2/+2 | |
Fabian Hugelshofer <hugelshofer2006@gmx.ch> | |||||
2005-12-04 | In order to fix alignment bugs with recent GCCs I have to use | Bernd Eckenfels | 1 | -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-16 | desupport dontpub in arp.8 and arp -? (Debian Bug #203396) | Bernd Eckenfels | 1 | -16/+16 | |
2003-02-08 | fixed an logic error in the "not found" handling for deleting entries | Bernd Eckenfels | 1 | -9/+15 | |
also added a documentation comment and newer errno values for 2.4 Thanks to niteowl@intrinsity.com for pointing out. | |||||
2002-12-10 | change confusing "*" into "<from_interface>" | Bernd Eckenfels | 1 | -5/+4 | |
2001-05-06 | changed a type arp -a now prints PUB instead of PUP for proxy arp entries | Bernd Eckenfels | 1 | -2/+2 | |
2001-04-08 | Use setlocale at program initialisation. | Phil Blundell | 1 | -2/+4 | |
Patch from Arnaldo Carvalho de Melo. | |||||
2000-12-19 | changed hor.tab into whitespace for arp columns, closes Debian bug #76606) | Bernd Eckenfels | 1 | -3/+3 | |
2000-11-06 | Typo fix from Tim Waugh | Phil Blundell | 1 | -2/+2 | |
2000-03-23 | fix from Lapo Pieri to support non ethernet Default HW types | Bernd Eckenfels | 1 | -1/+9 | |
1999-12-06 | Allow exchange of hostname and mac address in the file read by arp -f. | Klaas Freitag | 1 | -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-21 | akamatsu@kobedenshi.ac.jp reported a problem with --device without | Bernd Eckenfels | 1 | -3/+4 | |
mandatory argument. | |||||
1999-09-27 | Remove `sprint' member from struct hwtype. As far as I can see | Phil Blundell | 1 | -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-12 | Bump version to 1.53 | Phil Blundell | 1 | -2/+2 | |
Fix some buffer overruns. Add support to netstat for GRE and ESP. | |||||
1999-03-24 | More i18n, from Meelis Roos <mroos@tartu.cyber.ee> | Phil Blundell | 1 | -11/+11 | |
1999-01-05 | A whole pile of fixes from Bernd, plus a fix for an arp | Phil Blundell | 1 | -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 Melo | Klaas Freitag | 1 | -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-15 | Yow. This is net-tools completely reindented. | Klaas Freitag | 1 | -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-10 | Replace outdated NLS support with GNU gettext (patch from | Phil Blundell | 1 | -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-08 | don't try to delete public ARP entries if already succeeded in deleting a ↵ | Jes Sorensen | 1 | -3/+6 | |
private one - gives such silly error messages | |||||
1998-05-08 | the last part of the cleanup | Jes Sorensen | 1 | -31/+0 | |
1998-05-08 | remove the references to OLD_SIOC[SD]ARP ... this was really pre-historic | Jes Sorensen | 1 | -33/+0 | |
1998-05-07 | More buffer overrun fixes. | Klaas Freitag | 1 | -4/+7 | |
1998-02-13 | Merge more changes from my private tree, mostly ifconfig tidyups. | Phil Blundell | 1 | -3/+4 | |
1998-02-08 | Various ifconfig cleanups and new arp. | Phil Blundell | 1 | -103/+318 | |
1998-01-08 | Initial revision | Phil Blundell | 1 | -0/+640 | |