Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-20 | remove temporary workaround for library dependency problem. | Jun-ichiro itojun Hagino | |
(this was just for kame repository) | |||
1999-12-20 | Add support for printing IPv6 addresses in IPsec flows. Formatting is | Angelos D. Keromytis | |
just plain ugly, given the possible length variances of addresses now; a better display method is needed. Also, netmasks are no longer printed for either IPv4 or IPv6 IPsec flows (they are not printed in the other protocols display either). | |||
1999-12-20 | -addr warning. | Angelos D. Keromytis | |
1999-12-20 | Accept IPv6 addresses. | Angelos D. Keromytis | |
1999-12-17 | fix inclusion problems | Theo de Raadt | |
1999-12-17 | Update to Darren Reed's IPFilter 3.3.5 | Kjell Wooding | |
Fixes: realaudio proxy issues, "log level" printing, and source address for icmp replies (was reversed). Thoughtfully submitted by techs@obfuscation.org | |||
1999-12-16 | Add the ability to use interface names in place of addresses | Kjell Wooding | |
in firewall rules. i.e. block return-rst in quick on fxp0 proto tcp from any to fxp0 port = 9999 This will make things like DHCP much easier to deal with in the future. | |||
1999-12-16 | non-working awi driver; someone finish it | Theo de Raadt | |
1999-12-15 | Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches. | Kjell Wooding | |
Many, many enhancements and improvements, including new in-kernel proxies, enhancements to logging, and many bugfixes. Note: Man pages have not yet been re-converted to mdoc. | |||
1999-12-15 | add some text into DESCRIPTION. add reference to RFC. (sync with KAME) | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
1999-12-14 | New ipfilter files. Preparing for merge of ipfilter 3.3.4. | Kjell Wooding | |
1999-12-11 | we don't have support for IPsec controls, so comment them out. | Jun-ichiro itojun Hagino | |
1999-12-11 | add ping6(8), IPv6 ping. | Jun-ichiro itojun Hagino | |
XXX may be merged into ping(8)? XXX NRL getaddrinfo(3) does not allow SOCK_RAW as ai_socktype. quickhack is enabled by -DNRL_GETADDRINFO. | |||
1999-12-10 | add IPv6 support. net.inet6.{ip6,icmp6} will be printed. | Jun-ichiro itojun Hagino | |
1999-12-09 | -src use | Angelos D. Keromytis | |
1999-12-09 | add usr.sbin/rtsold and sbin/rtsol to subdir. | Jun-ichiro itojun Hagino | |
1999-12-09 | rtsold(8); router solicitation daemon. | Jun-ichiro itojun Hagino | |
rtsol(8); router solicitation program, for use in bootstrap process (statically linked) rcsid police. add missing prototypes. (sync with KAME) | |||
1999-12-08 | - Document -alias. | Aaron Campbell | |
- More reference to inet6. - Misc cleanup, but should revisit this file later. | |||
1999-12-08 | ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch]. | Jun-ichiro itojun Hagino | |
1999-12-08 | IPv6-enabled ifconfig from KAME. | Jun-ichiro itojun Hagino | |
it now loops through all the aliases on interfaces. KAME_SCOPEID will be enabled when get{addr,name}info(3) are replaced with KAME code. | |||
1999-12-06 | Minor identation. | Angelos D. Keromytis | |
1999-12-05 | Remove LOCALFLOW flag (thanks andreas) | Angelos D. Keromytis | |
1999-12-04 | Get rid of the LOCALFLOW flag. | Angelos D. Keromytis | |
1999-12-04 | Deprecate -local flag. | Angelos D. Keromytis | |
1999-12-03 | Allow enabling soft updates (with -U) on a new filesystem. | Artur Grabowski | |
Allow soft updates on mfs filesystems (even if it's stupid). | |||
1999-12-03 | make error messages more intuitive | Jason Wright | |
1999-11-23 | fix typo; jwk@lords.com | Theo de Raadt | |
1999-11-23 | Add Phoenix BIOS notebook save-to-disk partition type (ok theo). | Ian Darwin | |
1999-11-18 | Fix bad policy assertion. Bad niklas! | Angelos D. Keromytis | |
1999-11-11 | Xr inode(5), and clean up a bit. | Aaron Campbell | |
1999-11-05 | Remove bogus reference to the "ANY" network string. Only the empty | Angelos D. Keromytis | |
string is a wildcard. | |||
1999-11-04 | Support IPsec bypass flows. (ok angelos@, niklas@) | Hakan Olsson | |
1999-10-29 | Stayalive is gone. | Todd T. Fries | |
1999-10-28 | net.inet.etherip.allow sysctl | Angelos D. Keromytis | |
1999-10-26 | sync with latest libkeynote (include file changes only) | Angelos D. Keromytis | |
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-10-17 | Few fixes. | Aaron Campbell | |
1999-10-17 | Formatting fix. | Aaron Campbell | |
1999-10-16 | Typo typo typo... | Angelos D. Keromytis | |
1999-10-16 | Manpage describing policy. | Angelos D. Keromytis | |
1999-10-12 | avoid an infinite loop | Hugh Graham | |
1999-10-12 | fix ipfilter url for ipnat pages also | Eric Jackson | |
1999-10-12 | correct ipfilter url | Eric Jackson | |
1999-10-10 | Tweak. | Aaron Campbell | |
1999-10-09 | Reformat. Aaron will probably change this three-times over, but it's a | Angelos D. Keromytis | |
start. | |||
1999-10-07 | enc.4 reference | Angelos D. Keromytis | |
1999-10-07 | Removed dead link to gated(8) -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@ | Wim Vandeputte | |
1999-10-07 | there is no fastboot man page | Eric Jackson | |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell | |