aboutsummaryrefslogtreecommitdiff
path: root/sbin/ip6fw
Commit message (Collapse)AuthorAgeFilesLines
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* Check if a host argument is a IPv6 presentation format address beforeCrist J. Clark2002-08-251-6/+6
| | | | | | | | | | going to gethostbyname2(3). PR: bin/31632 MFC after: 3 days Notes: svn path=/head/; revision=102400
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
| | | | Notes: svn path=/head/; revision=102231
* The .Nm utilityPhilippe Charnier2002-07-061-1/+2
| | | | Notes: svn path=/head/; revision=99501
* Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).Jun Kuriyama2002-05-301-4/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=97552
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-192-1/+61
| | | | | | | | | | (based on freebsd4-snap-20020128) Reviewed by: ume MFC after: 1 week Notes: svn path=/head/; revision=95023
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
| | | | | | | | | | | time_to_xxx() and xxx_to_time() functions. e.g. _time_to_xxx() instead of time_to_xxx(), to make it more obvious that these are stopgap functions & placemarkers and not meant to create a defacto standard. They will eventually be replaced when a real standard comes out of committee. Notes: svn path=/head/; revision=89572
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Properly convert long to time_tMatthew Dillon2001-10-281-1/+2
| | | | Notes: svn path=/head/; revision=85637
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79530
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
| | | | Notes: svn path=/head/; revision=79454
* Merge from ipfw.8 (1.57).Jun Kuriyama2001-06-241-5/+9
| | | | | | | | | o Sync with netinet6/ip6_fw.c (1.12). MFC after: 10 days Notes: svn path=/head/; revision=78736
* Update comment to match ipfw/ipfw.c,v 1.95.Ruslan Ermilov2001-04-131-3/+2
| | | | Notes: svn path=/head/; revision=75459
* Match ip6fw's command line options to those of ipfw (specifically, addedGregory Neil Shapiro2001-04-132-21/+176
| | | | | | | | | | | | | the ability to use a preprocessor, use the -q (quiet) flag when reading from a file). The source used is from ipfw. Clean up exit codes while I am here. KAME has been informed and plans on integrating these patches into their own source as well. Notes: svn path=/head/; revision=75454
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* Correct typo in usage.Hajimu UMEMOTO2001-03-181-1/+1
| | | | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie> Notes: svn path=/head/; revision=74425
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-6/+6
| | | | Notes: svn path=/head/; revision=71895
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.Kris Kennaway2001-01-231-2/+2
| | | | | | | This is untested, but believed to work. Notes: svn path=/head/; revision=71450
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).Hajimu UMEMOTO2001-01-221-3/+3
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=71389
* Room to hold rules should be dynamically allocated.Hajimu UMEMOTO2001-01-201-10/+18
| | | | | | | PR: kern/24248 Notes: svn path=/head/; revision=71306
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-8/+8
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+2
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
| | | | Notes: svn path=/head/; revision=68960
* mdoc(7) style fixes and cleanupAlexey Zelkin2000-05-041-35/+39
| | | | Notes: svn path=/head/; revision=59971
* Fix path to ip6fwAlexey Zelkin2000-05-041-1/+1
| | | | Notes: svn path=/head/; revision=59970
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-9/+18
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* Repair incorrect ``first appeared in'' reference, which originally statedChris Costello2000-02-091-1/+1
| | | | | | | | that we supported an IPv6 firewall since version 2.0. It now correctly says `4.0'. Notes: svn path=/head/; revision=57091
* Add ip6fw.Yoshinobu Inoue2000-01-294-0/+1802
Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project Notes: svn path=/head/; revision=56815