summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-05netstat -s reports negative octet countsJiri Popelka1-189/+189
2012-01-05The return value of nameif was wrongJiri Popelka1-2/+5
2012-01-05Fix Content-Type in po files to avoid msgfmt warning.Jiri Popelka3-3/+3
2012-01-05Updated README to reflect move to SourceForge.netJiri Popelka1-3/+3
2012-01-05Updated COPYING file.Jiri Popelka1-21/+21
2012-01-04mii-tool: fix inverted advertising/link featuresBen Hutchings1-2/+2
2011-12-31slattach: man page documents /dev/ptmx supportBernd Eckenfels1-2/+7
2011-12-31slattach: add support for /dev/ptmx [Bug:3467521]Bernd Eckenfels1-3/+29
2011-12-31Merge branch 'master' of ssh://net-tools.git.sourceforge.net/gitroot/net-tool...Bernd Eckenfels2-2/+15
2011-12-15Bluetooth name fixBernd Eckenfels3-5/+11
2011-12-15Add Bluetooth socket supportLubomir Rintel5-2/+172
2011-12-10ifconfig/route: move to /binMike Frysinger2-2/+15
2011-12-10ignore return value of fgets calls we dont care aboutMike Frysinger10-15/+30
2011-12-10hostname: check return value of getdomainnameMike Frysinger1-1/+4
2011-11-20netstat: unify duplicate addr pretty printingMike Frysinger1-64/+38
2011-11-20fix integer/pointer cast warningsMike Frysinger1-2/+2
2011-11-20fix "format not a string literal" warningsMike Frysinger3-3/+3
2011-11-20fix up signed/unsigned warningsMike Frysinger12-12/+12
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 Frysinger25-48/+48
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-08-20fix path to net-features.hMike Frysinger1-2/+2
2011-04-20patch from Bert Wesarg to separate basename of -p only if it is absuloteBernd Eckenfels1-2/+2
2011-04-09netstat: split host resolution out from --numeric-portsMike Frysinger1-11/+11
2011-04-09netstat: fix handling of large socket numbersMike Frysinger1-5/+5
2011-04-09hostname: fix FQDN handling with AAAA recordsMike Frysinger1-8/+59
2011-01-27corrected indentionBernd Eckenfels1-2/+2
2011-01-27added some address family alias (still needs description) Bug#017886Bernd Eckenfels1-3/+8
2011-01-01Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels3-8/+10
2010-10-29[Bug #17645] Add netstat(8) support for RcvbufErrors, SndbufErrors.Bernd Eckenfels1-2/+4
2010-08-15netstat: include sys/stat.h for S_ISREG macrosMike Frysinger1-1/+2
2010-07-05Remove garbage ipv6 scopes in netstat output (Debian Bug #508110)Bernd Eckenfels1-4/+6
2010-03-05netstat: PIDs can be long, Bug #199702 of Ubuntu Launchpad, Bug #16913 of Ber...Bernd Eckenfels1-3/+3
2010-01-01interface: fix IPv6 parsing of interfaces with large indexes (> 255)Mike Frysinger1-2/+2
2010-01-01po/man: if LINGUAS is set, only install translations for those langsMike Frysinger2-13/+24
2009-12-31improve dist target: include compiled gettext files, exclude scm files, and a...Mike Frysinger2-2/+9
2009-12-31ignore generated gettext filesMike Frysinger1-0/+2
2009-12-31set BASEDIR to DESTDIR by default so the default install matches most packagesMike Frysinger1-0/+1
2009-12-31fix parallel build problems with the lib/ subdir and multiple targets that de...Mike Frysinger1-2/+3
2009-12-31netstat: fix %*s handling -- the field takes an int, not a size_tMike Frysinger1-2/+2
2009-12-31interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...Mike Frysinger1-3/+3
2009-12-31ignore patch related filesMike Frysinger1-0/+5
2009-09-06netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)Mike Frysinger2-7/+180
2009-09-06ifconfig: fix no output when if_readlist_proc() failsMike Frysinger1-5/+8
2009-09-06slattach: use fchown() rather than chown() to avoid race between creation and...Mike Frysinger1-4/+6
2009-09-06enable -fno-strict-aliasing until the code base gets a hefty clean up to fix ...Mike Frysinger1-0/+1
2009-09-06convert -idirafter to -IMike Frysinger2-2/+2