summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Removed code duplication (Sourceforege#3567952 reported by hugh redelmeier)Bernd Eckenfels1-1/+0
2012-06-29netstat memory leak fixed.Jiri Popelka1-0/+3
2012-06-26use scanf("%ms") instead of scanf("%as") for dynamic stringJiri Popelka1-4/+4
2012-06-26Consistently use defined exit codes.Jiri Popelka1-2/+2
2012-01-24Removed SET and GET of interface metricsJiri Popelka1-10/+4
2012-01-23infiniband: fix up new warning messageMike Frysinger1-2/+1
2012-01-21Make netstat -h and -V honor HAVE_SELINUXBernd Eckenfels1-0/+3
2012-01-06inform user that ifconfig can correctly show only first 8 bytes of Infiniband...Jiri Popelka1-1/+2
2012-01-05Possible problems found by static analysis of code.Jiri Popelka4-14/+8
2012-01-05prevent 'netstat -nr -A inet6' from smashing stack (RHBZ #668047)Jiri Popelka2-7/+7
2012-01-05in kernel 2.6 /proc/net/x25_routes moves to /proc/net/x25/routeJiri Popelka2-3/+13
2011-12-15Bluetooth name fixBernd Eckenfels1-0/+6
2011-12-15Add Bluetooth socket supportLubomir Rintel3-0/+8
2011-12-10ignore return value of fgets calls we dont care aboutMike Frysinger7-9/+18
2011-11-20fix up signed/unsigned warningsMike Frysinger11-11/+11
2011-11-20fix up unused variable warningsMike Frysinger12-155/+127
2011-11-20pull in stdlib.h for malloc() prototypeMike Frysinger1-0/+1
2011-11-20clean up const/unsigned pointers with aftype/hwtype structsMike Frysinger24-45/+45
2011-11-20get_sname: avoid buffer overflows if proto name is too longMike Frysinger1-10/+11
2011-11-20get_sname: unify numeric handlingMike Frysinger1-5/+7
2011-11-20get_sname: constify args/return when possibleMike Frysinger2-2/+2
2011-01-27corrected indentionBernd Eckenfels1-2/+2
2011-01-01Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels2-4/+6
2010-07-05Remove garbage ipv6 scopes in netstat output (Debian Bug #508110)Bernd Eckenfels1-4/+6
2010-01-01interface: fix IPv6 parsing of interfaces with large indexes (> 255)Mike Frysinger1-2/+2
2009-12-31interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...Mike Frysinger1-3/+3
2009-09-06netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)Mike Frysinger1-0/+4
2009-09-06ifconfig: fix no output when if_readlist_proc() failsMike Frysinger1-5/+8
2009-09-06convert -idirafter to -IMike Frysinger1-1/+1
2009-09-06handle raw "IP" masqinfoMike Frysinger1-2/+4
2009-09-06Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201Bernd Eckenfels1-1/+2
2009-07-08scanf format length fix (non exploitable?) fromBernd Eckenfels2-18/+18
2008-12-01UDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>Bernd Eckenfels1-0/+2
2008-10-03Add hardware support for InfiniBand (Debian Bug #294252 Tom Duffy from Sun).Bernd Eckenfels3-2/+157
2007-12-01Faster pagesize aligned fopen for netstat -s (Eric Dumazet)Bernd Eckenfels2-4/+26
2007-12-01ROSE supportBernd Eckenfels2-2/+9
2006-10-11fixed signedness compiler warningBernd Eckenfels1-1/+1
2005-09-04X25 code compiles with 2.4 and 2.6 kernel headers (Debian Bug#271678)Bernd Eckenfels1-1/+1
2005-08-23Eric Oberlander reported in Debian Bug#323261 that byte counter unitBernd Eckenfels1-3/+3
2005-08-02make ipx in 2.6 work (perhaps).Bernd Eckenfels2-9/+17
2005-05-16make it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678)Bernd Eckenfels1-2/+2
2005-05-16token ring patch from http://www.linuxtr.net/download/net-tools-1.60.patchBernd Eckenfels1-2/+18
2004-06-03debians version of nstrcmp - ugly but worksBernd Eckenfels1-17/+150
2004-06-03merged debian patch to make it compile with new headersBernd Eckenfels1-1/+1
2004-06-03avoid namespace conflictsBernd Eckenfels1-2/+2
2003-10-19fix portability problem on 64-bit big endian.Phil Blundell1-3/+3
2003-10-11Maik Broemme contributed gcc warning fixes (break after default: label)Bernd Eckenfels1-0/+1
2003-06-28bugfix: Skipping readlist, if readlist_proc sicceeded is not aBernd Eckenfels1-7/+6
2003-05-29added 'ull' prefix to unsigned long long constants to make gcc 3.3 happyBernd Eckenfels1-138/+161
2003-05-28fixed compile warning (unneeded default: label in switch)Bernd Eckenfels1-1/+0