| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077
|
|
|
|
|
|
|
|
|
|
| |
pfctl_open() opens both /dev/pf and a netlink socket. Allow access to the /dev/
pf fd via pfctl_fd().
This means that libpfctl users no longer have to open /dev/pf themselves for any
calls that are not yet available in libpfctl.
Sponsored by: Rubicon Communications, LLC ("Netgate")
MFC after: 2 weeks
|
|
|
|
|
| |
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D44090
|
|
|
|
|
|
|
|
|
|
| |
These are local additions that no longer make sense with the transition
to git.
This partially reverts a10f530f936b7b2e3a19c406ae199b91a48f34d3.
Reviewed by: kp, imp
Differential Revision: https://reviews.freebsd.org/D42687
|
|
|
|
|
|
|
|
|
|
| |
The fgetln loop will terminate with buf = NULL at EOF.
Reported by: GCC
Reviewed by: kp
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D39947
|
|
|
|
|
|
|
|
| |
Use pfctl_kill_states() rather than the DIOCKILLSTATES ioctl directly.
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D30057
|
|
|
|
|
|
|
|
|
|
| |
authpf's requirement for a mounted fdescfs(5).
PR: docs/186250
MFC after: 1 week
Notes:
svn path=/head/; revision=261271
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Notes:
svn path=/vendor/pf/dist/; revision=185872
|
| |
| |
| |
| |
| |
| |
| | |
a local lib.
Notes:
svn path=/vendor/pf/dist/; revision=171169
|
| |
| |
| |
| |
| |
| |
| | |
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171172
|
| |
| |
| |
| |
| |
| |
| |
| | |
PR: docs/89635
MFC after: 1 day
Notes:
svn path=/head/; revision=157214
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=153722
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
missing and will be implemented in a second step. This is functional as is.
Tested by: freebsd-pf, pfsense.org
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=145840
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=145838
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/pf/dist/; revision=145837
svn path=/vendor/pf/3.7/; revision=145839; tag=vendor/pf/3.7
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=130617
|
|\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=130615
|
| |
| |
| |
| |
| | |
Notes:
svn path=/vendor/pf/dist/; revision=130614
svn path=/vendor/pf/3.5/; revision=130616; tag=vendor/pf/3.5
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=127082
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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)
Notes:
svn path=/head/; revision=127024
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=126355
|
|
Approved by: bms(mentor), core(in general)
Notes:
svn path=/vendor/pf/dist/; revision=126353
|