itojun
|
829f1b8451
|
avoid fd_set size overflow. from deraadt@openbsd, sync with kame.
|
2000-10-07 06:41:37 +00:00 |
itojun
|
fed1a1bf38
|
warnx?/errx? audit (don't pass variable alone). from openbsd.
|
2000-07-07 12:22:32 +00:00 |
itojun
|
a847ca3ad6
|
be more careful about arg to errx?/warnx? (do not pass variable directly,
it may contain "%"). from openbsd, via kame.
|
2000-06-30 18:58:42 +00:00 |
itojun
|
5a2c8d59e9
|
print source address of query. support -f (skip first N hops).
do not choke on unexpected ND messages.
|
2000-06-12 16:31:52 +00:00 |
itojun
|
1e22bb586e
|
correct use of perror().
|
2000-03-12 02:42:43 +00:00 |
itojun
|
9c971f7c4d
|
typo fix (s/Ridirect/Redirect/)
|
2000-03-02 07:43:32 +00:00 |
itojun
|
970a04ff88
|
do not assume CMSG_xx are constant. (sync with latest kame)
|
2000-02-28 07:03:58 +00:00 |
itojun
|
e00a204ac4
|
use getnameinfo(), not inet_ntop(), as much as possible.
(sync with recent kame)
|
2000-02-16 00:38:14 +00:00 |
itojun
|
a58fc4d3b8
|
sync with latest libipsec/kernel.
|
2000-01-31 14:25:42 +00:00 |
itojun
|
1c73836310
|
do not bark even if IPsec is turned off in kernel.
|
1999-09-03 01:49:16 +00:00 |
itojun
|
656cf2dd52
|
allow "traceroute6 -q1 foo".
KAME PR: 135
|
1999-07-30 01:19:58 +00:00 |
itojun
|
b7ee9c3863
|
add NetBSD RCS ID.
|
1999-07-04 02:43:39 +00:00 |
thorpej
|
8cc65d3aa6
|
Squash some NULL printf format warnings, providing better error messages
to the user in the process.
|
1999-07-02 18:13:45 +00:00 |
itojun
|
2447462b5e
|
traceroute6: traceroute for IPv6.
TODO: better to be separate, or merged?
|
1999-07-01 20:55:03 +00:00 |