Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-07 | I do not believe this | Theo de Raadt | |
1999-04-22 | Heh, this was definitely not tested. cpp sytax errors. | Niklas Hallqvist | |
1999-04-20 | use open() with O_EXCL.. but also move to /var/run to avoid the 2nd-level ↵ | Theo de Raadt | |
/tmp race which darren obviously does not think important | |||
1999-04-16 | fix ipf return-rst panic bug; beck | Theo de Raadt | |
1999-02-05 | ipf 3.2.10; work by kjell | Theo de Raadt | |
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-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos | |
draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy. | |||
1998-03-04 | don't print "IP Filter: initialized" | dgregor | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1997-12-03 | Prevent IPF and NAT configuration changes when securelevel > 1. | kstailey | |
1997-06-23 | merge in 3.1.11 | kstailey | |
1997-04-18 | Use the right types on 64-bit machines | Niklas Hallqvist | |
1997-03-31 | changed ipfattach() to ipf_enable() | kstailey | |
changed ipfdetach() to ipf_disable() added stub ipfattach() which is called from main() commented out activation of ipf from iplinit() must explicitly enable with ipf -E removed bogus deactivation of ipf from iplinit() | |||
1997-03-15 | remove space from tsleep() message | kstailey | |
1997-02-11 | IPF 1.3.7 | kstailey | |
1997-02-05 | #define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROHIB to match ↵ | kstailey | |
tcpdump/print_icmp.c which had it first | |||
1997-01-18 | syslog.h -> sys/syslog.h | Jason Downs | |
THIS IS THE KERNEL, DAMNIT. | |||
1996-10-24 | <sys/dir.h> is for use as a compatibility interface only. Warn if | Thorsten Lockert | |
included by kernel modules, and also remove use from any modules that currently attempt to use it. | |||
1996-10-08 | Prototype & Stylistic fixes for high -W gcc levels | Niklas Hallqvist | |
1996-09-30 | handle openbsd cases | Theo de Raadt | |
1996-07-18 | ipfilter 3.1.0 | dm | |
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 | |