aboutsummaryrefslogtreecommitdiff
path: root/sbin/ip6fw/ip6fw.c
Commit message (Expand)AuthorAgeFilesLines
* Make lookup_host function invocation parameter match its prototype.Alexander Kabaev2004-07-291-1/+2
* Make this WARNS=2 clean by:Johan Karlsson2004-03-031-2/+1
* Add a -n option that stops ip6fw making any changes to the rulesDavid Malone2004-02-181-26/+50
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-22/+13
* correct unsafe use of realloc().Hajimu UMEMOTO2003-10-111-5/+5
* No need to define optind as an extern. stdlib.h does that for us.Warner Losh2003-08-071-1/+0
* Make -N option work.Hajimu UMEMOTO2003-03-251-1/+1
* Check if a host argument is a IPv6 presentation format address beforeCrist J. Clark2002-08-251-6/+6
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-0/+31
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
* Properly convert long to time_tMatthew Dillon2001-10-281-1/+2
* Update comment to match ipfw/ipfw.c,v 1.95.Ruslan Ermilov2001-04-131-3/+2
* Match ip6fw's command line options to those of ipfw (specifically, addedGregory Neil Shapiro2001-04-131-17/+127
* Correct typo in usage.Hajimu UMEMOTO2001-03-181-1/+1
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.Kris Kennaway2001-01-231-2/+2
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).Hajimu UMEMOTO2001-01-221-3/+3
* Room to hold rules should be dynamically allocated.Hajimu UMEMOTO2001-01-201-10/+18
* Add ip6fw.Yoshinobu Inoue2000-01-291-0/+1290