summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-11-19default priority is 1, not 0Henning Brauer
2002-11-19- match 'Gb' case-sensitivelyCamiel Dobbelaar
2002-11-19icmp-type was off by one, ok henning@Peter Stromberg
2002-11-18no; do not use };Theo de Raadt
2002-11-18more using strl* return values instead of strlen callsHenning Brauer
2002-11-18easier "queue name too long" detection; from theoHenning Brauer
2002-11-18support Gb in print; henning okTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18altq and pf mergedHenning Brauer
2002-11-18fix a typo and earn a minor style point; Michael KnudsenTodd C. Miller
2002-11-15Missing "Configuration" tag in a Phase-1 peer was not handled correctly,Hakan Olsson
2002-11-14Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848.Hakan Olsson
2002-11-14Better whitespace/newline handling, this should make broken lines andHakan Olsson
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-14correct IPv6 setsockopt for ipsec operation. angelos okJun-ichiro itojun Hagino
2002-11-13as scrub rules end up in a struct pf_rule just call expand_rule instead ofHenning Brauer
2002-11-13Add label macro $if, as we support {} list expansion for interfaces now.Daniel Hartmeier
2002-11-13Initialize tail pointer to node, found by fries@Daniel Hartmeier
2002-11-10fix SEE ALSO; ho ok.Federico G. Schwindt
2002-11-09remove references to unexistent manpages; miod ok.Federico G. Schwindt
2002-11-09more SEE ALSO fixes.Federico G. Schwindt
2002-11-09second round to SEE ALSO fixes.Federico G. Schwindt
2002-11-09SEE ALSO reordering and corrections.Federico G. Schwindt
2002-11-08a missing next kbd typeMichael Shalayeff
2002-11-08init buf to NULL just in case...Henning Brauer
2002-11-08I missed a 'return' statement. Also spotted by Aref Taidi. Thanks.Hakan Olsson
2002-11-07move the ifa_exists block a bit up in host()Henning Brauer
2002-11-06More careful will alloc/free. Spotted by Aref Taidi.Hakan Olsson
2002-11-06- make -u identical with "-o update". The same for -f,-r,-w.Grigoriy Orlov
2002-11-04welcome to CIDR world, pfctl!Henning Brauer
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