mycroft
18d04fc573
Fix minor formatting error.
1999-03-06 22:50:14 +00:00
lukem
61fbe967cf
fix make MKSHARE=no by not protecting MAN=... with MKSHARE != no.
...
(noted by mjl@netbsd.org )
1999-02-14 00:46:35 +00:00
lukem
dcab0210a0
convert from NOxxx= to MKxxx=no.
...
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
cjs
e6427037cb
Add descriptions of fields in the ipmon output. I considered converting
...
this to mandoc and didn't, but that's not to say we should or shouldn't.
1999-01-29 00:47:55 +00:00
garbled
04739cc2af
Back out previous removal of BUGS section.
1999-01-13 19:17:14 +00:00
garbled
1c8910db02
Inform users of the kernel options necc. to run these programs, and
...
point them to options(4) for more details. Also point out that ipf
is necc. for ipnat to function. Oh, and convert ipnat.8 to mandoc
while I was in here... was easier to convert it then rewrite my stuff
after I noticed..
Closes PR# 4813 by Jeff Thieleke
1999-01-12 18:41:07 +00:00
garbled
1afdca9280
Remove bugs section and blackhole email address per PR# 5247.
1999-01-12 06:53:09 +00:00
thorpej
e8153d28ba
Even though they're u_quad_t's, GCC expects unsigned long long if using
...
%qu, and u_quad_t's are unsigned longs on LP64 platforms. So, cast them.
1998-11-29 23:51:44 +00:00
mrg
78db9d7d95
merge ipf 3.2.10
1998-11-22 15:17:18 +00:00
mrg
5af5d89cf3
ip filter version 3.2.10
1998-11-22 14:21:44 +00:00
ws
e07c836847
Bail out instead of core-dumping if we don't understand the port range operator.
1998-10-30 15:42:57 +00:00
lukem
67fe57924e
don't install in /usr/share if NOSHARE is defined
1998-09-29 06:59:53 +00:00
lukem
9dee5d2b46
don't install in /usr/share if NOSHARE is defined
1998-09-27 17:22:03 +00:00
ross
5b1f2d4c8c
Add {} pairs to shut up egcs.
1998-08-27 18:03:42 +00:00
frueauf
6711f91976
Fix typo, closes pr 5753 by Mason Loring Bliss.
1998-07-14 21:19:08 +00:00
veego
dd81fd7d91
Resolve conflict from the import.
1998-07-12 15:01:49 +00:00
veego
2e7d01894c
Import IP Filter 3.2.9
1998-07-12 14:48:00 +00:00
veego
1fdca009c8
ups, forgot to remove the #'s.
1998-07-12 14:45:10 +00:00
veego
8b98bfa257
Fix the 'RCS tag' conversion.
1998-07-12 14:39:11 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
veego
7176ddee62
Ups, again put the NetBSD rcs id into this files.
1998-05-29 21:01:45 +00:00
veego
42364dd3bb
Remove 14 and the hole results directory during a make clean.
1998-05-29 20:59:43 +00:00
veego
e8450f8d3b
A little better support to make it work in an NetBSD tree.
1998-05-29 20:57:10 +00:00
veego
8ed932e111
Fix a printf compiler warning.
1998-05-29 20:52:04 +00:00
veego
1e27ada63f
Fix a compiler warning for the handlehup argument.
1998-05-29 20:50:55 +00:00
veego
1198b69377
Resolve conflicts from the import of IPFilter 3.2.7.
1998-05-29 20:46:45 +00:00
veego
5f1fcd9bd8
Import IP Filter 3.2.7
1998-05-29 20:14:16 +00:00
veego
0d6591bf7b
Partly apply the patch from bin/5466. One fix was allready imported during
...
the last ipf import.
1998-05-20 19:21:19 +00:00
veego
255d05844a
Fix some warnings introduced in the new version:
...
- unused label finishbuf
- missing protoype for logopts
- unused function handlehup
1998-05-17 17:16:32 +00:00
veego
82423e3d01
Resolve conflicts
1998-05-17 16:50:15 +00:00
veego
d7c5c548fb
Import IP Filter 3.2.5
1998-05-17 16:29:42 +00:00
veego
8e900f5ee8
Fix mkdir lossage from rev 1.22 and change two Makefiles to match the one
...
in tree.
1998-05-17 16:05:39 +00:00
tv
482063559a
.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
...
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
cgd
0c1dd0740a
update for ipf/Makefile LDSTATIC changes
1998-03-03 19:24:27 +00:00
cgd
5de00677ba
fix the "Back out the ipnat static change." commit (rev 1.18). Bernd
...
accidentally clobbered ipf's LDSTATIC/BINDIR defn's, instead of ipnat's.
(Noticed when he reminded me to update the script for my ipf LDSTATIC
changes.)
1998-03-03 19:23:16 +00:00
thorpej
a14f3dad40
Fix printf formats on Alpha: cast quads to long long for printing w/
...
%qd.
1998-03-03 07:35:50 +00:00
cgd
8aaf609a0a
allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf
1998-03-02 19:42:25 +00:00
mikel
e134619946
must track changes to src/sys/lkm/netinet/if_ipl/Makefile here
1998-02-06 06:44:47 +00:00
christos
c27c461ff9
Use strftime.
1998-02-04 15:27:28 +00:00
veego
48b59e11c5
Back out the ipnat static change.
1998-01-24 19:15:04 +00:00
veego
ccd79b8dca
Update for the static ipnat programm.
1998-01-23 22:34:12 +00:00
veego
a0f14625a7
Build ipnat statically and install it into /sbin. Fix pr4879.
1998-01-23 22:32:08 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00
veego
65e263edc6
You can't use %\ns in a fprintf.
1997-12-21 13:35:34 +00:00
darrenr
19ab75620c
add missing \n's for fprintf
1997-12-21 12:53:01 +00:00
christos
16c7b8eb7e
PR/4569: Phil Nelson: inconsistent documentation / examples.
1997-12-20 20:36:04 +00:00
christos
24ef784453
PR/4383: Martin Husemann: ipnat fails to mention file name on open errors
1997-12-20 20:29:12 +00:00
christos
5e54e11fbe
PR/3830: Enami Tsugutomo: ipnat -l prints netmask in dot-notation even if
...
contiguous.
1997-12-20 20:18:47 +00:00
christos
96b7728cb2
PR/3576: Enami Tsugutomo: getline overruns and bugs
1997-12-20 20:07:47 +00:00
veego
e7c9edc89c
- New FILES section for /dev/ipauth, /dev/ipl and /dev/ipstate
...
- Add ipl(4), ipmon(8) and ipnat(8) to the SEE ALSO section
1997-11-24 14:39:27 +00:00