Age | Commit message (Expand) | Author |
1999-01-07 | add ipv6 transition related ICMP errors | Theo de Raadt |
1999-01-07 | indent | Theo de Raadt |
1999-01-07 | ipv6 ethertype | Theo de Raadt |
1999-01-07 | update for ipv6 | Theo de Raadt |
1999-01-07 | in_pcblookup() now takes ptr to both ip address arguments | Theo de Raadt |
1999-01-07 | indent | Theo de Raadt |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt |
1999-01-03 | use int8_t, not char in c++ case for consistency and fix indentation | Todd C. Miller |
1999-01-01 | mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681 | Theo de Raadt |
1998-12-31 | one last fix for byte order. now all architectures return the same correct i... | Theo de Raadt |
1998-12-31 | look at that, correct nested ip checksums... | Theo de Raadt |
1998-12-31 | XXX marker for where nested ip ip_sum should be re-build (but it is not in an... | Theo de Raadt |
1998-12-31 | icmp_error() is now getting packets which are completely in network byte order | Theo de Raadt |
1998-12-31 | mangle uh_sum as before, but recover it for icmp errors | Theo de Raadt |
1998-12-28 | ensure the ip packet embedded inside an icmp packet has correct ip_len, | Theo de Raadt |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos |
1998-12-15 | check for valid ip_hl too; route@infonexus.com | Theo de Raadt |
1998-11-25 | typo in comment | Niklas Hallqvist |
1998-11-25 | Better error code for too large packets | Niklas Hallqvist |
1998-11-25 | more min vs. ulmin/lmin fixes | Todd C. Miller |
1998-11-25 | Must use lmin() not min() when comparing longs. Fixes alpha | Todd C. Miller |
1998-11-25 | typo in diagnostic | Niklas Hallqvist |
1998-11-25 | Add checks of packets getting to big after transforms. | Niklas Hallqvist |
1998-11-25 | Tell caller of error condition | Niklas Hallqvist |
1998-11-24 | Use our exact size types instead of char/long | Niklas Hallqvist |
1998-11-18 | 64-bit clean up | Niels Provos |
1998-11-18 | do not require userland programs to define cpp variables, that is stupid | Theo de Raadt |
1998-11-18 | indent right | Theo de Raadt |
1998-11-17 | NewReno, SACK and FACK support for TCP, adapted from code for BSDI | Niels Provos |
1998-11-16 | Please GCC | Niklas Hallqvist |
1998-11-16 | Break long lines. Use correct format for expiry times | Niklas Hallqvist |
1998-11-16 | SPIs are kept in network byte order | Theo de Raadt |
1998-11-13 | Recompute ip header length after packet has been reassembled, and also | Niels Provos |
1998-10-28 | - fix three bugs pointed out in Stevens, i.a. updating timestamps correctly | Niels Provos |
1998-10-13 | Remove NULL deref condition | Niklas Hallqvist |
1998-10-11 | bad ioctls return EINVAL; garath@code.ridgefield.org | Theo de Raadt |
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme |
1998-09-09 | Make RMD160Update a little less overzealous when fed small crumbs. | janjaap |
1998-08-02 | cleanup ipsec error handling | Niels Provos |
1998-08-01 | more careful error handling, some simplification and beautification. | Niels Provos |
1998-07-30 | fixing a stupid bug I introduced when trying to improve the encryption | Niels Provos |
1998-07-30 | Forgot this one with the previous batch of commits; use ip4_input() | Angelos D. Keromytis |
1998-07-29 | Proper handling of IP in IP and checksumming. | Angelos D. Keromytis |
1998-07-29 | Don't do checksumming unless we're doing IP-in-IP. | Angelos D. Keromytis |
1998-07-03 | wrong endian conversion caused vif stats to be wrong; jonny@jonny.eng.br | Theo de Raadt |
1998-06-30 | remove unnecessary assignment | Niels Provos |
1998-06-27 | delete extra KFREE(); d@openbsd.org | Theo de Raadt |
1998-06-27 | indent | Theo de Raadt |
1998-06-27 | indent | Theo de Raadt |
1998-06-27 | Disallow TCP connect() to multicast addresses; cmetz@inner.net | Angelos D. Keromytis |