summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-08Avoid setting optind to 0; drahn@ OKTodd C. Miller
2002-12-08 - Use LIST_ macros.Artur Grabowski
2002-12-08 - Lock the timeout wheel after the diagnostic checks.Artur Grabowski
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
2002-12-08remove unused data member from pthread_cond.Marco S Hyman
2002-12-08Avoid using "optind = 0" since its meaning to getopt() is implementationTodd C. Miller
2002-12-08test options on altq and queue rules in fancy orderHenning Brauer
2002-12-08scheduler keyword diesTheo de Raadt
2002-12-08adjust after syntax changeHenning Brauer
2002-12-08allow flexible options order like Theo did for rules.Henning Brauer
2002-12-08BNF improvement: show that queue options are now flexibleTheo de Raadt
2002-12-07regress test anchor syntaxDaniel Hartmeier
2002-12-07fromto is optional now, "from any to any" equals "all" equals omitted.Daniel Hartmeier
2002-12-07Support parameters in anchor rules. Allows conditional evaluation, like:Daniel Hartmeier
2002-12-07Backout unrelated changes in last commitTodd C. Miller
2002-12-07Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSDTodd C. Miller
2002-12-07repair BNF to show that filter-opts can now be flexibly ordered aTheo de Raadt
2002-12-07Repair -a flag parsing which I broke in revision 1.47.Todd C. Miller
2002-12-07Only use "ASPICFLAG=-k" a.out assembler, not binutils.Todd C. Miller
2002-12-07more KNFHenning Brauer
2002-12-07KNFHenning Brauer
2002-12-07now that we use the MTU from the interface instead of assuming 1500 theHenning Brauer
2002-12-07TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses printRyan Thomas McBride
2002-12-07Treat EPIPE writing to the terminal the same as SIGQUIT from the user.Todd C. Miller
2002-12-07shadow cleanupHenning Brauer
2002-12-07Use `hostname` not `hostname -s` in subject for consistency withTodd C. Miller
2002-12-07kill an unused param to lungetcHenning Brauer
2002-12-07Add test for fix in revision 1.5 of getopt_long.cTodd C. Miller
2002-12-07KNFHenning Brauer
2002-12-07Fix pasto in last commit.Todd C. Miller
2002-12-07For getopt_long_only() we *do* want to match single-character optionsTodd C. Miller
2002-12-07get the interface's MTU instead of assuming 1500Henning Brauer
2002-12-07match regression test with changes to internal byte order of string basedRyan Thomas McBride
2002-12-07Convert the hash of a string key to network byte order. Makes regressionRyan Thomas McBride
2002-12-07typo, henning okAnil Madhavapeddy
2002-12-07document ALL the args to TAILQ_FOREACH_REVERSEMarco S Hyman
2002-12-06Don't use the RNG oscillator output directly, use the sha1'd version (theJason Wright
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-12-06Set transform from default. PR#3008Hakan Olsson
2002-12-06it's -> its where appropriateAnil Madhavapeddy
2002-12-06In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead.Todd C. Miller
2002-12-06fix linebreak in example; ok ho@, jason@Markus Friedl
2002-12-06styleHenning Brauer
2002-12-06Fix two compatibility issues with our getopt_long_only() vs. the GNU version:Todd C. Miller
2002-12-06Replace license with something that's actually free.Nathan Binkert
2002-12-06Direction (in/out) is now optional in filter rules, 'block all' is valid,Daniel Hartmeier
2002-12-06Remove negated address list check again, doesn't work right yet.Daniel Hartmeier
2002-12-06block -> block dropHenning Brauer
2002-12-06let pfctl -v print out "block drop" instead of just "block" in the dropHenning Brauer
2002-12-06Section and tag comparisions should be case-insensitive. PR#3010, Mike Neuman.Hakan Olsson