Age | Commit message (Expand) | Author |
1999-12-27 | Print associated interface, if present. | Angelos D. Keromytis |
1999-12-26 | Correctly initialize loop variables when not doing authentication with | Angelos D. Keromytis |
1999-12-25 | Support v4 and v6 destination TDBs. | Angelos D. Keromytis |
1999-12-25 | Change some function prototypes, dont unnecessarily initialize some | Angelos D. Keromytis |
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis |
1999-12-24 | Return EINVAL instead of ENOBUFS if the source address is not specified. | Angelos D. Keromytis |
1999-12-21 | compile without INET6, okay angelos@ | Niels Provos |
1999-12-21 | option TCP_NEWRENO goes away, its the default case for TCP_SACK if | Niels Provos |
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino |
1999-12-21 | enable SACK again | Niels Provos |
1999-12-21 | fix non-IPsec compilation. (too complex #ifdef...) | Jun-ichiro itojun Hagino |
1999-12-21 | reuse encapsulate/decapsulate routine in ip_ip4.c from gif interface | Jun-ichiro itojun Hagino |
1999-12-21 | Initialize variable. | Angelos D. Keromytis |
1999-12-20 | decide address family for {set,get}sockopt() by domain table, | Jun-ichiro itojun Hagino |
1999-12-19 | disallow AF mismatch on inbound. | Jun-ichiro itojun Hagino |
1999-12-19 | reject AF mismatch for inbonud multicast traffic. | Jun-ichiro itojun Hagino |
1999-12-19 | Remove PCB protocol checks rendered unnecessary by the previous commit. | Angelos D. Keromytis |
1999-12-19 | Be a bit more paranoid when searching for a PCB in the presence of IPv6. | Angelos D. Keromytis |
1999-12-18 | Fix kernel panic involving multicast packet (patch different from the | Angelos D. Keromytis |
1999-12-18 | too much software forgets to include sys/socket.h, SIGH | Theo de Raadt |
1999-12-17 | do not accept IPv4 traffic by AF_INET6 socket. IPv4 mapped address is | Jun-ichiro itojun Hagino |
1999-12-17 | Patch to fix ipmon -F. /dev/ipnat and /dev/ipstate now handle SIOCIPFFB. | Kjell Wooding |
1999-12-17 | Update to Darren Reed's IPFilter 3.3.5 | Kjell Wooding |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt |
1999-12-15 | never go into persist mode if there are still segments to be retransmitted. | Niels Provos |
1999-12-15 | do not overwrite traffic class portion when filling in IPv6 version field. | Jun-ichiro itojun Hagino |
1999-12-15 | don't check INET too much, it will make trouble with lkm compilation. | Jun-ichiro itojun Hagino |
1999-12-15 | Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches. | Kjell Wooding |
1999-12-14 | sack.end may not be > tp->snd_max but can be equal. | Niels Provos |
1999-12-14 | New ipfilter files. Preparing for merge of ipfilter 3.3.4. | Kjell Wooding |
1999-12-13 | remove extra checks for #define INET (merged mistakingly from kame). | Jun-ichiro itojun Hagino |
1999-12-12 | make it easier to synchronize INP_xx flags and IN6P_xx flags. | Jun-ichiro itojun Hagino |
1999-12-12 | fix IPv6 advanced API (RFC2292) for udp socket. | Jun-ichiro itojun Hagino |
1999-12-10 | sync DIAGNOSTIC code with reality. we always get cluster mbuf so | 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-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 | Move variable decls into the appropriate #ifdefs so GENERIC compiles... | Jason Downs |
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 |
1999-12-09 | ip4e_output() can now generate any combination of IP{4,6}-in-IP{4,6} | Angelos D. Keromytis |
1999-12-09 | Unspecified tunnel endpoint use statistic. | Angelos D. Keromytis |
1999-12-09 | Protocol family mismatch counter. | Angelos D. Keromytis |
1999-12-09 | Be more careful with IPv4 multicast (make sure it's IPv4), and remove | Angelos D. Keromytis |
1999-12-09 | ip4_input() can now handle either of IP-in-IP or IP-in-IPv6 | Angelos D. Keromytis |
1999-12-09 | We can't use the gif interface input routine for IPIP/IP6IP | Angelos D. Keromytis |
1999-12-09 | IPv6 support should now be complete (well, we need the right hooks in | Angelos D. Keromytis |
1999-12-09 | Minor cleanup | Angelos D. Keromytis |