aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use setlocale at program initialisation.Phil Blundell2001-04-081-0/+2
| | | | Patch from Arnaldo Carvalho de Melo.
* Make more glibc friendly.Phil Blundell2000-05-201-2/+7
|
* fixed compile error (missing __u16) for some libs/headers like RH5.1Bernd Eckenfels1999-07-151-1/+3
|
* Bump version to 1.53Phil Blundell1999-06-121-2/+3
| | | | | Fix some buffer overruns. Add support to netstat for GRE and ESP.
* More i18n, from Meelis RoosPhil Blundell1999-04-231-0/+6
|
* Rename utils.h -> util-ank.hPhil Blundell1999-04-211-1/+1
|
* Add support for `--version'Phil Blundell1999-04-181-1/+16
|
* Include intl.h to make it compile.Ralf Bächle1999-03-241-0/+2
|
* More i18n, from Meelis Roos <mroos@tartu.cyber.ee>Phil Blundell1999-03-241-24/+23
|
* Provide local definition of IPPROTO_GRE to allow iptunnelPhil Blundell1999-01-131-0/+5
| | | | | | | | to build under glibc 2.0. Make it configurable whether iptunnel & ipmaddr are built, with the default being off. This seems to be necessary since making them work with 2.0 looks hard. Does it sound reasonable?
* Several new additions to net-tools. From Alexey's iproute2,Phil Blundell1999-01-091-0/+586
the `maddr' and `tunnel' routines are now included here. Also slattach and plipconfig, taken from the Debian netbase package.