summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2002-06-16keep nat.conf(5) softlink, from ckuethe@ualberta.caPeter Valchev
2002-06-16someone didn't do a make buildPeter Valchev
2002-06-16bye byeHenning Brauer
2002-06-16merge nat.conf.5Henning Brauer
most work by Chris Kuethe, some changes by me. ok dhartmei@, pb@
2002-06-15change ref gm(4)->gem(4); ok miodPeter Valchev
2002-06-15wrong copyright yearJason Wright
2002-06-15crypto in titleJason Wright
2002-06-15very basic manpage for gpr.Federico G. Schwindt
2002-06-15There is no qfe entry, point at hme instead.Jason Wright
2002-06-15Document transparent IPsec.Angelos D. Keromytis
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14Typo.Aaron Campbell
2002-06-13Mention that the "old" cipher just means DES; suggested by Michael LucasTodd C. Miller
2002-06-13pechkn said to start new sentense on a new lineMichael Shalayeff
2002-06-12start new sentence on a new line.Mike Pechkin
niklas@
2002-06-12Finish the first sentence (has anyone ever read this man page?).Aaron Campbell
2002-06-12Minor typographical fixes and spelling.Aaron Campbell
2002-06-12add hppa to ELF_TOOLCHAIN.Artur Grabowski
2002-06-12oops. forgot to add lock to MakefileNiels Provos
2002-06-12lock man page from NetBSDNiels Provos
2002-06-12Linksys Instant Wireless WPC11 3.0 worksTodd C. Miller
2002-06-12correct prototypesNiels Provos
2002-06-11document return valuesNiels Provos
2002-06-11.Xr upaJason Wright
2002-06-11man page for upaJason Wright
2002-06-11add upa attachmentJason Wright
2002-06-11Add manpage for umidi(4)Nathan Binkert
2002-06-11Add manpage for umct(4)Nathan Binkert
2002-06-11document the need for IPL_STATCLOCKArtur Grabowski
2002-06-11Pasto.Aaron Campbell
2002-06-11Make NAT proxy port range configurable per rule, for instance privilegedDaniel Hartmeier
source ports can mapped to privileged proxy ports, or source port 500 to proxy port 500. ok frantzen@
2002-06-10sync with if_gre.c change.Jun-ichiro itojun Hagino
2002-06-10Allow ports to be specified in nat rules, useful later on for individualDaniel Hartmeier
proxy port ranges.
2002-06-10appletalk and NS are supported. not just IPv4 over IPv4.Jun-ichiro itojun Hagino
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too.
2002-06-08Note support for hardware TCP/IP checksum offloading.Aaron Campbell
2002-06-08Add missing; Fransoa HolopTodd C. Miller
2002-06-08schizo man pageJason Wright
2002-06-08psycho manpageJason Wright
2002-06-08.Xr pf.conf 5 . -> pfctl 8, from Dries SchellekensDaniel Hartmeier
2002-06-08no macro concatenationHenning Brauer
2002-06-08'(' -> "(" in BNF, from Dries SchellekensDaniel Hartmeier
2002-06-08document macro concatenationHenning Brauer
ok dhartmei@
2002-06-08Make state timeouts configurable per rule, likeDaniel Hartmeier
pass in from any to any port www keep state (tcp.established 60) ok frantzen@
2002-06-08document $proto, $nr in rule labelsHenning Brauer
add example ok dhartmei@
2002-06-08Make gem MI because it is present on macppc and sparc64. ok aaron@Dale Rahn
2002-06-08Document RealTek CardBus support.Aaron Campbell
2002-06-07add the possibility to configure a TTL while return-rstPhilipp Buehler
ok dhartmei@, ipv6 part itojun@ ok
2002-06-07Add "(max <number>)" option for "keep/modulate state" to limit the numberDaniel Hartmeier
of concurrent connections a rule can create. ok frantzen@
2002-06-07Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routedDaniel Hartmeier
packets. ok angelos@