aboutsummaryrefslogtreecommitdiff
path: root/sbin/pflogd
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/| | | | | | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275030
* | pflogd does not depend on libutilAntoine Brodin2013-01-011-1/+1
|/ | | | Notes: svn path=/head/; revision=244929
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-1/+1
| | | | | | | | | | | You need to update userland (world and ports) tools to be in sync with the kernel. Submitted by: mlaier Submitted by: eri Notes: svn path=/head/; revision=223637
* Append to CFLAGS, don't clobber it.Rui Paulo2010-11-051-1/+1
| | | | | | | Submitted by: loos Notes: svn path=/head/; revision=214834
* Add a ${.CURDIR} reference to the previous commit.Rui Paulo2010-10-291-1/+1
| | | | | | | Submitted by: dim Notes: svn path=/head/; revision=214536
* Force include ../../libpcap/config.h since privsep.c groks pcap'sRui Paulo2010-10-291-0/+2
| | | | | | | internals. Notes: svn path=/head/; revision=214533
* Let pflogd's Makefile just use WARNS instead of changing CFLAGS.Ed Schouten2009-04-231-1/+2
| | | | | | | | | This change allows me to disable -Werror by using NO_WERROR. Right now I can't build pflogd using Clang, because Clang generates more warnings when passing -Wall. Notes: svn path=/head/; revision=191415
* Fixed misspelling of DPADD.Ruslan Ermilov2004-10-241-2/+2
| | | | Notes: svn path=/head/; revision=136902
* Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).Max Laier2004-06-161-1/+1
| | | | Notes: svn path=/head/; revision=130617
* Add skeleton build dirs for pf userland:Max Laier2004-02-281-0/+13
libexec/ftp-proxy - ftp proxy for pf sbin/pfctl - equivalent to sbin/ipf sbin/pflogd - deamon logging packets via if_pflog in pcap format usr.sbin/authpf - authentification shell to modify pf rulesets Bring along some altq headers used to satisfy pfctl/authpf compile. This helps to keep the diff down and will make it easy to have a altq-patchset use the full powers of pf. Also make sure that the pf headers are installed. This does not link anything to the build. There will be a NO_PF switch for make.conf once pf userland is linked. Approved by: bms(mentor) Notes: svn path=/head/; revision=126385