summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1999-12-28ipf could dump core when fed unfinished rules. Inspired by pr/995.Kjell Wooding
1999-12-28Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details.Kjell Wooding
1999-12-28Darren Reed's ipfilter HISTORY file. This should satisfy the hordesKjell Wooding
who have been asking what features are included in the latest ipf import, while keeping the size of the commit messages down.
1999-12-27Better document clearsa behaviour.Angelos D. Keromytis
1999-12-27Handle srcsa/clearsa, and rename setsa to dstsa.Angelos D. Keromytis
1999-12-27Document setsa flag.Angelos D. Keromytis
1999-12-27Implement setsa keyword for enc interface TDB binding.Angelos D. Keromytis
1999-12-24Use correct printf formatting (dwmalone@maths.tcd.ie)Angelos D. Keromytis
1999-12-20remove temporary workaround for library dependency problem.Jun-ichiro itojun Hagino
(this was just for kame repository)
1999-12-20Add support for printing IPv6 addresses in IPsec flows. Formatting isAngelos 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-20Accept IPv6 addresses.Angelos D. Keromytis
1999-12-17fix inclusion problemsTheo de Raadt
1999-12-17Update to Darren Reed's IPFilter 3.3.5Kjell Wooding
Fixes: realaudio proxy issues, "log level" printing, and source address for icmp replies (was reversed). Thoughtfully submitted by techs@obfuscation.org
1999-12-16Add the ability to use interface names in place of addressesKjell 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-16non-working awi driver; someone finish itTheo de Raadt
1999-12-15Import 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-15add some text into DESCRIPTION. add reference to RFC. (sync with KAME)Jun-ichiro itojun Hagino
suggested by: deraadt
1999-12-14New ipfilter files. Preparing for merge of ipfilter 3.3.4.Kjell Wooding
1999-12-11we don't have support for IPsec controls, so comment them out.Jun-ichiro itojun Hagino
1999-12-11add 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-10add IPv6 support. net.inet6.{ip6,icmp6} will be printed.Jun-ichiro itojun Hagino
1999-12-09-src useAngelos D. Keromytis
1999-12-09add usr.sbin/rtsold and sbin/rtsol to subdir.Jun-ichiro itojun Hagino
1999-12-09rtsold(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-08ipv6 support from KAME (needs no libc upgrade). regen keywords.[ch].Jun-ichiro itojun Hagino
1999-12-08IPv6-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-06Minor identation.Angelos D. Keromytis
1999-12-05Remove LOCALFLOW flag (thanks andreas)Angelos D. Keromytis
1999-12-04Get rid of the LOCALFLOW flag.Angelos D. Keromytis
1999-12-04Deprecate -local flag.Angelos D. Keromytis
1999-12-03Allow enabling soft updates (with -U) on a new filesystem.Artur Grabowski
Allow soft updates on mfs filesystems (even if it's stupid).
1999-12-03make error messages more intuitiveJason Wright
1999-11-23fix typo; jwk@lords.comTheo de Raadt
1999-11-23Add Phoenix BIOS notebook save-to-disk partition type (ok theo).Ian Darwin
1999-11-18Fix bad policy assertion. Bad niklas!Angelos D. Keromytis
1999-11-11Xr inode(5), and clean up a bit.Aaron Campbell
1999-11-05Remove bogus reference to the "ANY" network string. Only the emptyAngelos D. Keromytis
string is a wildcard.
1999-11-04Support IPsec bypass flows. (ok angelos@, niklas@)Hakan Olsson
1999-10-29Stayalive is gone.Todd T. Fries
1999-10-28net.inet.etherip.allow sysctlAngelos D. Keromytis
1999-10-26sync with latest libkeynote (include file changes only)Angelos D. Keromytis
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-10-17Few fixes.Aaron Campbell
1999-10-17Formatting fix.Aaron Campbell
1999-10-16Typo typo typo...Angelos D. Keromytis
1999-10-16Manpage describing policy.Angelos D. Keromytis
1999-10-12avoid an infinite loopHugh Graham
1999-10-12fix ipfilter url for ipnat pages alsoEric Jackson