Age | Commit message (Expand) | Author |
2000-06-18 | for setsockopt/getsockopt, don't assume non-PF_INET6 address family as | Jun-ichiro itojun Hagino |
2000-06-18 | Remove outdated comment. | Angelos D. Keromytis |
2000-06-17 | Change processing sequence: | Angelos D. Keromytis |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-06-15 | What was the offending payload length? | Angelos D. Keromytis |
2000-06-14 | Initialize tc_ptr to zero if authentication is not used. | Angelos D. Keromytis |
2000-06-13 | comment out flowinfo manipulation on inbound. the spec is not very clear. | Jun-ichiro itojun Hagino |
2000-06-13 | avoid mbuf leak on non-matching ifp/sockaddr | Jun-ichiro itojun Hagino |
2000-06-13 | on UDPv6 sendto, correctly set oifp. | Jun-ichiro itojun Hagino |
2000-06-13 | allow link-local IPv6 addres in in6_pcbbind. | Jun-ichiro itojun Hagino |
2000-06-13 | declare IP6_EXTHDR_GET{,0}. sorry i forgot to commit this one. | Jun-ichiro itojun Hagino |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino |
2000-06-06 | Get rid of tdb_ref, keep indirect pointer to TDB. | Angelos D. Keromytis |
2000-06-03 | correctly handle ctlinput messages for IPv6. | Jun-ichiro itojun Hagino |
2000-06-01 | Fix the German's comment typos. | Angelos D. Keromytis |
2000-06-01 | Should learn how to count... | Angelos D. Keromytis |
2000-06-01 | Check for invalid TDBs right away in the callbacks. | Angelos D. Keromytis |
2000-06-01 | Oops, remove bogus comment. | Angelos D. Keromytis |
2000-06-01 | Beautify a little bit. | Angelos D. Keromytis |
2000-06-01 | Use the cached entry for security requirements from the inp. | Angelos D. Keromytis |
2000-06-01 | Use ipsp_spd_lookup() in ip_output() | Angelos D. Keromytis |
2000-06-01 | ipsp_acquire_sa() | Angelos D. Keromytis |
2000-06-01 | ipsp_spd_lookup() | Angelos D. Keromytis |
2000-06-01 | Prototype for ipsp_spd_lookup() | Angelos D. Keromytis |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino |
2000-05-24 | Update to ipf 3.3.16. among other things, this addresses a security issue | Kjell Wooding |
2000-05-15 | parse IPv4 options more carefully. make boundary checks against every | Jun-ichiro itojun Hagino |
2000-05-15 | Add comment on input MSS calculation based on previous PMTUD results, | Angelos D. Keromytis |
2000-05-15 | Fix sanity check that caused really short packets (ICMPs with less | Angelos D. Keromytis |
2000-05-10 | ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the bridg... | Theo de Raadt |
2000-05-10 | make sure ip_timestamp is aligned correctly | Jason Wright |
2000-05-06 | avoid underflow on unsigned value arithmetic (when optlen < 4). | Jun-ichiro itojun Hagino |
2000-05-06 | avoid unaligned access in timestamp; http://www.newhackcity.net/advisories/20... | Theo de Raadt |
2000-05-04 | Bypass routes only worked for one packet, then they effectively became a | Niklas Hallqvist |
2000-05-01 | Update to ipfilter 3.3.13. This should be the last of the 3.3.x releases. | Kjell Wooding |
2000-04-28 | actually m_adj tries to drop tcp header part. it is better to | Jun-ichiro itojun Hagino |
2000-04-27 | mbuf is freed by sbappend(), move the references to th up. found by art@ | Niels Provos |
2000-04-27 | add TCP port 587 to default list of reserved ports not to allocate dynamicall... | Todd C. Miller |
2000-04-27 | avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch) | Jun-ichiro itojun Hagino |
2000-04-26 | add ARCTYPE_INET6 | Jakob Schlyter |
2000-04-25 | Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix | Aaron Campbell |
2000-04-25 | when fixing up the header, copy from the right sized datatype (fixes IPsec | Jason Wright |
2000-04-21 | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about | Jun-ichiro itojun Hagino |
2000-04-19 | tdb_ref should be signed, this avoid a problem with flushing the TDB | Angelos D. Keromytis |
2000-04-18 | Remove the ethernet header from the mbuf before passing it on to | Angelos D. Keromytis |
2000-04-14 | make "option TCPDEBUG" kernel compile. | Jun-ichiro itojun Hagino |
2000-04-14 | for layer 3 protocols that does not support path MTU discovery | Jun-ichiro itojun Hagino |
2000-04-13 | When fragmenting a packet, inherit the multicast and broadcast flags so that | Artur Grabowski |
2000-04-13 | #ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZE | Kjell Wooding |
2000-04-12 | bump ipf version (3.3.12a) to go with last commit | Kjell Wooding |