summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-12-06Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@Damien Miller
2002-12-06add IEEE Std 1003.1-2001. OK deraadt@Marco S Hyman
2002-12-06Describe the known standards for the St macro.Marco S Hyman
2002-12-06unkown; torh@bogus.netTheo de Raadt
2002-12-06Introduce anchors and named rule sets, allowing to load additional ruleDaniel Hartmeier
2002-12-05typo in error message; Tor HoughtonHenning Brauer
2002-12-05Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (theyJason Wright
2002-12-05Hmm.. I don't think we want the default to be to debug every allocation.Artur Grabowski
2002-12-05update test resultsTodd C. Miller
2002-12-05excercise "-W longopt"Todd C. Miller
2002-12-05Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;"Todd C. Miller
2002-12-05Do not use debug_malloc if it hasn't been initialized.Artur Grabowski
2002-12-05Reorganize this so that getopt_only_only() works correctly.Todd C. Miller
2002-12-05simple regress for getopt_long() and getopt_long_only()Todd C. Miller
2002-12-05make getopt_long and getopt_long_only protos match getopt.hTodd C. Miller
2002-12-05spelling; niels ok.Federico G. Schwindt
2002-12-05127.0.0.1/8 -> 127.0.0.0/8Henning Brauer
2002-12-05fix a small cosmetic problem. if ifa_lookup was called in LOOKUP_NET mode,Henning Brauer
2002-12-05change self test to use pfX.ok as input; ok henning@Markus Friedl
2002-12-05typos; Dries Schellenkens, Thanks!Henning Brauer