index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
Age
Commit message (
Expand
)
Author
2001-06-26
add rule pointer and log option to states
Daniel Hartmeier
2001-06-26
get rid of another printf
Niels Provos
2001-06-26
use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@
Niels Provos
2001-06-26
Use pool(9) for IPsec policy structures.
Angelos D. Keromytis
2001-06-26
Keep the PFKEY sequence number at the TDB, plus a little bit of KNF
Angelos D. Keromytis
2001-06-26
no longer pass around **m
Theo de Raadt
2001-06-26
deal with NULL rule being passed to logging
Niels Provos
2001-06-26
fix logging. the ip header is contained in the first mbuf. itojun and me.
Niels Provos
2001-06-26
forgot htons
Niels Provos
2001-06-26
add a subreason to the link header to allow us to determine why a packet was
Niels Provos
2001-06-26
allow 0.0.0.0/x in rules
Peter Stromberg
2001-06-26
more suitable error values when DIOCSTART/STOP fail; peters@telia.net
Daniel Hartmeier
2001-06-26
no // comments
Markus Friedl
2001-06-26
KNF
Angelos D. Keromytis
2001-06-26
avoid useless m_copyback
Jun-ichiro itojun Hagino
2001-06-26
use m_copydata for 1st ip header too.
Jun-ichiro itojun Hagino
2001-06-26
avoid m_pulldown (and mbuf alloc/free).
Jun-ichiro itojun Hagino
2001-06-26
pass ip header offset to child functions. a preparation for
Jun-ichiro itojun Hagino
2001-06-26
Replicated TCP sequence tracking code in PF from Guido's IPF paper.
Mike Frantzen
2001-06-26
sigh
Niels Provos
2001-06-26
pflog_packet fails on NULL mbuf
Niels Provos
2001-06-26
mea culpa
Daniel Hartmeier
2001-06-25
extend the logging via a new link header type. export interface, direction,
Niels Provos
2001-06-25
remaining lists converted to TAILQs
Daniel Hartmeier
2001-06-25
use TAILQ instead of homegrown list, other lists will follow
Daniel Hartmeier
2001-06-25
ANSIfy
Artur Grabowski
2001-06-25
first stab at packet logging for pf. inspired by late night dreams of art.
Niels Provos
2001-06-25
Unnecessary gotos.
Artur Grabowski
2001-06-25
Rework COMMITRULES.
Artur Grabowski
2001-06-25
revised ioctl interface, first getopt version of pfctl
Daniel Hartmeier
2001-06-25
display correct direction in log
jasoni
2001-06-25
Rename the rest of the structs to be consistent.
Artur Grabowski
2001-06-25
fix -> cksum_fixup
Artur Grabowski
2001-06-25
No c++ comments.
Artur Grabowski
2001-06-25
Even more global variables with too common names.
Artur Grabowski
2001-06-25
More renaming.
Artur Grabowski
2001-06-25
Avoid common names. Needs more work.
Artur Grabowski
2001-06-25
rename tree_node -> pf_tree_node
Artur Grabowski
2001-06-25
more
Artur Grabowski
2001-06-25
no point using a char here.
Artur Grabowski
2001-06-25
Detect loops, itojun@ ok
Angelos D. Keromytis
2001-06-25
IF_DROP()
Angelos D. Keromytis
2001-06-25
Use tags to detect loops. In the future, perhaps we'll use them to
Angelos D. Keromytis
2001-06-25
packetfilter -> pf in messages
Kjell Wooding
2001-06-25
Copyright update.
Angelos D. Keromytis
2001-06-25
PACKETFILTER -> NPF
Kjell Wooding
2001-06-25
No need to double-clear the mbuf flags and tags.
Angelos D. Keromytis
2001-06-25
remove inlines they are plain wrong
Michael Shalayeff
2001-06-25
Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok.
Federico G. Schwindt
2001-06-25
do not drop unsupported protocol. default to pass. needs to be configurable
Niels Provos
[next]