Age | Commit message (Expand) | Author |
1996-08-14 | restrict some raw ip packets that may crash ip_output(); from freebsd | Theo de Raadt |
1996-08-14 | ipaddrs are int; like many other things found after spotting a similar netbsd... | Theo de Raadt |
1996-08-07 | Partial protection from TCP SYN attacks | Thorsten Lockert |
1996-08-05 | stupid typo, going to bed in penance | Theo de Raadt |
1996-08-05 | only check for takeover permission if non-root | Theo de Raadt |
1996-08-05 | struct socket gets so_ucred; permit only same uid or root to do port takeover. | Theo de Raadt |
1996-08-02 | ICMP Router Discovery definitions; from FreeBSD | Thorsten Lockert |
1996-08-02 | Allow viewing of net.inet.ip.sourceroute in secure mode | Thorsten Lockert |
1996-07-29 | Remove random() prototype, as it's not needed. Besides it was wrong for the ... | Niklas Hallqvist |
1996-07-29 | Fix stupid logic error in bind(). | Jason Downs |
1996-07-29 | Make TCP ISS increment by random amounts | Thorsten Lockert |
1996-07-29 | Make 600, instead of 512, the lower limit for reserved ports. | Jason Downs |
1996-07-29 | Fix a small bug and change the logic of the bind() port choosing: | Jason Downs |
1996-07-29 | From FreeBSD (with slightly different sysctl names): | Jason Downs |
1996-07-27 | pad for machines that do not pad structs out | Theo de Raadt |
1996-07-25 | SS_CONNECTOUT indicates socket was connect()ed at this end, accept()ed at oth... | Theo de Raadt |
1996-07-18 | ipfilter 3.1.0 | dm |
1996-07-05 | release temporary binding if M_PREPEND fails; netbsd pr#2605; tegge@idt.unit.... | Theo de Raadt |
1996-07-03 | ported to FreeBSD 2.2-960612-SNAP. | chuck |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | Theo de Raadt |
1996-06-29 | change: | chuck |
1996-06-26 | fixes/new stuff: | chuck |
1996-06-21 | use correct copyright | chuck |
1996-06-21 | network support for ATM networks (ATM == Async Transfer Mode, not | chuck |
1996-06-06 | if_arp is obsolete, now named if_ether | Niklas Hallqvist |
1996-05-22 | When sending an ARP request, use the interface address for the route, rather | Theo de Raadt |
1996-05-15 | remove unnecessary "XXX it should be sysctl()'ed" | Michael Shalayeff |
1996-05-15 | fix NetBSD PR#854. | Michael Shalayeff |
1996-05-15 | let udpcksum control generation, but not cheking of udp cksums. | Michael Shalayeff |
1996-05-14 | non-root bind() to 2049 gets EADDRINUSE | Theo de Raadt |
1996-05-13 | fix return-rst | dm |
1996-05-10 | ipfilter 3.0.4 | dm |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt |
1996-05-09 | revert icmp len fix, since i experience 'icmp len' | Michael Shalayeff |
1996-05-07 | from NetBSD PR#2296: | Michael Shalayeff |
1996-05-02 | udpcksum should never be off in the modern world | Theo de Raadt |
1996-04-24 | Add IPXIP entry, to not to get cvs confused in the future. | Michael Shalayeff |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-15 | Fix bogosity in import of Lite2 fix | Thorsten Lockert |
1996-03-14 | From Lite2; improve handling of socket options on raw datagrams and multi- | Thorsten Lockert |
1996-03-14 | From Lite2; fix mbuf leak | Thorsten Lockert |
1996-03-14 | From Lite2; skip slow start calculation if socket state is listen | Thorsten Lockert |
1996-03-14 | Fix from Lite2 | Thorsten Lockert |
1996-03-14 | From Lite2; we should fail a malloc, not block waiting for memory to become | Thorsten Lockert |
1996-03-09 | restored IP filtering | dm |
1996-03-04 | Initial commit of NetBSD 960217 netiso. | Michael Shalayeff |
1996-03-04 | From NetBSD: Fix PR/2095 options MROUTING did not compile. | Niklas Hallqvist |
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 |
1996-01-25 | IP filter 3.0.1 | dm |