56 Commits

Author SHA1 Message Date
danj
5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
kn
a267583761 Fix function prototype mismatch to unbreak build on sparc64/gcc
Introduced by lib/libpcap.h r1.20 from 03.06.2018

OK tb
2018-08-12 10:48:14 +00:00
sthen
7934f5c225 bump REVISION on DIOCGETSTATUS users due to ABI break in base 2018-02-15 11:17:05 +00:00
espie
23e2b95b50 forgot about the multiple targets semantic. Fix it properly for parallel
make
2017-07-02 21:04:48 +00:00
espie
264ce3a647 fix the fix. yacc rules that generate a .h file that we need to depend on
MUST be explicitly written
2017-07-02 20:46:12 +00:00
jca
a11ba83bff Use BUILDFIRST for yacc-produced files 2017-07-02 18:26:56 +00:00
jca
ed5fb8d4b5 Mark some inline functions as static to fix clang builds 2017-04-24 01:46:06 +00:00
jca
82189465eb Respect CC 2017-04-24 01:42:35 +00:00
jasper
6a9bb668d2 sync bpf_filter() argument types to match base
from nigel@, ok canacar@
2016-04-05 17:49:17 +00:00
sthen
acb9e7232e don't use CIRCLEQ 2015-11-21 01:51:50 +00:00
sthen
fbd92509fc bump REVISIONs following DIOCGETSTATUS ABI change 2015-06-10 10:43:29 +00:00
naddy
faf8fc4b2c use limits.h and explicitly include sys/param.h where necessary 2015-01-18 15:59:46 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jca
00b549e12f Fix build after ALTQ removal, and add a comment about the new queueing
system, as suggested by sthen@.  ok sthen@
2014-04-22 10:56:01 +00:00
sthen
29ff254d98 initial fix for queues; s/pfioc_qstats/pfioc_altqstats 2013-10-12 13:11:34 +00:00
lteo
de47f940ad Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
2013-06-19 03:40:23 +00:00
sthen
68760f58ab Bump ports using DIOCGETSTATUS following PF change (new 'translation'
error counter).
2013-03-11 19:51:26 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
0b221b6693 Fix pftop following pfsync_state changes, reported by jasper@ 2011-12-08 13:04:38 +00:00
sthen
32d50aa9fc fix rule-number printing (missing byteorder conversion), from Robert Mills 2011-08-23 11:42:11 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
sthen
6cff525786 handle PF_FASTROUTE removal. broken build reported by and diff ok with jasper 2011-04-11 08:20:41 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
naddy
ca9c6bdd67 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-20 15:23:04 +00:00
espie
709b054ab9 USE_GROFF=Yes 2010-10-19 07:43:00 +00:00
sthen
f919c1a707 fix mandoc build; ok schwarze@
(some non-fatal errors remain, to be handled separately)
2010-04-03 22:04:44 +00:00
sthen
357ac925c6 Sync actiontypes (pass, block etc) with the version in systat.
From Mitja Muzenic.
2009-12-02 22:59:28 +00:00
sthen
511bc9da60 regen patches. no package change. 2009-12-02 21:16:10 +00:00
sthen
500b83a7f1 Fix following PF changes at h2k9. ok canacar benoit. 2009-11-30 09:56:39 +00:00
sthen
d2f400c3ed bump following PF changes; from kili@ 2009-04-09 22:08:47 +00:00
sthen
97056e3bc9 bump for pfvar.h changes (struct pfi_kif) to be safe.
regen PLIST while there.
2009-03-09 17:06:29 +00:00
canacar
368b3deb14 Sync to systat:
* Fix byte-order of bytes, packets, age and expire fields.
* Fix the order of traversal when printing the queues.
Reported by many.
2008-12-20 04:36:11 +00:00
canacar
e70dad7d7a Make pftop build again after the lates pf changes. Filtering against
'gateway' addres/ports does not work (yet) due to the address handling
changes in pf. Other functionality should work. Also fixes two minor
bugs reported by many.  Suggestions and ok naddy@
2008-06-13 00:38:12 +00:00
canacar
a8b91e2a69 Make pftop compile after the pf header changes in n2k8 2008-05-22 06:46:44 +00:00
canacar
acc3040534 Update to pftop-0.7
ok naddy@
2007-11-13 18:18:31 +00:00
merdely
e8e53f5b6b Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE 2007-09-15 21:14:00 +00:00
canacar
41323b6b3f Update to version 0.6. Works with latest pf changes. ok naddy@ 2007-06-10 14:22:09 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
canacar
aeb792561d Update to pftop-0.5
ok pvalchev@, jolan@
2006-01-11 10:17:47 +00:00
sturm
a7954f7c16 correct use of byte and packet counters
from Peter Postma <peter at pointless.nl>
2005-12-04 10:43:02 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
c3219db789 Add WANTLIB markers 2004-12-20 10:35:34 +00:00
espie
d1fa125d45 new plists 2004-09-15 18:39:31 +00:00
dhartmei
70e121b513 struct pf_rule_addr.not -> .neg patch 2004-06-10 21:09:04 +00:00
canacar
c5a524652e Make pftop compile after the anchor related changes in pf
by disabling the (not working) anchor printing code.
ok sturm@ naddy@
2004-06-02 19:22:56 +00:00
canacar
8aced87963 Update to pftop-0.4
ok henning@, dhartmei@, jolan@
2003-08-21 18:24:41 +00:00
david
71688cef32 fix manpage: -o takes the field arguments, not -s; also correct view name
ok maintainer canacar
2003-06-25 18:08:57 +00:00
dhartmei
a36d2c90c4 missing memset(), could lead to DIOCGETRULES error in rules view. 2003-02-21 23:02:58 +00:00
dhartmei
ec12c0a67b adjust to latest api changes 2003-01-09 22:06:06 +00:00