summaryrefslogtreecommitdiff
path: root/sbin/pfctl/parse.y
AgeCommit message (Expand)Author
2003-01-25Permit initialisation of a table content from a file in pf.conf.Cedric Berger
2003-01-25Correctly check illegal constructs with tables. Better error messages.Cedric Berger
2003-01-25if a table name ist too long, it's actually nice to tell so instead of justHenning Brauer
2003-01-20Remove unused argument from print_name() and fix two other nitsCamiel Dobbelaar
2003-01-19Spin off label string expansion into a separate function. ClarifiesCamiel Dobbelaar
2003-01-18KNF after ryan...Henning Brauer
2003-01-18Add missing token string and assignment to make static-port work for real.Ryan Thomas McBride
2003-01-17bandwith -> bandwidthCamiel Dobbelaar
2003-01-15Typo in yyerror().Mike Pechkin
2003-01-14unified IP parser:Henning Brauer
2003-01-13err() on all memory allocation failuresCamiel Dobbelaar
2003-01-11Whitespace KNFRyan Thomas McBride
2003-01-09no need for explicit numbering in enumsHenning Brauer
2003-01-09Check return values on the remaining strlcpy/strlcat. ok henning@Daniel Hartmeier
2003-01-09minor KNFHenning Brauer
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-08check more strlcpy; camield@Theo de Raadt
2003-01-07Allow underscore at the beginning of strings, fixesDaniel Hartmeier
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel Hartmeier
2003-01-06Fix some oversights with address pools for route-to/dup-to/reply-toRyan Thomas McBride
2003-01-05err after calloc failure, not errxHenning Brauer
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
2003-01-04move noroute from flag in pf_rule_addr into type in pf_addr_wrap.Daniel Hartmeier
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03whitespace KNF (no, i don't touch the option inits)Daniel Hartmeier
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
2003-01-02Require a direction to be specified for rules which do routing.Ryan Thomas McBride
2002-12-30Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjustedRyan Thomas McBride
2002-12-27Since pf_norm.c looks at rule.log to see if it should log packets beingRyan Thomas McBride
2002-12-21always initialize rpool.key; diff from Frank Denis; KNF by meHenning Brauer
2002-12-21KNFHenning Brauer
2002-12-20remove a redundant assignment.Daniel Hartmeier
2002-12-19fix 'no rdr'.Daniel Hartmeier
2002-12-18more KNFHenning Brauer
2002-12-18proto list expansion is not supported in binat-anchor yet, print an errorDaniel Hartmeier
2002-12-18Support (single) destination port in rdr-anchor rules. Print an errorDaniel Hartmeier
2002-12-18fix some INCREDIBLE new bugs which were introducedTheo de Raadt
2002-12-17add support for the PRIQ schedulerHenning Brauer
2002-12-17Match merge of pf_nat/pf_binat/pf_rdr structs into pf_ruleRyan Thomas McBride
2002-12-17missing break in switchHenning Brauer
2002-12-17beautify the %type blockHenning Brauer
2002-12-17PRIQ and HFSC support functions, not yet used.Henning Brauer
2002-12-16only create a root queue if scheduler = cbqHenning Brauer
2002-12-16get full [scheduler]_opts struct instead of just .flags, and wrap in into aHenning Brauer
2002-12-13allow a second queue for higher priorized (currently: tos=lowdelay) packetsHenning Brauer
2002-12-13a bit KNF originally part of another diff soon to come; frantzen@ correctlyHenning Brauer
2002-12-13permit re-ordering of some scrub parameters, and also clean up some otherTheo de Raadt
2002-12-12KNFHenning Brauer
2002-12-12we don't need to keep a private copy of the queue name in expand_rule,Henning Brauer
2002-12-11Replace strncpy + ugly pointer math with sscanif for reading source-hash keysRyan Thomas McBride