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