summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-11-02%i -> %d, matches the style of existing code, from millert@Daniel Hartmeier
2002-11-02printf int with %i, not %u. from pilot@monkey.org.Daniel Hartmeier
2002-10-30simplifyHenning Brauer
2002-10-30fix interface expansion. since the reversed list expansion code wasHenning Brauer
2002-10-29introduceHenning Brauer
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-27remove the "flags X" syntax.Henning Brauer
2002-10-26use poll(2). sync w/kameJun-ichiro itojun Hagino
2002-10-25- more sa_family_tCamiel Dobbelaar
2002-10-25use poll(2). sync w/kame (originally from netbsd)Jun-ichiro itojun Hagino
2002-10-25be picky about arg parsing (-b). sync w/kameJun-ichiro itojun Hagino
2002-10-22%ul -> %luMike Pechkin
2002-10-22More conversion of "int af" and "u_int8_t af" declarations and functionRyan Thomas McBride
2002-10-22Rename ipmask to set_ipmask and add some functionality: the netmaskCamiel Dobbelaar
2002-10-18correct prefixlen handling (-prefixlen 32 will make it a host route)Jun-ichiro itojun Hagino
2002-10-17Make prefixlen check to make sure its argument is present before deref; mille...Jason Wright
2002-10-17sync usage().Brad Smith
2002-10-17These checks are also made in nat_consistent() and rdr_consistent().Ryan Thomas McBride
2002-10-17- accept all protocols that are specified by number if they are inCamiel Dobbelaar
2002-10-17Style nits and missing free(), from david@phobia.msDaniel Hartmeier
2002-10-16Check parameters range. Alexander Yurchenko <grange@rt.mipt.ru>Grigoriy Orlov
2002-10-16Fix and improve binat mask comparison.Mike Pechkin
2002-10-15option, not options; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-10-14Allow one to specify a netblock in a binat rule:Henning Brauer
2002-10-11Add a letoh16() since card ids in WI_CARD_IDS are not guaranteedTodd C. Miller
2002-10-11When a macro cannot be expanded because it is not defined, say so. Also warnCamiel Dobbelaar
2002-10-11In lgetc(), compress strings of whitespace to a single space. This makesCamiel Dobbelaar
2002-10-10Style nits. Use STDERR_FILENO, not just 2. Also use parens withTodd C. Miller
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-10-08 remove <0 checks on unsigned numbers.Vincent Labrecque
2002-10-07-Wsign-compare cleanDaniel Hartmeier
2002-10-07Two cases of const-correctness and make one global local.Daniel Hartmeier
2002-10-07set block-policy [drop|return]Henning Brauer
2002-10-07support a generic returnHenning Brauer
2002-10-07make return-icmp work for rules covering both v4 and v6Henning Brauer
2002-10-07use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or notHenning Brauer
2002-10-07Add 'reply-to' to filter rules, similar to route-to, but applying toDaniel Hartmeier
2002-10-06Move CHECK_ROOT into LOOP_THROUGH, gets rid of one macro and savesDaniel Hartmeier
2002-10-05Expand {} lists from left to right, so 'pass in from { a, b } to any'Daniel Hartmeier
2002-10-05Allow filtering based on IP header's tos field.Daniel Hartmeier
2002-09-29much prettier; wgriffin@jtan.comTheo de Raadt
2002-09-22little KNF: return(something) -> return (something)Henning Brauer
2002-09-22fix linenumber counting in findeol, and simplify by ignoring the \ case,Henning Brauer
2002-09-22antispoof, take 2.Henning Brauer
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-17easier "self" implementation.Henning Brauer
2002-09-15set a netmask in the dynaddr caseHenning Brauer
2002-09-14oooooooopsieHenning Brauer
2002-09-14bit more clue in rdr/nat rules wrt address family examinationHenning Brauer
2002-09-14Document -R default (10000); ok deraadtPeter Valchev