summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
2003-03-08Remove unneeded #includes, from Andrey Matveev andrushock(at)pisem(dot)netDaniel Hartmeier
2003-03-08fix the obvious:Henning Brauer
2003-03-08in expand_queue, make a private copy of the struct pf_altq before modifyingHenning Brauer
2003-03-08when complaining about a queue's abndwidth beeing to small (below theHenning Brauer
2003-03-08inlcude queue interals in -gsr and -gsq output; will make debugging easier.Henning Brauer
2003-03-07Only show non-active tables when the -g flag is given.Cedric Berger
2003-03-07document -gHenning Brauer
2003-03-07don't include debugging output, namely, the result of teh skip stepsHenning Brauer
2003-03-06fix queue assignment on filter rules which are not bound to an interface.Henning Brauer
2003-03-06tweak wording and mdoc formattingDavid Krause
2003-03-04wrap Ic in Xo/Xc until fixedTheo de Raadt
2003-03-03rate2str() overhaul:Henning Brauer
2003-03-02when printing queues at load time that have bandwidth specified in percent,Henning Brauer
2003-03-02remove the control keyword for cbq queues.Henning Brauer
2003-03-02add a guarantee that two same named queues on different interfaces have theHenning Brauer
2003-02-27modify error message to match the same 7 sections in pf.conf(5)David Krause
2003-02-26in expand_rule, correctly set r->pqid if a priority queue was defined, andHenning Brauer
2003-02-25some minor KNF my fingers just did...Henning Brauer
2003-02-25repair/simplify/flexify binat userland.Cedric Berger
2003-02-25extend copyright to 2003Henning Brauer
2003-02-24when a macro is redefined, don't bother with reusing the existing entry inHenning Brauer
2003-02-24echo->printf, because echo does not accept "\n" in all shells.Cedric Berger
2003-02-21re-allow set loginterface noneHenning Brauer
2003-02-21better error message if set loginterface is called with nonexistantHenning Brauer
2003-02-20extra plurals; openbsd@davidkrause.comTheo de Raadt
2003-02-20Fix table syntax documentation, from David Krause.Cedric Berger
2003-02-20reject nonexistant interfaces in the dynaddr case, noticed during discussionHenning Brauer
2003-02-19Make 'from (kue0)/24' work again (dynamic interface name translation withDaniel Hartmeier
2003-02-19better error message on icmp version / address family mismatchHenning Brauer
2003-02-19cmdline options in alphabetical order in usage() and manpage; and sync themHenning Brauer
2003-02-19Fix little buffer overflow on 64-bit platforms.Cedric Berger
2003-02-19clarify how pfctl -k works a bit; based on a discussion with daniel and samHenning Brauer
2003-02-18fix load option handling (-A, -N, -R) for options.Henning Brauer
2003-02-17pfctl_clear_pool doesn't need to be prototyped twice eitherHenning Brauer
2003-02-17no need to prototype pfctl_add_pool twiceHenning Brauer
2003-02-17"optarg" was a bad pick for the variable name in pfctl_cmdline_symset, itHenning Brauer
2003-02-17We want err() after failed ioctl() here too.Mike Pechkin
2003-02-17-#include <sys/ioctl.h>Mike Pechkin
2003-02-16unneeded {}Henning Brauer
2003-02-16throw a syntax error if the portunary operator in varset is no '='Henning Brauer
2003-02-16cosmeticsHenning Brauer
2003-02-14remove explicit table creation ( -T create ), it's useless.Henning Brauer
2003-02-14Allow route-to loopback interfaces again, since Ryan fixed the loops thatDaniel Hartmeier
2003-02-14English and mdoc fixes thanks to jmc@Cedric Berger
2003-02-14Better and more consistent error message.Cedric Berger
2003-02-14tweakHenning Brauer
2003-02-14Document verbose mode with tables (statistics).Cedric Berger
2003-02-14more good tweaks by krauseHenning Brauer
2003-02-13when complaining about an illegal netmask print the value we're complainingHenning Brauer
2003-02-13ease the yacc a bit by using a "not" rule instead of having two rules w/ andHenning Brauer