summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* From FreeBSD (with slightly different sysctl names):downsj1996-07-291-1/+46
| | | | | | | | | | | | | | | | | | | "... 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."
* Initial commit of NetBSD 960217 netiso.mickey1996-03-041-2/+2
| | | | all the rest is the fixes to the import by Niklas.
* From NetBSD: 960217 mergeniklas1996-03-031-7/+26
|
* IP filter 3.0.1dm1996-01-251-4/+7
|
* from beurton@fnet.fr: Darren Reed's IP filterdm1996-01-071-0/+13
|
* initial import of NetBSD treederaadt1995-10-181-0/+1061