Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-27 | Add SRCSA and CLEARSA ioctls. | Angelos D. Keromytis | |
1999-12-27 | Some more enc ioctls. | Angelos D. Keromytis | |
1999-12-27 | Implement ioctls for binding SAs to enc interfaces (to be used with | Angelos D. Keromytis | |
the bridge). | |||
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 | |
ESP (bug reported by provos@) | |||
1999-12-26 | tag. | Federico G. Schwindt | |
1999-12-26 | sync w/ NetBSD | Federico G. Schwindt | |
1999-12-26 | spelling | Federico G. Schwindt | |
1999-12-26 | regen. | Federico G. Schwindt | |
1999-12-26 | Sync with NetBSD. Don't add devices here, send'em to augustss@netbsd.org. | Federico G. Schwindt | |
1999-12-26 | Rename enc ioctls to something less ambiguous | Angelos D. Keromytis | |
1999-12-26 | Add ioctls for enc bridge. | 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 | |
variables. | |||
1999-12-25 | Move the IPsec packet-processing loop to a separate routine, so we can | Angelos D. Keromytis | |
reuse it in ip6_output and the bridge. The policy-lookup code will probably follow suit in a separate routine sometime soon. | |||
1999-12-24 | Return EINVAL instead of ENOBUFS if the source address is not specified. | Angelos D. Keromytis | |
1999-12-23 | Edimax NE2000; from tom@knienieder.com. | Federico G. Schwindt | |
1999-12-23 | regen. | Federico G. Schwindt | |
1999-12-23 | Edimax NE2000; from tom@knienieder.com. | Federico G. Schwindt | |
1999-12-23 | disable all debugs | Michael Shalayeff | |
1999-12-23 | some support for hp som executables | Michael Shalayeff | |
1999-12-23 | some more of hp som definitions from different {,kinds} sources | Michael Shalayeff | |
1999-12-23 | add hp som file support protos | Michael Shalayeff | |
1999-12-23 | clean some more files | Michael Shalayeff | |
1999-12-22 | Add Dual NE2000. | Federico G. Schwindt | |
1999-12-22 | regen. | Federico G. Schwindt | |
1999-12-22 | Dual NE2000; john@teletrak.com.au. | Federico G. Schwindt | |
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 | |
SACK is disabled for the connection or via sysctl | |||
1999-12-21 | be paranoid about malicious use of v4 mapped addr on v6 packet. | Jun-ichiro itojun Hagino | |
malicious party may try to use v4 mapped addr as source/dest to confuse tcp/udp layer, or to bypass security checks, for example, naive stack can mistakingly think a packet with src = ::ffff:127.0.0.1 is from local node. (sync with kame) | |||
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 | |
(outer=IPv4 case). tested with (inner=IPv6, outer=IPv4) case. BUG ALERT: in_gif_output() assumes about ipe4_output()'s behavior too much. I mean, "tdb" is configured with certain knowledge about ipe4_output()'s behavior. | |||
1999-12-21 | Initialize variable. | Angelos D. Keromytis | |
1999-12-21 | wording changes (on openbsd ipsec6) | Jun-ichiro itojun Hagino | |
1999-12-20 | decide address family for {set,get}sockopt() by domain table, | Jun-ichiro itojun Hagino | |
not from tcb. it will present more natural behavior. af for socket option obeys address family passed to bind(2). | |||
1999-12-20 | machine is hppa; in cross case, define LORDER too | Michael Shalayeff | |
1999-12-20 | sync with reality. ifconfig(8) now behaves as before. | Jun-ichiro itojun Hagino | |
1999-12-20 | sync with reality (tcp/udp wildcard bind special behavior). | Jun-ichiro itojun Hagino | |
1999-12-20 | add missing IPV6_PORTRANGE case. | Jun-ichiro itojun Hagino | |
1999-12-20 | sockaddr_in6 is padded to 32 bytes. | Angelos D. Keromytis | |
1999-12-20 | Clean up some DUALBUS initialization code. Clean up some checking | mjacob | |
against f/w revision because we'll now use initiator only mode f/w (if loading f/w) because we get more commands active in this case (and avoid some apparent sloppiness wrt Qlogic's f/w release practices). | |||
1999-12-20 | add in initiator-only f/w (preferred) for parallel SCSI devices | mjacob | |
1999-12-19 | Improve timeout handling in poll machine | Constantine Sapuntzakis | |
Fix for some non-ATAPI-4 compliant drives | |||
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 | ifdef myip_ifp (kernel/1014, thanks to dne@mayonnaise.net for testing | Angelos D. Keromytis | |
the patch) | |||
1999-12-18 | Fix kernel panic involving multicast packet (patch different from the | Angelos D. Keromytis | |
one provided by pavlin@catarina.usc.edu) |