platform/upstream/net-tools.git
14 years agonetstat: fix %*s handling -- the field takes an int, not a size_t
Mike Frysinger [Thu, 31 Dec 2009 19:54:16 +0000 (19:54 +0000)]
netstat: fix %*s handling -- the field takes an int, not a size_t

14 years agointerface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit...
Mike Frysinger [Thu, 31 Dec 2009 19:51:31 +0000 (19:51 +0000)]
interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways

14 years agoignore patch related files
Mike Frysinger [Thu, 31 Dec 2009 19:05:34 +0000 (19:05 +0000)]
ignore patch related files

14 years agonetstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)
Mike Frysinger [Sun, 6 Sep 2009 23:05:28 +0000 (23:05 +0000)]
netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)

14 years agoifconfig: fix no output when if_readlist_proc() fails
Mike Frysinger [Sun, 6 Sep 2009 23:01:16 +0000 (23:01 +0000)]
ifconfig: fix no output when if_readlist_proc() fails

The rewrite of if_readlist() on 28 Jun 2003 broke the function when the
proc interface isn't readable.  Have if_readlist() return an error only if
both if_readxxx funcs failed.  This fixes Gentoo 238363.

14 years agoslattach: use fchown() rather than chown() to avoid race between creation and permiss...
Mike Frysinger [Sun, 6 Sep 2009 22:59:43 +0000 (22:59 +0000)]
slattach: use fchown() rather than chown() to avoid race between creation and permission changing

14 years agoenable -fno-strict-aliasing until the code base gets a hefty clean up to fix all...
Mike Frysinger [Sun, 6 Sep 2009 22:58:40 +0000 (22:58 +0000)]
enable -fno-strict-aliasing until the code base gets a hefty clean up to fix all of the strict aliasing problems

14 years agoconvert -idirafter to -I
Mike Frysinger [Sun, 6 Sep 2009 22:56:50 +0000 (22:56 +0000)]
convert -idirafter to -I

The local include trees no longer need -idirafter semantics, so use the
normal -I flags to avoid random cruft on users' systems.  This fixes Gentoo
#283759 where user had local headers named the same as the net-tools local
headers, but the toolchain defaulted to the system paths due to -idirafter.

14 years agoadd missing dependency on version.h to libdir target to fix parallel build failures
Mike Frysinger [Sun, 6 Sep 2009 22:55:13 +0000 (22:55 +0000)]
add missing dependency on version.h to libdir target to fix parallel build failures

14 years agotouch up build system to respect normal toolchain env vars rather than requiring...
Mike Frysinger [Sun, 6 Sep 2009 22:53:54 +0000 (22:53 +0000)]
touch up build system to respect normal toolchain env vars rather than requiring people to set random custom ones

14 years agohandle raw "IP" masqinfo
Mike Frysinger [Sun, 6 Sep 2009 22:52:01 +0000 (22:52 +0000)]
handle raw "IP" masqinfo

14 years agomove man/fr_FR/*.8 pages into the "administrator" section
Mike Frysinger [Sun, 6 Sep 2009 22:50:58 +0000 (22:50 +0000)]
move man/fr_FR/*.8 pages into the "administrator" section

14 years agoarp: document the existing -e/-t options
Mike Frysinger [Sun, 6 Sep 2009 22:50:11 +0000 (22:50 +0000)]
arp: document the existing -e/-t options

14 years agonetstat: fix typo in udp display
Mike Frysinger [Sun, 6 Sep 2009 22:47:46 +0000 (22:47 +0000)]
netstat: fix typo in udp display

The recent patch to add udplite support introduced a typo in the udp name.
This fixes Gentoo #282794 and Debian #545328.  Originally reported by
Ambroz Bizjak <ambro@b4ever.net>.

14 years agostart a .gitignore
Mike Frysinger [Sun, 6 Sep 2009 22:40:33 +0000 (22:40 +0000)]
start a .gitignore

14 years agoMissing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201
Bernd Eckenfels [Sun, 6 Sep 2009 22:39:20 +0000 (22:39 +0000)]
Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201
Patch from Petr Pisar [Berlios Bug#16232].

14 years agoignore local .git dir
Mike Frysinger [Sun, 6 Sep 2009 22:39:11 +0000 (22:39 +0000)]
ignore local .git dir

14 years agoFix for Feature Request from ssb
Bernd Eckenfels [Thu, 27 Aug 2009 20:29:19 +0000 (20:29 +0000)]
Fix for Feature Request from ssb
[ Feature Request #4466 ] --continuous should flush stdout

14 years agoCzech translation update by petr.pisar@atlas.cz
Bernd Eckenfels [Thu, 27 Aug 2009 20:13:08 +0000 (20:13 +0000)]
Czech translation update by petr.pisar@atlas.cz

14 years agoAvoid name resolution for listening or established sockets (-l) by return
Bernd Eckenfels [Tue, 28 Jul 2009 01:40:17 +0000 (01:40 +0000)]
Avoid name resolution for listening or established sockets (-l) by return
fast. Problem reported by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>

14 years agoscanf format length fix (non exploitable?) from
Bernd Eckenfels [Wed, 8 Jul 2009 00:24:03 +0000 (00:24 +0000)]
scanf format length fix (non exploitable?) from
Fabian Hugelshofer <hugelshofer2006@gmx.ch>

15 years ago-W option
Bernd Eckenfels [Tue, 2 Dec 2008 02:00:24 +0000 (02:00 +0000)]
-W option

15 years agonew date, reformatted authors section (shorter)
Bernd Eckenfels [Tue, 2 Dec 2008 01:58:01 +0000 (01:58 +0000)]
new date, reformatted authors section (shorter)

15 years agosorted options
Bernd Eckenfels [Tue, 2 Dec 2008 01:53:48 +0000 (01:53 +0000)]
sorted options

15 years agoUDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>
Bernd Eckenfels [Mon, 1 Dec 2008 23:15:35 +0000 (23:15 +0000)]
UDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>

15 years agoAdd wide option to prevent truncating IPv6 addresses
Luk Claes [Sun, 16 Nov 2008 16:45:08 +0000 (16:45 +0000)]
Add wide option to prevent truncating IPv6 addresses

15 years agomoved H suport for Infiniband to the right section
Bernd Eckenfels [Fri, 3 Oct 2008 02:09:57 +0000 (02:09 +0000)]
moved H suport for Infiniband to the right section

15 years agoAdd hardware support for InfiniBand (Debian Bug #294252 Tom Duffy from Sun).
Bernd Eckenfels [Fri, 3 Oct 2008 01:52:03 +0000 (01:52 +0000)]
Add hardware support for InfiniBand (Debian Bug #294252 Tom Duffy from Sun).

15 years agoavoid unused filetype, fix formatting of -p headers
Bernd Eckenfels [Fri, 3 Oct 2008 01:39:06 +0000 (01:39 +0000)]
avoid unused filetype, fix formatting of -p headers

15 years agoconditional printing of values (to support -tuw options for netstat -s)
Bernd Eckenfels [Fri, 3 Oct 2008 01:07:47 +0000 (01:07 +0000)]
conditional printing of values (to support -tuw options for netstat -s)

15 years agoSupport netstat -s with -6tuw options (incl. usage())
Bernd Eckenfels [Fri, 3 Oct 2008 01:06:33 +0000 (01:06 +0000)]
Support netstat -s with -6tuw options (incl. usage())

15 years agoEnable netstat -s for IPv6 (Debian Bug #453859 from Varun Chandramohan)
Bernd Eckenfels [Fri, 3 Oct 2008 00:05:20 +0000 (00:05 +0000)]
Enable netstat -s for IPv6 (Debian Bug #453859 from Varun Chandramohan)

15 years agoAvoid segfault of ifconfig(8) on missing /proc/net/dev
Bernd Eckenfels [Thu, 2 Oct 2008 23:31:04 +0000 (23:31 +0000)]
Avoid segfault of ifconfig(8) on missing /proc/net/dev
(Debian Bug #222209 Pierre Lombard, Tollef Fog Heen)

15 years agoFix hypen in man pages (Debian Bug#288343 from Andrew Moise)
Bernd Eckenfels [Thu, 2 Oct 2008 23:16:59 +0000 (23:16 +0000)]
Fix hypen in man pages (Debian Bug#288343 from Andrew Moise)
Move man pages to sysadmin books
update samples for route(8) (Debian Bug#400844, #368697 Danny Rathjens)
update see also for ifconfig(8) (Debian Bug#365916 Dan Jacobs)

15 years agofix some more hypens, changed book name and updated date to 2008-10-03
Bernd Eckenfels [Thu, 2 Oct 2008 22:42:51 +0000 (22:42 +0000)]
fix some more hypens, changed book name and updated date to 2008-10-03

15 years agodocument the additional info in Send-Q/Recv-Q with recent kernels for
Bernd Eckenfels [Thu, 2 Oct 2008 22:30:25 +0000 (22:30 +0000)]
document the additional info in Send-Q/Recv-Q with recent kernels for
listening sockets.

15 years agoallow netstat to print Rcv/Snd-Q for TCP_LISTEN (containing accept
Bernd Eckenfels [Thu, 2 Oct 2008 22:05:54 +0000 (22:05 +0000)]
allow netstat to print Rcv/Snd-Q for TCP_LISTEN (containing accept
backlog)

15 years agoSpelling error (Debian Bug #486448 reported by Volker Stolz)
Bernd Eckenfels [Tue, 17 Jun 2008 00:18:54 +0000 (00:18 +0000)]
Spelling error (Debian Bug #486448 reported by Volker Stolz)

16 years agofixed interfaceS spelling (Debian Bug #435690). Thanks Alan and Liu Xing.
Bernd Eckenfels [Sun, 2 Dec 2007 04:42:31 +0000 (04:42 +0000)]
fixed interfaceS spelling (Debian Bug #435690). Thanks Alan and Liu Xing.

16 years agomore backoff
Bernd Eckenfels [Sun, 2 Dec 2007 02:19:52 +0000 (02:19 +0000)]
more backoff

16 years agobackoff proc_fopen usage from etherfile.
Bernd Eckenfels [Sat, 1 Dec 2007 19:36:55 +0000 (19:36 +0000)]
backoff proc_fopen usage from etherfile.

16 years agouse new page aliged proc_fopen for address families
Bernd Eckenfels [Sat, 1 Dec 2007 19:00:40 +0000 (19:00 +0000)]
use new page aliged proc_fopen for address families

16 years agoPage aligned fopen buffer
Bernd Eckenfels [Sat, 1 Dec 2007 18:51:09 +0000 (18:51 +0000)]
Page aligned fopen buffer

16 years agoFaster pagesize aligned fopen for netstat -s (Eric Dumazet)
Bernd Eckenfels [Sat, 1 Dec 2007 18:44:56 +0000 (18:44 +0000)]
Faster pagesize aligned fopen for netstat -s (Eric Dumazet)

16 years agoBetter netstat -s error handling and larger buffers
Bernd Eckenfels [Sat, 1 Dec 2007 18:29:05 +0000 (18:29 +0000)]
Better netstat -s error handling and larger buffers

16 years agocleanup man page (arp.8 2007-12-01)
Bernd Eckenfels [Sat, 1 Dec 2007 18:19:32 +0000 (18:19 +0000)]
cleanup man page (arp.8 2007-12-01)

16 years agoROSE support (not yet enabled)
Bernd Eckenfels [Sat, 1 Dec 2007 18:12:34 +0000 (18:12 +0000)]
ROSE support (not yet enabled)

16 years agoROSE support
Bernd Eckenfels [Sat, 1 Dec 2007 17:49:35 +0000 (17:49 +0000)]
ROSE support

16 years agoFix Formatting Bug for ifconfig.8 (Debian Bug#450432 reported by Ivan
Bernd Eckenfels [Wed, 7 Nov 2007 23:01:38 +0000 (23:01 +0000)]
Fix Formatting Bug for ifconfig.8 (Debian Bug#450432 reported by Ivan
Shmakov)

17 years agounneeded %s in translation (Debian Bug #403033)
Bernd Eckenfels [Thu, 14 Dec 2006 23:36:24 +0000 (23:36 +0000)]
unneeded %s in translation (Debian Bug #403033)
Thanks to Marco Tulio Gontijo e Silva

17 years agofixed signedness compiler warning
Bernd Eckenfels [Wed, 11 Oct 2006 01:14:33 +0000 (01:14 +0000)]
fixed signedness compiler warning

17 years agoFixed Debian Bug #392263 reported by Jochen Voss
Bernd Eckenfels [Wed, 11 Oct 2006 01:13:57 +0000 (01:13 +0000)]
Fixed Debian Bug #392263 reported by Jochen Voss
(buffer overflow in dev argument processing)

17 years agoformatting fixes from Justin Pryzby in Debian Bug #391495
Bernd Eckenfels [Tue, 10 Oct 2006 05:58:46 +0000 (05:58 +0000)]
formatting fixes from Justin Pryzby in Debian Bug #391495

17 years agoGigE Support by Stephen Hemminger from
Bernd Eckenfels [Wed, 27 Sep 2006 20:59:18 +0000 (20:59 +0000)]
GigE Support by Stephen Hemminger from
http://developer.osdl.org/shemminger/prototypes/mii-tool.tar.bz2
with verbose register patch from Dean Gaudet

18 years agoDebian Bug #260587 fixed, make sure the Columns state and user in netstat -t -e
Bernd Eckenfels [Thu, 16 Mar 2006 08:59:42 +0000 (08:59 +0000)]
Debian Bug #260587 fixed, make sure the Columns state and user in netstat -t -e
are separated by blanks. This may cause scripts to fail parsing by column width.
Better wait for the script compatible output. Problems exists for ESTABLIHED
state only.

18 years agouse file version
Bernd Eckenfels [Sun, 4 Dec 2005 05:15:36 +0000 (05:15 +0000)]
use file version

18 years agomake slattach 3-wire -L mode work (no RTSCTS) (Debian Bug #175743)
Bernd Eckenfels [Sun, 4 Dec 2005 05:14:08 +0000 (05:14 +0000)]
make slattach 3-wire -L mode work (no RTSCTS) (Debian Bug #175743)

18 years agoIn order to fix alignment bugs with recent GCCs I have to use
Bernd Eckenfels [Sun, 4 Dec 2005 02:57:15 +0000 (02:57 +0000)]
In order to fix alignment bugs with recent GCCs I have to use
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

18 years agoX25 code compiles with 2.4 and 2.6 kernel headers (Debian Bug#271678)
Bernd Eckenfels [Sun, 4 Sep 2005 04:23:13 +0000 (04:23 +0000)]
X25 code compiles with 2.4 and 2.6 kernel headers (Debian Bug#271678)

18 years agoSpelling fix for Debian Bug#326124 reported by A. Costa.
Bernd Eckenfels [Sun, 4 Sep 2005 03:51:39 +0000 (03:51 +0000)]
Spelling fix for Debian Bug#326124 reported by A. Costa.

18 years agoadded link to berliOS
Bernd Eckenfels [Fri, 26 Aug 2005 16:01:31 +0000 (16:01 +0000)]
added link to berliOS

18 years agoEric Oberlander reported in Debian Bug#323261 that byte counter unit
Bernd Eckenfels [Tue, 23 Aug 2005 22:46:51 +0000 (22:46 +0000)]
Eric Oberlander reported in Debian Bug#323261 that byte counter unit
should be named "B" not "b".

18 years agomake ipx in 2.6 work (perhaps).
Bernd Eckenfels [Tue, 2 Aug 2005 22:28:10 +0000 (22:28 +0000)]
make ipx in 2.6 work (perhaps).
Fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318503

18 years agominor formatting
Bernd Eckenfels [Thu, 30 Jun 2005 19:26:37 +0000 (19:26 +0000)]
minor formatting

18 years agoadded pointer to iptables(8) not only ipchains(8) (Toralf Förster)
Bernd Eckenfels [Thu, 30 Jun 2005 18:42:52 +0000 (18:42 +0000)]
added pointer to iptables(8) not only ipchains(8) (Toralf Förster)

19 years agomake it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678)
Bernd Eckenfels [Mon, 16 May 2005 10:07:48 +0000 (10:07 +0000)]
make  it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678)

19 years agodesupport dontpub in arp.8 and arp -? (Debian Bug #203396)
Bernd Eckenfels [Mon, 16 May 2005 04:30:17 +0000 (04:30 +0000)]
desupport dontpub in arp.8 and arp -? (Debian Bug #203396)

19 years agoupdated pot file and use msgmerge instead of tupdate (Debian Bug #271426)
Bernd Eckenfels [Mon, 16 May 2005 03:21:58 +0000 (03:21 +0000)]
updated pot file and use msgmerge instead of tupdate (Debian Bug #271426)

19 years agotoken ring patch from http://www.linuxtr.net/download/net-tools-1.60.patch
Bernd Eckenfels [Mon, 16 May 2005 03:15:12 +0000 (03:15 +0000)]
token ring patch from linuxtr.net/download/net-tools-1.60.patch
Fixes Debian Bug #79462

19 years agoline break fix debian bug #305637
Bernd Eckenfels [Fri, 13 May 2005 22:34:20 +0000 (22:34 +0000)]
line break fix debian bug #305637

19 years agospellig fix debian bug #305638
Bernd Eckenfels [Fri, 13 May 2005 22:31:41 +0000 (22:31 +0000)]
spellig fix debian bug #305638

19 years agospelling fix debian bug #305640
Bernd Eckenfels [Fri, 13 May 2005 22:28:41 +0000 (22:28 +0000)]
spelling fix debian bug #305640

19 years agolittle formatting fix
Bernd Eckenfels [Tue, 29 Jun 2004 20:28:08 +0000 (20:28 +0000)]
little formatting fix

19 years agodefault all options which work with recent systems to on
Bernd Eckenfels [Fri, 4 Jun 2004 00:06:50 +0000 (00:06 +0000)]
default all options which work with recent systems  to on

19 years agodebians version of nstrcmp - ugly but works
Bernd Eckenfels [Thu, 3 Jun 2004 22:49:17 +0000 (22:49 +0000)]
debians version of nstrcmp - ugly but works

19 years agomerged debian patch to make it compile with new headers
Bernd Eckenfels [Thu, 3 Jun 2004 22:41:53 +0000 (22:41 +0000)]
merged debian patch to make  it compile with new headers

19 years agoavoid namespace conflicts
Bernd Eckenfels [Thu, 3 Jun 2004 22:27:37 +0000 (22:27 +0000)]
avoid namespace conflicts

19 years agoadded linebreak to version signature
Bernd Eckenfels [Thu, 3 Jun 2004 22:18:26 +0000 (22:18 +0000)]
added linebreak to  version signature

20 years agoadded diagnostics (closes debian bug #239229: EINVAL for downed interface)
Bernd Eckenfels [Sun, 28 Mar 2004 21:35:11 +0000 (21:35 +0000)]
added diagnostics (closes debian bug #239229: EINVAL for downed interface)

20 years agoTypo Fix for german translation of arp po file reported by Christoph Berg
Bernd Eckenfels [Sat, 25 Oct 2003 21:15:09 +0000 (21:15 +0000)]
Typo Fix for german translation of arp po file reported by Christoph Berg
(Debian Bug #176151)

20 years agomake sure version string is helpful
Bernd Eckenfels [Mon, 20 Oct 2003 22:22:22 +0000 (22:22 +0000)]
make sure version string is helpful

20 years agopatch to recognize more hardware without MII support (from Redhat Bug#77882,
Bernd Eckenfels [Mon, 20 Oct 2003 22:01:13 +0000 (22:01 +0000)]
patch to recognize more hardware without MII support (from Redhat Bug#77882,
notified by Tilmann Bubeck).

20 years agofix portability problem on 64-bit big endian.
Phil Blundell [Sun, 19 Oct 2003 11:57:37 +0000 (11:57 +0000)]
fix portability problem on 64-bit big endian.
patch from Mads Martin Joergensen <mmj@suse.de>

20 years agoMaik Broemme contributed gcc warning fixes (break after default: label)
Bernd Eckenfels [Sat, 11 Oct 2003 21:08:10 +0000 (21:08 +0000)]
Maik Broemme contributed gcc warning fixes (break after default: label)

20 years agofixes for man page bugs reported by Hugh Redelmeier.
Bernd Eckenfels [Thu, 2 Oct 2003 20:06:23 +0000 (20:06 +0000)]
fixes for man page bugs reported by Hugh Redelmeier.

20 years agoFix off by one in name length checking
Andi Kleen [Thu, 11 Sep 2003 03:46:49 +0000 (03:46 +0000)]
Fix off by one in name length checking

20 years agoUse new style MII ioctls only. This will give you a warning, if compiled
Bernd Eckenfels [Sat, 28 Jun 2003 03:19:04 +0000 (03:19 +0000)]
Use new style MII ioctls only. This will give you a warning, if compiled
with old kernel source tree. It will also not work if compiled with
new source on old kernels. The new ioctls also require root for reading, the
old didnt. This fixes Debian bug #133648. No fallback compatibility
is included for reasons of cleaner source.

20 years agobugfix: Skipping readlist, if readlist_proc sicceeded is not a
Bernd Eckenfels [Sat, 28 Jun 2003 02:03:31 +0000 (02:03 +0000)]
bugfix: Skipping readlist, if readlist_proc sicceeded is not a
good idea. I Rewrote that section for clarity. This is also
present in the 1.60-8 debian package, which  fixed #197582 and
#197924.

20 years agomake hostname compile warnign free with gcc 3.3 (Ec)
Bernd Eckenfels [Thu, 12 Jun 2003 03:22:30 +0000 (03:22 +0000)]
make hostname compile warnign free with gcc 3.3 (Ec)

20 years agoadded 'ull' prefix to unsigned long long constants to make gcc 3.3 happy
Bernd Eckenfels [Thu, 29 May 2003 02:09:14 +0000 (02:09 +0000)]
added 'ull' prefix to unsigned long long constants to make gcc 3.3 happy

20 years agoadded mii-tool as featured tool
Bernd Eckenfels [Wed, 28 May 2003 21:14:40 +0000 (21:14 +0000)]
added mii-tool as featured tool

20 years agofixed compile warning (unneeded default: label in switch)
Bernd Eckenfels [Wed, 28 May 2003 21:06:10 +0000 (21:06 +0000)]
fixed compile warning (unneeded default: label in switch)

20 years agofixed wording of binary units counters and interpunctuation in netstat(8)
Bernd Eckenfels [Wed, 28 May 2003 20:59:46 +0000 (20:59 +0000)]
fixed wording of binary units counters and interpunctuation in netstat(8)

20 years agomake it compile on stricter gcc3.3
Bernd Eckenfels [Wed, 28 May 2003 19:41:16 +0000 (19:41 +0000)]
make it compile on stricter gcc3.3

21 years agoFix Debian Bug#178209, Fix RedHat Bug#85748: nameif segfaults
Bernd Eckenfels [Thu, 6 Mar 2003 23:26:52 +0000 (23:26 +0000)]
Fix Debian Bug#178209, Fix RedHat Bug#85748: nameif segfaults

21 years agoMarc Lehmann pointed out that binary prefixes are made up by the IEEE and
Bernd Eckenfels [Tue, 25 Feb 2003 21:03:53 +0000 (21:03 +0000)]
Marc Lehmann pointed out that binary prefixes are made up by the IEEE and
are not official SI yet. (Debian Bug #182478)

21 years agoAdd text for two new TCP statistics and fix some existing descriptions
Andi Kleen [Wed, 12 Feb 2003 03:30:57 +0000 (03:30 +0000)]
Add text for two new TCP statistics and fix some existing descriptions

21 years agoadd a comment about alias interfaces and primary interface of scopes
Bernd Eckenfels [Sat, 8 Feb 2003 22:49:12 +0000 (22:49 +0000)]
add a comment about alias interfaces and primary interface of scopes
(intended to fix Debian wishlist bug #179780 and normal bug #64458)

21 years agofixed an logic error in the "not found" handling for deleting entries
Bernd Eckenfels [Sat, 8 Feb 2003 19:56:25 +0000 (19:56 +0000)]
fixed an logic error in the "not found" handling for deleting entries
also added a documentation comment and newer errno values for 2.4
Thanks to niteowl@intrinsity.com for pointing out.

21 years agouse [::]:port as wildcard ipv6 address instead of *:port
Bernd Eckenfels [Tue, 10 Dec 2002 01:03:09 +0000 (01:03 +0000)]
use [::]:port as wildcard ipv6 address instead of *:port