summaryrefslogtreecommitdiffstats
path: root/contrib/pf/ftp-proxy/ftp-proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-4/+4
| | | | | | | When getline(3) in 2009 was added a _WITH_GETLINE guard has also been added. This rename is made in preparation for the removal of this guard Obtained from: OpenBSD
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-52/+87
| | | | | | | | You need to update userland (world and ports) tools to be in sync with the kernel. Submitted by: mlaier Submitted by: eri
* Commit resolved import of OpenBSD 4.1 pf userland from perforce.mlaier2007-07-031-1196/+927
| | | | Approved by: re (kensmith)
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-031-18/+62
| | | | | | | missing and will be implemented in a second step. This is functional as is. Tested by: freebsd-pf, pfsense.org Obtained from: OpenBSD
* Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).mlaier2004-06-161-5/+14
|
* Fix $FreeBSD$ ids.obrien2004-03-161-1/+3
|
* Fix some style(9) related issues after discussion with/education from bde:mlaier2004-03-151-1/+0
| | | | | | | | | | | | | | - 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)
* Apply diff from the port.mlaier2004-02-281-0/+2
| | | | | | | | | | 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-281-0/+1320
Approved by: bms(mentor), core(in general)
OpenPOWER on IntegriCloud