Age | Commit message (Expand) | Author |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | now that we use the MTU from the interface instead of assuming 1500 the | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-07 | Treat EPIPE writing to the terminal the same as SIGQUIT from the user. | Todd C. Miller |
2002-12-07 | shadow cleanup | Henning Brauer |
2002-12-07 | Use `hostname` not `hostname -s` in subject for consistency with | Todd C. Miller |
2002-12-07 | kill an unused param to lungetc | Henning Brauer |
2002-12-07 | Add test for fix in revision 1.5 of getopt_long.c | Todd C. Miller |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | Fix pasto in last commit. | Todd C. Miller |
2002-12-07 | For getopt_long_only() we *do* want to match single-character options | Todd C. Miller |
2002-12-07 | get the interface's MTU instead of assuming 1500 | Henning Brauer |
2002-12-07 | match regression test with changes to internal byte order of string based | Ryan Thomas McBride |
2002-12-07 | Convert the hash of a string key to network byte order. Makes regression | Ryan Thomas McBride |
2002-12-07 | typo, henning ok | Anil Madhavapeddy |
2002-12-07 | document ALL the args to TAILQ_FOREACH_REVERSE | Marco S Hyman |
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-12-06 | Set transform from default. PR#3008 | Hakan Olsson |
2002-12-06 | it's -> its where appropriate | Anil Madhavapeddy |
2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. | Todd C. Miller |
2002-12-06 | fix linebreak in example; ok ho@, jason@ | Markus Friedl |
2002-12-06 | style | Henning Brauer |
2002-12-06 | Fix two compatibility issues with our getopt_long_only() vs. the GNU version: | Todd C. Miller |
2002-12-06 | Replace license with something that's actually free. | Nathan Binkert |
2002-12-06 | Direction (in/out) is now optional in filter rules, 'block all' is valid, | Daniel Hartmeier |
2002-12-06 | Remove negated address list check again, doesn't work right yet. | Daniel Hartmeier |
2002-12-06 | block -> block drop | Henning Brauer |
2002-12-06 | let pfctl -v print out "block drop" instead of just "block" in the drop | Henning Brauer |
2002-12-06 | Section and tag comparisions should be case-insensitive. PR#3010, Mike Neuman. | Hakan Olsson |
2002-12-06 | Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ | Damien Miller |
2002-12-06 | add IEEE Std 1003.1-2001. OK deraadt@ | Marco S Hyman |
2002-12-06 | Describe the known standards for the St macro. | Marco S Hyman |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | typo in error message; Tor Houghton | Henning Brauer |
2002-12-05 | Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (they | Jason Wright |
2002-12-05 | Hmm.. I don't think we want the default to be to debug every allocation. | Artur Grabowski |
2002-12-05 | update test results | Todd C. Miller |
2002-12-05 | excercise "-W longopt" | Todd C. Miller |
2002-12-05 | Correctly handle -Wlong_arg (no space between -W and long_arg) when "W;" | Todd C. Miller |
2002-12-05 | Do not use debug_malloc if it hasn't been initialized. | Artur Grabowski |
2002-12-05 | Reorganize this so that getopt_only_only() works correctly. | Todd C. Miller |
2002-12-05 | simple regress for getopt_long() and getopt_long_only() | Todd C. Miller |
2002-12-05 | make getopt_long and getopt_long_only protos match getopt.h | Todd C. Miller |
2002-12-05 | spelling; niels ok. | Federico G. Schwindt |
2002-12-05 | 127.0.0.1/8 -> 127.0.0.0/8 | Henning Brauer |
2002-12-05 | fix a small cosmetic problem. if ifa_lookup was called in LOOKUP_NET mode, | Henning Brauer |
2002-12-05 | change self test to use pfX.ok as input; ok henning@ | Markus Friedl |
2002-12-05 | typos; Dries Schellenkens, Thanks! | Henning Brauer |