Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-01 | avoid memory leak on redirect header generation. from kame. | Jun-ichiro itojun Hagino | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho | |
ok henning@, deraadt@ | |||
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-11-27 | recover original stanford copyright. sync w/kame | Jun-ichiro itojun Hagino | |
2002-11-11 | pmtu_probe is not used anywhere (it is used in KAME TCP6-only code). | Jun-ichiro itojun Hagino | |
From: Krister Walfridsson <cato@df.lth.se> | |||
2002-11-09 | need icmp6.h for MULTICAST_PMTUD case. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-31 | plug memory leak. from sam leffler. sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-17 | do not differentiate manually configured address from autoconfigured ones | Jun-ichiro itojun Hagino | |
wrt prefix management; - always earn a reference to the prefix when an address is configured (by ioctl). - always delete the prefix when an address that has the last referene is manually removed. The change should solve the problem raised in KAME-snap 6989. sync w/kame | |||
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-23 | correct length of PADN option before jumbo payload option. sync w/kame | Jun-ichiro itojun Hagino | |
deraadt ok | |||
2002-09-23 | m6stat is a static variable (ip6_mroute.c). sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-12 | configure "next" pointer correctly. from j@pureftpd.org | Jun-ichiro itojun Hagino | |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-04 | allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163 | Jun-ichiro itojun Hagino | |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino | |
2002-09-04 | handle error from copyout | Jun-ichiro itojun Hagino | |
2002-08-20 | set use_deprecated back to 1. sync w/kame | Jun-ichiro itojun Hagino | |
2002-08-20 | more comment on bind(deprecated) handling | Jun-ichiro itojun Hagino | |
2002-08-19 | correct copyout logic. better fix to be made in kame tree | Jun-ichiro itojun Hagino | |
2002-08-19 | copyout only if oldp is non-null | Jun-ichiro itojun Hagino | |
2002-08-19 | need explicit copyout(). | Jun-ichiro itojun Hagino | |
2002-08-17 | set default value for use_deprecated to 0, to avoid consequences with ftpd. | Jun-ichiro itojun Hagino | |
2002-07-30 | remove unneeded NULL pointer checks. | Jun-ichiro itojun Hagino | |
From: tedu <grendel@zeitbombe.org> | |||
2002-07-25 | correct MTU check. sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-20 | remove unused extern decl (commented out). sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-10 | do not use p++ in tolower(). NetBSD PR 17540. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-29 | We know noone called Bill Fenenr | Theo de Raadt | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | Jun-ichiro itojun Hagino | |
interfaces too and can be annoying. net.inet6.icmp6.nd6_debug will re-enable them. | |||
2002-06-11 | whitespace | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino | |
2002-06-09 | change M_AUTHxx to openbsd definition (M_AUTH_AH) | Jun-ichiro itojun Hagino | |
2002-06-09 | correct getpeername(2). | Jun-ichiro itojun Hagino | |
2002-06-08 | use splnet for ipsec | Jun-ichiro itojun Hagino | |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino | |
2002-06-08 | gc | Jun-ichiro itojun Hagino | |
2002-06-08 | KNF | Jun-ichiro itojun Hagino | |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino | |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino | |
behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | |||
2002-06-08 | typo | Jun-ichiro itojun Hagino | |
2002-06-08 | in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-08 | on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-07 | style | Jun-ichiro itojun Hagino | |
2002-06-07 | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | Jun-ichiro itojun Hagino | |
rip6 stats. sync w/kame | |||
2002-06-07 | typo | Jun-ichiro itojun Hagino | |
2002-06-07 | If there has been no NS for the neighbor after entering the | Jun-ichiro itojun Hagino | |
INCOMPLETE state, send the first solicitation in nd6_output(), regardless of the timer value. revised comments about rate-limiting accordingly. sync w/kame |