summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2000-01-25add ethernet MAC filtering capabilityJason Wright
also includes split of bridgeintr() with some optimizations for quicker frame handling
2000-01-24Correct Xrs. marc@snafu.orgKjell Wooding
2000-01-24correct Xrs. marc@snafu.org.Kjell Wooding
2000-01-23Send an SA payload when we're deleting an ingress flow.Angelos D. Keromytis
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be ↵Theo de Raadt
done later.. contact me if you want to help)
2000-01-22Spell it "usable", not "useable", for consistency across the man pages.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-21use net/mask notation for the private networksTheo de Raadt
2000-01-21ip4.allow -> ipip.allowAngelos D. Keromytis
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
Tom Christiansen <tchrist@perl.com>).
2000-01-17insert giftunnel synopsis line, which would provide some clue how it's used ↵Michael Shalayeff
for post-gifconfig users; angelos@ ok
2000-01-17Document new ipx sysctl vars.Federico G. Schwindt
2000-01-15Add "giftunnel" keyword, obsoleting gifconfig(8).Angelos D. Keromytis
2000-01-15Order flags alphabetically.Angelos D. Keromytis
2000-01-15Update.Angelos D. Keromytis
2000-01-15add 'd' to usage. mention rc.shutdown in the man page.Eric Jackson
2000-01-14show blackhole flag; ura@hiru.aoba.yokohama.jpTheo de Raadt
2000-01-13Interim ingress flows when doing linked SAs.Angelos D. Keromytis
2000-01-13Establish ingress flows.Angelos D. Keromytis
2000-01-13Minor beautification.Angelos D. Keromytis
2000-01-13Add -ingress flagAngelos D. Keromytis
2000-01-11remove redundent printfPeter Galbavy
2000-01-10blocknonip flag -- use it on a per-interface basis to not accept fromAngelos D. Keromytis
and not forward to said interface traffic that's not IPv4/IPv6/ARP/ReverseARP
2000-01-10Big oops for non-IP SubjAltNames -- correct memcpy.Angelos D. Keromytis
2000-01-10Fix wrong type of variable.Angelos D. Keromytis
2000-01-10Rename variable for consistency.Angelos D. Keromytis
2000-01-10Some new sysctl variables.Angelos D. Keromytis
2000-01-10Document ip.ipsec-invalid-timeoutAngelos D. Keromytis
2000-01-10handle glob() return values better; netbsdTheo de Raadt
2000-01-10Xr gifconfigTheo de Raadt
2000-01-10Handle wildcard case better.Angelos D. Keromytis
2000-01-10Change format of IPsec flows (yet again).Angelos D. Keromytis
2000-01-10Fix printing SAs.Angelos D. Keromytis
2000-01-09Transport ports are in network order.Angelos D. Keromytis
2000-01-09Transport protocol ports are in network order.Angelos D. Keromytis
2000-01-09ipsec-acl entryAngelos D. Keromytis
2000-01-09Use getaddrinfo() in srcsa/dstsa/clearsa.Angelos D. Keromytis
2000-01-08support LBA-mapped extended partitions too; ↵Theo de Raadt
sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-01-08Most of this is covered in securelevel(7) now.Hugh Graham
2000-01-07gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-07sync with Greg Oster's NetBSD chages to Jan 4th 2000.Peter Galbavy
2000-01-07Update documentation to reflect 3.3.6Kjell Wooding
2000-01-07Update documentation to reflect 3.3.6 changes.Kjell Wooding
2000-01-06add missing variables under net.inet6.ip6.Jun-ichiro itojun Hagino
2000-01-05avoid use of kvm (sync with latest kame)Jun-ichiro itojun Hagino
2000-01-04Fix format string typo when printing estimated number of blocks;Todd C. Miller
naddy@unix-ag.uni-kl.de
2000-01-03When a mode is specified via the -m flag, don't allow the umaskTodd C. Miller
to modify the mode.
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
2000-01-02chagne wicontrol so that it is activated as:Theo de Raadt
wicontrol interface [options] you can still use [-i interface] if you really feel like it
2000-01-02implement net.inet6.icmp6.nodeinfo sysctl, which disablesJun-ichiro itojun Hagino
ICMPv6 node information query (and FQDN query - old variant). kame repository has the change as well.