Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-05 | Update to ipf 3.3.12. Most fixes relate to hardening of | Kjell Wooding | |
in-kernel ftp proxy. See sbin/ipf/HISTORY for details. | |||
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding | |
changelog. Documentation changes are now way behind. Volunteers? | |||
2000-02-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
1999-12-28 | ipf could dump core when fed unfinished rules. Inspired by pr/995. | Kjell Wooding | |
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-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-07-06 | gethostname() is safe | Theo de Raadt | |
1999-07-05 | Big cleanup of the userland ipf parsing code. | Kjell Wooding | |
inet_addr() was replaced with inet_aton. atoi() tests were replaced by range-checked strtol calls. Error checking of ipf.rules input should be vastly improved now. | |||
1999-06-06 | use inet_aton() instead of inet_addr() | Theo de Raadt | |
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
1998-11-24 | Bail out instead of core-dumping if we don't understand the port range ↵ | Theo de Raadt | |
operator; ws@netbsd | |||
1998-09-15 | Updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-07-09 | MAXHOSTNAMELEN | Theo de Raadt | |
1998-02-27 | network byte order; reed | Theo de Raadt | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1997-11-24 | fix parsing of various arguments; felix@mamba.pond.sub.org | Theo de Raadt | |
1997-08-24 | 64bit fix, cast pointers to long, not int. | Todd C. Miller | |
1997-06-24 | Remove an errant line that got missed in the merge. | Todd C. Miller | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-06-23 | sizeof(int) != sizeof(long) | Theo de Raadt | |
1997-04-19 | thorpej: | kstailey | |
icmpcode() returns an int, and, more importantly, -1 on failure. So, make this work on systems with unsigned chars by placing the return value of icmpcode() in a temporary variable, checking for failure, and then only setting fil.fr_icode (a char) upon success. | |||
1997-04-06 | Fix int vs. long problems | Todd C. Miller | |
1997-02-26 | post 1.3.8 patches | kstailey | |
1997-02-26 | version 1.3.8 | kstailey | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-10-08 | Prototype & Stylistic fixes for high -W gcc levels | Niklas Hallqvist | |
1996-07-18 | ipfilter 3.1.0 | dm | |
1996-06-26 | Print empty TCP flags checks (like '/SA' ) properly | dm | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-05-10 | ipfilter 3.0.4 | dm | |
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-07 | from beurton@fnet.fr: Darren Reed's IP filter | dm | |