aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix path to net-features.hMike Frysinger2011-08-201-2/+2
* patch from Bert Wesarg to separate basename of -p only if it is absuloteBernd Eckenfels2011-04-201-2/+2
* netstat: split host resolution out from --numeric-portsMike Frysinger2011-04-091-11/+11
* netstat: fix handling of large socket numbersMike Frysinger2011-04-091-5/+5
* hostname: fix FQDN handling with AAAA recordsMike Frysinger2011-04-091-8/+59
* corrected indentionBernd Eckenfels2011-01-271-2/+2
* added some address family alias (still needs description) Bug#017886Bernd Eckenfels2011-01-271-3/+8
* Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels2011-01-013-8/+10
* [Bug #17645] Add netstat(8) support for RcvbufErrors, SndbufErrors.Bernd Eckenfels2010-10-291-2/+4
* netstat: include sys/stat.h for S_ISREG macrosMike Frysinger2010-08-151-1/+2
* Remove garbage ipv6 scopes in netstat output (Debian Bug #508110)Bernd Eckenfels2010-07-051-4/+6
* netstat: PIDs can be long, Bug #199702 of Ubuntu Launchpad, Bug #16913 of Ber...Bernd Eckenfels2010-03-051-3/+3
* interface: fix IPv6 parsing of interfaces with large indexes (> 255)Mike Frysinger2010-01-011-2/+2
* po/man: if LINGUAS is set, only install translations for those langsMike Frysinger2010-01-012-13/+24
* improve dist target: include compiled gettext files, exclude scm files, and a...Mike Frysinger2009-12-312-2/+9
* ignore generated gettext filesMike Frysinger2009-12-311-0/+2
* set BASEDIR to DESTDIR by default so the default install matches most packagesMike Frysinger2009-12-311-0/+1
* fix parallel build problems with the lib/ subdir and multiple targets that de...Mike Frysinger2009-12-311-2/+3
* netstat: fix %*s handling -- the field takes an int, not a size_tMike Frysinger2009-12-311-2/+2
* interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...Mike Frysinger2009-12-311-3/+3
* ignore patch related filesMike Frysinger2009-12-311-0/+5
* netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)Mike Frysinger2009-09-062-7/+180
* ifconfig: fix no output when if_readlist_proc() failsMike Frysinger2009-09-061-5/+8
* slattach: use fchown() rather than chown() to avoid race between creation and...Mike Frysinger2009-09-061-4/+6
* enable -fno-strict-aliasing until the code base gets a hefty clean up to fix ...Mike Frysinger2009-09-061-0/+1
* convert -idirafter to -IMike Frysinger2009-09-062-2/+2
* add missing dependency on version.h to libdir target to fix parallel build fa...Mike Frysinger2009-09-061-1/+1
* touch up build system to respect normal toolchain env vars rather than requir...Mike Frysinger2009-09-061-10/+7
* handle raw "IP" masqinfoMike Frysinger2009-09-061-2/+4
* move man/fr_FR/*.8 pages into the "administrator" sectionMike Frysinger2009-09-065-5/+5
* arp: document the existing -e/-t optionsMike Frysinger2009-09-062-3/+7
* netstat: fix typo in udp displayMike Frysinger2009-09-061-2/+2
* start a .gitignoreMike Frysinger2009-09-061-0/+22
* Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201Bernd Eckenfels2009-09-061-1/+2
* ignore local .git dirMike Frysinger2009-09-061-0/+1
* Fix for Feature Request from ssbBernd Eckenfels2009-08-271-5/+11
* Czech translation update by petr.pisar@atlas.czBernd Eckenfels2009-08-271-1147/+1987
* Avoid name resolution for listening or established sockets (-l) by returnBernd Eckenfels2009-07-281-3/+5
* scanf format length fix (non exploitable?) fromBernd Eckenfels2009-07-084-23/+23
* -W optionBernd Eckenfels2008-12-021-0/+1
* new date, reformatted authors section (shorter)Bernd Eckenfels2008-12-021-7/+5
* sorted optionsBernd Eckenfels2008-12-021-4/+2
* UDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>Bernd Eckenfels2008-12-013-48/+69
* Add wide option to prevent truncating IPv6 addressesLuk Claes2008-11-162-10/+23
* moved H suport for Infiniband to the right sectionBernd Eckenfels2008-10-031-2/+1
* Add hardware support for InfiniBand (Debian Bug #294252 Tom Duffy from Sun).Bernd Eckenfels2008-10-034-2/+158
* avoid unused filetype, fix formatting of -p headersBernd Eckenfels2008-10-031-19/+14
* conditional printing of values (to support -tuw options for netstat -s)Bernd Eckenfels2008-10-031-2/+3
* Support netstat -s with -6tuw options (incl. usage())Bernd Eckenfels2008-10-031-19/+19
* Enable netstat -s for IPv6 (Debian Bug #453859 from Varun Chandramohan)Bernd Eckenfels2008-10-032-8/+183