summaryrefslogtreecommitdiffstats
path: root/contrib/pf
Commit message (Collapse)AuthorAgeFilesLines
...
* | PFIL_HOOKS is no longer an optional item.mlaier2004-09-261-2/+1
| | | | | | | | | | Submitted by: Anders Hanssen MFC after: 1 day
* | Bring in some examples (and create space for future work here):mlaier2004-09-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Add OpenBSD example rulesets as advertised in etc/pf.conf and pf.conf(5) - Tweak the pointer to fit the FreeBSD default location share/examples/pf - Account for the new directory in BSD.usr.dist (no hier(7) change required as share/examples is an opaque item there). Obtained from: OpenBSD Reminded by: Thomas T. Veldhouse PR: docs/71691 MFC after: 2 days
* | Make pflogd(8) store pcap_sf_pkthdr instead of MD timeval contaminatedmlaier2004-08-311-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | pcap_pkthdr. This makes /var/log/pflog standart compliant on 64bit archs. OpenBSD has fixed this by changing the bpf timeval to 32bit in the kernel, so no need to report this over (again). PR: bin/71096 (w/ changes) Submitted by: Ville-Pertti Keinonen Tested by: amd64(submitter), sparc64(yongari), i386(myself) MFC after: 3 days
* | Loopback a fix from Cedric Berger:mlaier2004-08-221-1/+8
| | | | | | | | | | | | | | | | Fix table add/replace commands with securelevel=2. Reported by James J. Lippard. Discussed with: yongari MFC after: 5 days
* | Fix printing of u_int64_t with a cast to unsigned long long.mlaier2004-06-171-1/+1
| | | | | | | | Found-by: tinderbox(amd64)
* | Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).mlaier2004-06-1617-839/+2444
| |
* | This commit was generated by cvs2svn to compensate for changes in r130614,mlaier2004-06-1612-170/+925
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import userland of pf 3.5 from OpenBSD (OPENBSD_3_5_BASE).mlaier2004-06-1627-1036/+3368
| |
* | FreeBSD-ify the manpage. Our inetd does not support bind-address:port syntaxmlaier2004-05-271-1/+3
| | | | | | | | | | | | | | | | Christian will follow up with some additional words about how to protect this from the outside world. Submitted-by: brueffer Approved-by: bms(mentor)
* | FreeBSD-if .4 manpages for pf/pflog/pfsync.mlaier2004-04-183-3/+10
| | | | | | | | | | | | PR: docs/65687 Submitted by: Sergey Matveychuk Approved by: bms(mentor)
* | Fix $FreeBSD$ ids.obrien2004-03-1611-11/+29
| |
* | Fix some style(9) related issues after discussion with/education from bde:mlaier2004-03-1512-118/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add <sys/param.h> and <limits.h> where required (do not depend on other headers pulling it in). - __dead -> __dead2 - #if defined() -> #ifdef - Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast. All changes looped back to OpenBSD (where applicable) for easier sync in the future. Requested by: bde Approved by: bms(mentor)
* | Fix two instances of improper NULL/0 use idetified by the changes lately.mlaier2004-03-082-2/+2
| | | | | | | | | | Submitted by: Patrick Marie Approved by: bms(mentor)
* | Add local define of HTONL() as it was decided to protect this by _KERNELmlaier2004-02-281-0/+5
| | | | | | | | in <net/pfvar.h>
* | This commit was generated by cvs2svn to compensate for changes in r126357,mlaier2004-02-282-0/+122
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Missed those two during the original import. Taken from OpenBSD's util.hmlaier2004-02-282-0/+122
| | | | | | | | Approved by: bms(mentor)
* | Apply diff from the port.mlaier2004-02-2810-23/+165
|/ | | | | | | | | | Rather small diff for the userland (in contrast to the kernel): - Some header file location/differences - Clean compilation on 64bit arch (identified by bento a long time ago) - ALTQ not (yet) available. Leave a switch for patchsets and future ... - most files can be used from the vendor branch Approved by: bms(in general)
* Vendor import of OpenBSD's pf userland as of OpenBSD 3.4mlaier2004-02-2827-0/+20141
Approved by: bms(mentor), core(in general)
OpenPOWER on IntegriCloud