summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
First match wins, just like "no {binat,nat,rdr}". henning@, dhartmei@ ok
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-21print route labels in monitor mode. ok henningJared Yanovich
2004-09-20compile cleanly with -Wsign-compareHans-Joerg Hoexer
ok ho
2004-09-20Remove __func__Hans-Joerg Hoexer
ok ho deraadt
2004-09-18remove unused var, and then fix the code to watch for waitpid() errorsTheo de Raadt
ok otto millert
2004-09-18some delinting; ok ottoTheo de Raadt
2004-09-17avoid signal race.Hans-Joerg Hoexer
ok ho@ otto@
2004-09-17Missing #ifdefs.Hakan Olsson
2004-09-17#include <stdlib.h> for srandom().Hakan Olsson
2004-09-17Permit next payload type NAT-OA. Noted by Kamel Messaoudi.Hakan Olsson
2004-09-17ugly spacingTheo de Raadt
2004-09-16shrink the code in the -DNOKVM caseTheo de Raadt
2004-09-16prettier simple code; mcbride okTheo de Raadt
2004-09-16remove unused variablesTheo de Raadt
2004-09-15unused functionsTheo de Raadt
2004-09-15lint demands little cleanupsTheo de Raadt
2004-09-15use ftello() instead of ftell() where betterTheo de Raadt
2004-09-15spelling from jon olsson;Jason McIntyre
2004-09-15make examples match format specified in man page;Jason McIntyre
from arto selonen (netbsd pr #26891);
2004-09-15ARGSUSED, remove unused, ...Theo de Raadt
2004-09-15variable set but not usedTheo de Raadt
2004-09-15removed unused; avoid aliasing to libc functionsTheo de Raadt
2004-09-15no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-15print attr cache parameters in verbose mode. ok pedro@ millert@Otto Moerbeek
2004-09-15Restore correct noac option parsing.Miod Vallat
ok otto@
2004-09-14df is a flag, not some u_char thing with -1 value; millert okTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14do not alias over libc ttyname(3)Theo de Raadt
2004-09-10Bail out on errors when making very small filesystems. ok deraadt@Otto Moerbeek
2004-09-08routed assumes it alone controls the routing table and tinkers withHenning Brauer
routes it is not supposed to touch trying to aggregate them, which has unwanted effects when other routing daemons (bgpd) are running. note that bgpd behaves and only touches its own routes. workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its routes. from a discussion with Arvid Grotting <arvidg@netfonds.no>, who tested a diff of same functionality (basically only formatting and comment different). ok deraadt
2004-09-07make -netmask work again; ok henning, mcbride, deraadtMarkus Friedl
2004-08-30Avoid spinning if the server gives us a bogus zero lease time, byOtto Moerbeek
enforcing a minimum lease time of 60s. ok deraadt@ henning@
2004-08-26sync usage for -aJared Yanovich
reminded by jmc, ok deraadt
2004-08-26update w.r.t. recursive anchorsJared Yanovich
includes: - simplify -a syntax - change an anchor example to mention authpf, which is more useful - document "pfctl -a anchor -vsA" for showing anchors recursively ok dhartmei jmc henning
2004-08-25add -E to usage(); from weissmanndudeMichael Shalayeff
2004-08-24revert r1.16, dhclient has to work without a config file at least on theHenning Brauer
install media, theo ok
2004-08-24spelling corrections; ok jmc@David Krause
2004-08-23We need to set sa->initiator before checking if the newly created SAHakan Olsson
replaces an old one, or the id_i/id_r check will mismatch. Previous behaviour was mostly harmless, but wasted some resources (until normal SA expiration). hshoexer@ "haven't tried, but think it's ok"
2004-08-23Default enable DPD (Dead Peer Detection) support. hshoexer@ okHakan Olsson
2004-08-23Indent nit.Hakan Olsson
2004-08-22mention where more can be learned about ifgroupsJared Yanovich
prodded by jmc, idea from Michael Knudsen
2004-08-20check for the tid arg; from netbsdMichael Shalayeff
2004-08-20Unbreak processing of options when given a command line with multipleOtto Moerbeek
-o options. All of them are relevant, not only the last one. ok miod@ claudio@ marius@
2004-08-19- sort options and sync usage()Jason McIntyre
- a few other tweaks ok mickey@
2004-08-19document -QZ options; pt out by david hillMichael Shalayeff
2004-08-17missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit ↵Michael Shalayeff
<moritz@jodeit.org>