Age | Commit message (Expand) | Author |
2002-11-23 | -I${.CURDIR} makes no sense now that we don't look at the tables/ directory. | Miod Vallat |
2002-11-23 | Now that wskbd layouts for sparc are done, I don't need to keep these files | Miod Vallat |
2002-11-23 | sigh | Theo de Raadt |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | better error checking in expand_queue | Henning Brauer |
2002-11-23 | easier | Henning Brauer |
2002-11-23 | Daniel's diff to untangle my mess with ifa_pick_ips like so: | Ryan Thomas McBride |
2002-11-23 | better error checking, round 1 | Henning Brauer |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz> | Henning Brauer |
2002-11-23 | Cosmetic fixes for print_*() functions, so they match the old regress | Daniel Hartmeier |
2002-11-23 | fix parens "(" ")" when printing | Ryan Thomas McBride |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | $$->ifname is NULL, leave it NULL, don't $$->ifname[0] = 0; | Daniel Hartmeier |
2002-11-23 | Fix brokenness in parse.y, clean up: | Ryan Thomas McBride |
2002-11-23 | Missing {} | Daniel Hartmeier |
2002-11-23 | check to make sure a list item exists before checking to see if the next | Ryan Thomas McBride |
2002-11-23 | don't try to do ioctl with pfctl -n | Ryan Thomas McBride |
2002-11-23 | missing prototype, remember to use sa_family_t for af | Ryan Thomas McBride |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-22 | print altq and queue lines in the pfctl -v case including the child queue | Henning Brauer |
2002-11-22 | kill dead code | Henning Brauer |
2002-11-22 | dsetination -> destination; from Yasholomew Yashinski. | Federico G. Schwindt |
2002-11-21 | Add 'rawkey' to FEATURES. | Hakan Olsson |
2002-11-21 | -Wshadow nits. | Hakan Olsson |
2002-11-21 | hmac_init and prf_alloc should use unsigned lengths. Problem pointed out by P... | Hakan Olsson |
2002-11-20 | wow, a format string bug in a Makefile. Not surprised we missed this | Theo de Raadt |
2002-11-20 | document the relevant queue options | Philipp Buehler |
2002-11-19 | minor cosmetics, space after "label %s", in case both label and queue are | Daniel Hartmeier |
2002-11-19 | only take cbq opts from schedtype if type=CBQ | Henning Brauer |
2002-11-19 | pfctl -sq prettier | Henning Brauer |
2002-11-19 | altq ifspec is always level 0 | Henning Brauer |
2002-11-19 | altq interface spec should be printed as altq interface spec, not queue | Henning Brauer |
2002-11-19 | repair queuespec syntax glitch, theo agrees | Henning Brauer |
2002-11-19 | default priority is 1, not 0 | Henning Brauer |
2002-11-19 | - match 'Gb' case-sensitively | Camiel Dobbelaar |
2002-11-19 | icmp-type was off by one, ok henning@ | Peter Stromberg |
2002-11-18 | no; do not use }; | Theo de Raadt |
2002-11-18 | more using strl* return values instead of strlen calls | Henning Brauer |
2002-11-18 | easier "queue name too long" detection; from theo | Henning Brauer |
2002-11-18 | support Gb in print; henning ok | Theo de Raadt |
2002-11-18 | KNF | Theo de Raadt |
2002-11-18 | KNF | Theo de Raadt |
2002-11-18 | altq and pf merged | Henning Brauer |
2002-11-18 | fix a typo and earn a minor style point; Michael Knudsen | Todd C. Miller |
2002-11-15 | Missing "Configuration" tag in a Phase-1 peer was not handled correctly, | Hakan Olsson |
2002-11-14 | Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848. | Hakan Olsson |
2002-11-14 | Better whitespace/newline handling, this should make broken lines and | Hakan Olsson |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-11-14 | correct IPv6 setsockopt for ipsec operation. angelos ok | Jun-ichiro itojun Hagino |