Age | Commit message (Expand) | Author |
2003-07-25 | add sha2 | Markus Friedl |
2003-07-25 | add sha2 support; ok ho@ | Markus Friedl |
2003-07-25 | packet loss count in floating point (double). Wouter Clarie | Jun-ichiro itojun Hagino |
2003-07-24 | conform to RFC2367 on SADB_xx naming (local name must be prefixed with | Jun-ichiro itojun Hagino |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-07-24 | make packet loss double and print using %.1lf; based on diff from jeffi@rcn.com | Theo de Raadt |
2003-07-24 | pull header from here | Theo de Raadt |
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt |
2003-07-21 | KNF | Henning Brauer |
2003-07-21 | ld needs -Z flag since W^X. from marius erikson in pr3360. ok drahn@ | Ted Unangst |
2003-07-19 | Simplify struct pf_pooladdr to include struct pf_addr_wrap directly | Cedric Berger |
2003-07-18 | Simplify handling of flags (-R, -N...). Remove PFCTL_FLAG_ALL. | Cedric Berger |
2003-07-16 | new default frag/block sizes. | Ted Unangst |
2003-07-16 | remove default limit of 16 cylinders per group. it's now set to | Ted Unangst |
2003-07-15 | Repair memory managment in table parsing code. | Cedric Berger |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre |
2003-07-14 | tpo | Daniel Hartmeier |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger |
2003-07-10 | vlan tag is 12-bits, not 16-bits | Anil Madhavapeddy |
2003-07-10 | Properly determine the capacity for LBA48 drives and also remove | Alexander Yurchenko |
2003-07-10 | Fix merging of host lists. | Cedric Berger |
2003-07-10 | add missing includes | David Krause |
2003-07-09 | - remove some .Ss's that worked around the old blank line bug | Jason McIntyre |
2003-07-08 | - fix some lists/displays | Jason McIntyre |
2003-07-07 | I never committed the fix for PR 3296, "Dump prints negative numbers for time" | Todd C. Miller |
2003-07-07 | Repair last commit, the NUL termination of locname is required | Todd C. Miller |
2003-07-06 | error out instead of silently truncating command-line arguments if they | Anil Madhavapeddy |
2003-07-06 | protos | Theo de Raadt |
2003-07-06 | knf (cedric did not do it right) | Theo de Raadt |
2003-07-06 | error out on hostspec overflow with a "hostname too long" instead of silently | Anil Madhavapeddy |
2003-07-06 | convert strn{cpy,cat}->strl{cpy,cat} in directory processing | Anil Madhavapeddy |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-04 | KNF | Henning Brauer |
2003-07-04 | allow for a "pass" modifier on translation rules: | Henning Brauer |
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst |
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-07-03 | add documentation from mount(8) that "special" device must correspond | Jason McIntyre |
2003-07-03 | strncpy->strlcpy | Anil Madhavapeddy |
2003-07-02 | convert strncat -> strlcat | Anil Madhavapeddy |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-01 | - add info from disklabel(8) documenting default label; suggested by millert@ | Jason McIntyre |
2003-06-30 | Buffer management functions. | Cedric Berger |
2003-06-29 | Replace assert(3) calls with warnx(3), if the warning is relevant at all. | Daniel Hartmeier |
2003-06-29 | tweak; | Jason McIntyre |
2003-06-28 | No need to include the same header twice. | Cedric Berger |
2003-06-28 | new sysctl, ddb.log | Ted Unangst |
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-27 | add an example for tagging | Henning Brauer |