Home | History | Annotate | Download | only in pfctl
History log of /src/dist/pf/sbin/pfctl/pfctl_parser.c
RevisionDateAuthorComments
 1.11  17-Oct-2011  mbalmer There is no doubt whether whether should have a 'h' after the 'w'.
 1.10  18-Jun-2008  yamt merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@. requested by core@
 1.9  03-Jul-2006  peter branches: 1.9.18; 1.9.20;
Revert previous and fix properly.
- The array must be NULL terminated because other code depends on it.
- Use this terminator to check if we're at the end of the array instead
of doing sizeof(pf_timeouts) / sizeof(pf_timeouts[0]).
 1.8  21-Mar-2006  christos Coverity CID 1514: Don't access static array beyond the end of it.
In this case PFTM_MAX == 20 and sizeof(pf_timeouts) / sizeof(pf_timeouts[0])
== 21, using a loop with the size of the array and checking for reaching the
end of the loop via j == PFTM_MAX does not work. Change the loop to use
PFTM_MAX as the upper bound and add an assertion in the code to make sure
that pf_timeouts is large enough. Finally remove last NULL element of the
array so that the array has 20 elements again.
 1.7  01-Jul-2005  peter branches: 1.7.2;
Resolve conflicts (pf from OpenBSD 3.7, userland part).
 1.6  21-Nov-2004  peter Apply a patch from the OPENBSD_3_6 branch, ok itojun.

MFC:
Fix by dhartmei@

do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h
reported by Alexey E. Suslikov
 1.5  14-Nov-2004  yamt merge after importing pf from openbsd 3.6. (userland part)

some files were imported to the different places from the previous version.
v3_5:
etc/pf.conf
etc/pf.os
etc/spamd.conf
share/man/man4/pf.4
share/man/man4/pflog.4
share/man/man5/pf.conf.5
share/man/man5/pf.os.5
share/man/man5/spamd.conf.5
v3_6:
dist/pf/etc/pf.conf
dist/pf/etc/pf.os
dist/pf/etc/spamd.conf
dist/pf/share/man/man4/pf.4
dist/pf/share/man/man4/pflog.4
dist/pf/share/man/man5/pf.conf.5
dist/pf/share/man/man5/pf.os.5
dist/pf/share/man/man5/spamd.conf.5
 1.4  29-Oct-2004  dsl Add (unsigned char) cast to ctype functions
 1.3  24-Jun-2004  hannken Resolve printf arg/type conflict on sparc64.

Fix PR #26030 and part of #26012
 1.2  22-Jun-2004  itojun PF from openbsd 3.5
massage pfctl to compile/run on netbsd. put reachover makefile for pfctl
into src/sbin.
reviewed by matt, perry, christos
 1.1  22-Jun-2004  itojun branches: 1.1.1;
Initial revision
 1.1.1.4  01-Dec-2009  martti Import PF from OpenBSD 4.2
 1.1.1.3  01-Jul-2005  peter Import pf from OpenBSD 3.7 (userland part).
 1.1.1.2  14-Nov-2004  yamt import pf from OpenBSD 3.6. (userland part)
 1.1.1.1  22-Jun-2004  itojun PF from openbsd 3.5
 1.7.2.2  25-Sep-2006  peter sync with head.
 1.7.2.1  28-Mar-2006  tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
 1.9.20.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.9.18.3  04-Jun-2008  joerg Add some explicit casts to make it build on AMD64.
 1.9.18.2  26-Apr-2008  peter - Comment out more of the interface groups code.
- Reduce diff with openbsd.
 1.9.18.1  19-Apr-2008  yamt Peter Postma's work-in-progress pf import from OpenBSD 4.2.
updated to NetBSD-current by me.

RSS XML Feed