index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
pfctl
/
pfctl_radix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify error message for nonexisting anchors
kn
2020-01-15
1
-14
/
+1
*
Refine error message
kn
2020-01-15
1
-2
/
+2
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-16
/
+16
*
add option -N (no domain resolution)
benno
2017-08-11
1
-3
/
+3
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-10
1
-3
/
+2
*
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
deraadt
2015-01-21
1
-1
/
+2
*
consolidate some code by using reallocarray in all cases.
tedu
2014-05-07
1
-19
/
+9
*
Whole bunch of (unsigned char) casts carefully added for ctype calls.
deraadt
2013-11-22
1
-3
/
+3
*
Add support for weighted round-robin in load balancing pools and tables.
mcbride
2011-07-27
1
-4
/
+7
*
remove unused functions
chl
2007-12-05
1
-50
/
+1
*
clean up and rework the interface absraction code big time, rip out multiple
henning
2005-05-21
1
-4
/
+3
*
Remove unused functions. ok beck@ henning@
cedric
2004-06-14
1
-39
/
+1
*
Do not try to load directories. found+ok mpech@
cedric
2004-04-09
1
-2
/
+2
*
lotsoflotsoflotsof KNF
henning
2004-02-10
1
-5
/
+7
*
Many improvements to the handling of interfaces in PF.
cedric
2003-12-31
1
-2
/
+30
*
Rearchitecture of the userland/kernel IOCTL interface for transactions.
cedric
2003-09-26
1
-1
/
+2
*
Fix realloc usage and make sure we don't increase buffer size on failure.
cedric
2003-09-24
1
-15
/
+13
*
pf spelling police
david
2003-08-22
1
-2
/
+2
*
Make table tickets per-ruleset instead of global.
cedric
2003-07-31
1
-3
/
+8
*
KNF after cedric (grmpf)
henning
2003-07-04
1
-4
/
+4
*
This patch finally cleanup pfctl_table.c. No more global buffer,
cedric
2003-07-03
1
-12
/
+21
*
Buffer management functions.
cedric
2003-06-30
1
-1
/
+111
*
No need to include the same header twice.
cedric
2003-06-28
1
-2
/
+1
*
Reorg part I: move 3 functions out of pf_table.c to pf_radix.c
cedric
2003-06-27
1
-1
/
+79
*
A table in an anchor creates a real anchor: pfctl -sA works.
cedric
2003-06-08
1
-4
/
+12
*
Update the pfioc_table IOCTL structure.
cedric
2003-04-27
1
-1
/
+15
*
More cleanup in tables thanks to Andrey Matveev:
cedric
2003-02-03
1
-2
/
+1
*
Another nice cleanup patch from Andrey Matveev
cedric
2003-01-25
1
-24
/
+22
*
Cut & paste madness. We were (un)lucky it worked before!
cedric
2003-01-20
1
-4
/
+4
*
Add support for active/inactive tablesets in the kernel.
cedric
2003-01-09
1
-1
/
+83
*
Remove table name hashing (pass the name in each ioctl instead), and
dhartmei
2003-01-07
1
-44
/
+1
*
I do not know where this policy of "one .h file for every .c file" comes
deraadt
2003-01-04
1
-2
/
+2
*
simplify ioctl access
deraadt
2003-01-03
1
-38
/
+18
*
Remove _ before static functions & variables.
cedric
2003-01-03
1
-24
/
+24
*
kill stupid macro
deraadt
2003-01-03
1
-37
/
+61
*
knf
deraadt
2003-01-03
1
-15
/
+15
*
Bring in userland code for accessing PF radix tables.
cedric
2003-01-03
1
-0
/
+378