Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-10 | merge INPROTO_* tables | Theo de Raadt | |
1999-01-07 | update for ipv6 | 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-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos | |
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy. | |||
1998-02-11 | make IPPORT_USERRESERVED a nice fat number -> random ports look really funky. | Theo de Raadt | |
1997-11-30 | Move in_addr_t and in_port_t to <sys/types.h> and add sa_family_t | Todd C. Miller | |
and suseconds_t types for XPG4.2. | |||
1997-07-28 | Make struct in_addr contain an in_addr_t since that's what | Todd C. Miller | |
in_addr_t is for (same basic type so we don't break anything). | |||
1997-07-02 | Move prototype for bindresvport(3) to <netiniet/in.h> as it is | Todd C. Miller | |
not rpc-specific and other stuff uses it now. | |||
1997-02-28 | IPsec socket API hooks are in. | Angelos D. Keromytis | |
1997-02-20 | IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in | Theo de Raadt | |
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz | |||
1996-07-29 | From FreeBSD (with slightly different sysctl names): | Jason Downs | |
"... Allow the user to nominate one of three ranges of port numbers as candidates for selecting a local address to replace a zero port number. The ranges are selected via a setsockopt(s, IPPROTO_IP, IP_PORTRANGE, &arg) call. The three ranges are: default, high (to bypass firewalls) and low (to get a port below 1024). The default and high port ranges are sysctl settable under sysctl net.inet.ip.portrange.* [net.inet.ip.portfirst, net.inet.ip.portlast, net.inet.ip.porthifirst, and net.inet.ip.porthilast currently in OpenBSD.] This code also fixes a potential deadlock if the system accidently ran out of local port addresses. It'd drop into an infinite while loop. The secure port selection (for root) should reduce overheads and increase reliability of rlogin/rlogind/rsh/rshd if they are modified to take advantage of it." | |||
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-02-21 | Added INADDR_MAX_LOCAL_GROUP, since it was present in 4.4-Lite | Michael Shalayeff | |
and gated wants it to there ;) | |||
1995-11-28 | add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsd | Theo de Raadt | |
1995-11-26 | add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |