Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-19 | Display SPD entries. | Angelos D. Keromytis | |
2000-08-26 | typo. sync with kame | Jun-ichiro itojun Hagino | |
2000-08-13 | typo. be more friendly with netstat -ssn. from jhawk@netbsd (via kame) | Jun-ichiro itojun Hagino | |
2000-07-12 | remove m_pulldown statistics, it is purely experimental and belongs to | Jun-ichiro itojun Hagino | |
kame system only (not for *bsd-merged systems). | |||
2000-07-06 | more stats | Jun-ichiro itojun Hagino | |
2000-06-30 | do not prin tcp/udp twice. from: fgs | Jun-ichiro itojun Hagino | |
2000-06-30 | split netstat -an -f inet and netstat -an -f inet6, for consistency. | Jun-ichiro itojun Hagino | |
Suggested by: fgs | |||
2000-06-16 | print # of icmp6 error suppressed by rate limit | Jun-ichiro itojun Hagino | |
2000-06-15 | Reflect reality in the error messages. | Angelos D. Keromytis | |
2000-06-14 | KAME_SCOPEID is necessary | Jun-ichiro itojun Hagino | |
2000-06-13 | Conditional INET6 inclusion (for crunchgen uses) -- default yes. | Angelos D. Keromytis | |
2000-05-18 | check getnameinfo error proprely. this can be visited on printing | Jun-ichiro itojun Hagino | |
radix_mask on netstat -rnAv (actually, I think it's a bad idea to use p_sockaddr for printing mask portion in radix_mask, since address family is not properly filled) | |||
2000-05-18 | allow mask == NULL in netname6. | Jun-ichiro itojun Hagino | |
2000-05-17 | s/icmp/icmp6/ in message | Jun-ichiro itojun Hagino | |
2000-04-16 | - Insert some .Pp here and there to make the man page easier to read. | Aaron Campbell | |
- Put address family options into a columnated list with descriptions. - `` '' -> .Dq and such. - Xr netintro(4). - Remove hard sentence breaks. - Typo: specfied -> specified. - Correct .Nm usage. - Comma splice fixes. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-20 | Print statistics about crypto failures in IPsec processing. | Angelos D. Keromytis | |
2000-02-28 | update IPv6 portion to match latest sys/netinet6. | Jun-ichiro itojun Hagino | |
2000-02-05 | fix -in printing on IPv6 (network portion was not masked properly). | Jun-ichiro itojun Hagino | |
enable scopeid for -in. don't truncate output on -inv. | |||
2000-01-21 | ip4 -> ipip | Angelos D. Keromytis | |
2000-01-18 | print IPv6 multicast groups on -ia. | Jun-ichiro itojun Hagino | |
align multicast addresses on output (broken on 1.15 -> 1.16). | |||
2000-01-14 | show blackhole flag; ura@hiru.aoba.yokohama.jp | Theo de Raadt | |
2000-01-11 | Remove references to ipx_error.h; it's going to be away. | Federico G. Schwindt | |
(commented it out in ipx.c by now). | |||
2000-01-09 | Add new ESP/AH statistic. | Angelos D. Keromytis | |
2000-01-09 | Transport protocol ports are in network order. | Angelos D. Keromytis | |
2000-01-05 | s/input histogram/input packet/histogram/ | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
2000-01-03 | add missing stat items in ip section. | Jun-ichiro itojun Hagino | |
1999-12-30 | fix netstat -ss; some zeroed counters were displayed | Theo de Raadt | |
1999-12-30 | enable KAME scopeid hack (print link-local addresses with scope identifier | Jun-ichiro itojun Hagino | |
like "fe80::1@de0"). | |||
1999-12-20 | Oops, forgot ports/protocol numbers. | Angelos D. Keromytis | |
1999-12-20 | Correctly print IPv6 addresses in IPsec flows. | Angelos D. Keromytis | |
1999-12-09 | Add "unspecified tunnel endpoint" statistic. | Angelos D. Keromytis | |
1999-12-09 | Protocol family mismatch counter for IP-IP. | Angelos D. Keromytis | |
1999-12-09 | Remove unnecessary statistic. | Angelos D. Keromytis | |
1999-12-08 | add IPv6 support from KAME. cleanup type matches with printf() format. | Jun-ichiro itojun Hagino | |
KAME_SCOPEID should be enabled after KAME get{addr,name}info(3) merge. | |||
1999-12-06 | so sorry angelos, I am too stressed out, reverted my goofup. | Niklas Hallqvist | |
1999-12-06 | angelos, altering kernel structures may have impact on userland. | Niklas Hallqvist | |
1999-12-06 | Display esps_badenc | Angelos D. Keromytis | |
1999-10-29 | etherip statistics | Angelos D. Keromytis | |
1999-09-22 | routing interface sends aligned to long word boundaries; itojun | Theo de Raadt | |
1999-09-01 | Correct SYNOPSYS; no -h option exists. | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1999-06-26 | Use a.b.c.d/nn syntax for encap route output. | Hakan Olsson | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-09 | The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos | |
SA to be used, use this SA in ip_output if available. allow mobile road warriors for bind SAs with wildcard dst and src addresses. check IPSEC AUTH and ESP level when receiving packets, drop them if protection is insufficient. add stats to show dropped packets because of insufficient IPSEC protection. -- phew. this was all done in canada. dugsong and linh provided the ride and company. | |||
1999-03-15 | print subnets containing 0 octets correctly; peter | Theo de Raadt | |
1999-03-01 | There is no -h flag | David Leonard | |