| Age | Commit message (Expand) | Author |
| 2003-02-27 | Add in6_localaddr(). From KAME via FreeBSD. | thorpej |
| 2003-02-25 | Make sure to initialize callout structs. | he |
| 2003-02-24 | automatic aggregates are evil. make it static const. | matt |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-20 | Remove variable that is only assigned too but not referenced. | simonb |
| 2003-01-17 | switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag | itojun |
| 2003-01-08 | allocate route_in6 in struct secashead, to avoid mistakenly overrun | itojun |
| 2002-11-27 | recover original stanford copyright. sync w/kame | itojun |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-25 | Avoid strict-alias warnings. | thorpej |
| 2002-11-11 | make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. | itojun |
| 2002-11-11 | pmtu_probe is not used anywhere (it is used in KAME TCP6-only code). | itojun |
| 2002-11-09 | need icmp6.h for MULTICAST_PMTUD case. sync w/kame | itojun |
| 2002-11-05 | include opt_inet.h -- found by David Laight | perry |
| 2002-11-05 | improve gif lookup performance, when there are many of those, | itojun |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-10-31 | plug a memory leak. from sam leffler. sync w/kame | itojun |
| 2002-10-28 | increase correct stat. KAME pr 445 | itojun |
| 2002-10-17 | do not differentiate manually configured address from autoconfigured ones | itojun |
| 2002-10-12 | IPSEC_ESP depends on the "des", "blowfish", "cast128", and "rijndael" | thorpej |
| 2002-10-10 | Move netinet, netinet6, ipsec, and ipfilter config defns to | thorpej |
| 2002-10-09 | suppress too noisy log by default (can be re-enabled by sysctl). sync w/kame | itojun |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-23 | length field on PADN option, before jumbo payload option was wrong. | itojun |
| 2002-09-23 | better fix to PR 18163 ("deprecated" flag manipulation). sync w/kame | itojun |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-23 | Remove an extern declaration for the "pim6stat" variable; the only other | simonb |
| 2002-09-15 | remove extra blank line | itojun |
| 2002-09-11 | avoid from applying IPsec transport mode to the packets when the kernel | itojun |
| 2002-09-11 | correct pointer signedness mixups. sync w/kame | itojun |
| 2002-09-11 | reduce diff w/kame | itojun |
| 2002-09-11 | KNF - return is not a function. sync w/kame. | itojun |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-09-04 | allow "deprecated" bit to be manually set. PR 18163 | itojun |
| 2002-08-26 | pass proc * to in6_pcbsetport. PR 18073 | itojun |
| 2002-08-21 | check packet length before fetching ESP crypto checksum. sync w/kame | itojun |
| 2002-08-20 | sync up use_deprecated handling with latest kame. | itojun |
| 2002-08-19 | check error from copyout | itojun |
| 2002-08-19 | typo in comment | itojun |
| 2002-08-19 | fix copyout() logic. more proper fix to be done on kame tree. | itojun |
| 2002-08-19 | copyout only if oldp is non-null | itojun |
| 2002-08-19 | need explicit copyout(), apparently | itojun |
| 2002-08-17 | set default value for use_deprecated to 0, to avoid consequences with ftpd. | itojun |
| 2002-08-14 | avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE | itojun |
| 2002-08-09 | avoid hardcoded "16" for max AH sum size. use AH_MAXSUMSIZE. | itojun |
| 2002-08-09 | use correct padding boundary, to correctly estimate ESP header size. | itojun |
| 2002-08-09 | cut and paste error in comment. From: Arto Selonen <arto@selonen.org> | itojun |
| 2002-08-01 | typo. From: Arto Selonen <arto@selonen.org>, sync w/kame | itojun |