summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fil.c
AgeCommit message (Collapse)Author
1999-06-07I do not believe thisTheo de Raadt
1999-04-22Heh, this was definitely not tested. cpp sytax errors.Niklas Hallqvist
1999-04-20use 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-16fix ipf return-rst panic bug; beckTheo de Raadt
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1998-09-15Updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels 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-04don't print "IP Filter: initialized"dgregor
1998-01-26IPF 3.2.3dgregor
1997-12-03Prevent IPF and NAT configuration changes when securelevel > 1.kstailey
1997-06-23merge in 3.1.11kstailey
1997-04-18Use the right types on 64-bit machinesNiklas Hallqvist
1997-03-31changed 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-15remove space from tsleep() messagekstailey
1997-02-11IPF 1.3.7kstailey
1997-02-05#define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROHIB to match ↵kstailey
tcpdump/print_icmp.c which had it first
1997-01-18syslog.h -> sys/syslog.hJason Downs
THIS IS THE KERNEL, DAMNIT.
1996-10-24<sys/dir.h> is for use as a compatibility interface only. Warn ifThorsten Lockert
included by kernel modules, and also remove use from any modules that currently attempt to use it.
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-09-30handle openbsd casesTheo de Raadt
1996-07-18ipfilter 3.1.0dm
1996-05-10ipfilter 3.0.4dm
1996-01-25IP filter 3.0.1dm
1996-01-07from beurton@fnet.fr: Darren Reed's IP filterdm