Age | Commit message (Expand) | Author |
1999-12-10 | use proper type for in6_first_ifid (char -> u_int8_t) | Jun-ichiro itojun Hagino |
1999-12-10 | using u_char * is a lot more convenient than doing & 0xff 80+ times | Theo de Raadt |
1999-12-10 | indent | Theo de Raadt |
1999-12-10 | shrink | Theo de Raadt |
1999-12-10 | repair various bugs in -d mode | Theo de Raadt |
1999-12-10 | add IPv6 support. net.inet6.{ip6,icmp6} will be printed. | Jun-ichiro itojun Hagino |
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis |
1999-12-10 | sorry angelos, they are not used any more :-P | Jun-ichiro itojun Hagino |
1999-12-10 | Add code to allow for IPv6 IPsec destinations in IPv4 IPsec flows (e.g., | Angelos D. Keromytis |
1999-12-10 | Add RCS tags, remove unused header files and code, remove a few | Angelos D. Keromytis |
1999-12-10 | add ndp(8), arp(8) lookalike for IPv6. | Jun-ichiro itojun Hagino |
1999-12-10 | arp(8) lookalike for IPv6, from KAME | Jun-ichiro itojun Hagino |
1999-12-10 | sudo 1.6.1 | Todd C. Miller |
1999-12-10 | typo; mark.baushke@solipsa.com | Niels Provos |
1999-12-10 | fix rx mbuf allocation | Jason Wright |
1999-12-10 | but... these are needed by the bootblocks | Theo de Raadt |
1999-12-10 | sync | Jason Wright |
1999-12-10 | add DAVICOM, DAVICOM DM9100, and DAVICOM DM9102 | Jason Wright |
1999-12-10 | Fix a few typos. | Angelos D. Keromytis |
1999-12-10 | bad espie, commiting bad patches, with junk in them that should not be there | Theo de Raadt |
1999-12-09 | Opps, missed to change one FREE(pv, ...) to pvfree(pv). | Artur Grabowski |
1999-12-09 | Fix a bug we've had for ages. | Artur Grabowski |
1999-12-09 | Use otos rather than writing directly to ip_tos in the IPv4 header | Angelos D. Keromytis |
1999-12-09 | Fix comment typos. | Angelos D. Keromytis |
1999-12-09 | -src use | Angelos D. Keromytis |
1999-12-09 | oops | Theo de Raadt |
1999-12-09 | angelos and downsj, communicate, you dorks | Theo de Raadt |
1999-12-09 | Include ipsec_input.c | Angelos D. Keromytis |
1999-12-09 | Split some allocation/error handling functions out of main.c | Marc Espie |
1999-12-09 | Introduce `common usage' buf patterns and use them. | Marc Espie |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie |
1999-12-09 | Move variable decls into the appropriate #ifdefs so GENERIC compiles... | Jason Downs |
1999-12-09 | Since we uncache the memory in dvma_malloc, it is a good idea to recacheit in | Artur Grabowski |
1999-12-09 | Change the kvm_uncache interface to a kvm_setcache that can uncache | Artur Grabowski |
1999-12-09 | $OpenBSD$ id's | Jason Wright |
1999-12-09 | uncomment dc | Jason Wright |
1999-12-09 | dd rtsol(8), rtsold(8) and ifmcstat(8) related items. | Jun-ichiro itojun Hagino |
1999-12-09 | add cat4/{gif,inet6,faith}.0 | Jun-ichiro itojun Hagino |
1999-12-09 | add usr.sbin/rtsold and sbin/rtsol to subdir. | Jun-ichiro itojun Hagino |
1999-12-09 | rtsold(8); router solicitation daemon. | Jun-ichiro itojun Hagino |
1999-12-09 | initial import from KAME tree | Jun-ichiro itojun Hagino |
1999-12-09 | ipsec_input.c instead of ip_esp.c and ip_ah.c | Niels Provos |
1999-12-09 | Make PMAP_NEW compile again. | Artur Grabowski |
1999-12-09 | avoid transmitting invalid IPv6 packets out to the wire. | Jun-ichiro itojun Hagino |
1999-12-09 | do not perform IPv6 initialization for loopback interface. | Jun-ichiro itojun Hagino |
1999-12-09 | Fix pmap_kenter_pa4m. First shot at a better pmap_kenter_pgs. | Artur Grabowski |
1999-12-09 | So I was lying...unify ESP and AH wrapper-input processing. The new | Angelos D. Keromytis |
1999-12-09 | Ok, no more IPsec for OpenBSD...I've had enough with it. | Angelos D. Keromytis |
1999-12-09 | Add v4/v6 wrapper routine definitions. | Angelos D. Keromytis |
1999-12-09 | Couple of paranoid ifdefs... | Angelos D. Keromytis |