summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_auth.c
AgeCommit message (Collapse)Author
1999-11-22fix ip_output() missing arg; itojun@itojun.orgTheo 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-02-17$OpenBSD$dgregor
1998-01-26IPF 3.2.3dgregor