thorpej
153eb09cc6
Avoid type-size problems converting a pointer (in kernel memory) to
...
an off_t passed to lseek() (used for reading kernel memory).
1997-05-28 03:08:40 +00:00
thorpej
643e2915e1
Add a comment about why we don't copy ipfilter's tcpip.h.
1997-05-28 03:05:55 +00:00
thorpej
30c04b997f
We cannot use the tcpip.h that comes with ipfilter, as the license on
...
that file does not allow redistribution; use the version in <netinet/tcpip.h>
instead. FIXME WHEN A NEW tcpip.h IS INCLUDED WITH IPFILTER!
1997-05-28 03:04:44 +00:00
thorpej
c4aac2cbce
Resolve conflicts from merge of 3.2a7, take 2.
1997-05-27 22:51:36 +00:00
thorpej
57d41e13fb
Resolve conflicts from merge of 3.2a7, take 2.
1997-05-27 22:34:05 +00:00
thorpej
f265273d8b
Correct several mistakes:
...
- Don't make copies of ip_frag.c, ip_state.c, and ip_nat.c for ipftest.
These should be .PATH'd in from sys/netinet.
- Get paths to ipmon and ipnat correct when we copy the manual pages.
- ipsend/ipresend/iptest actually live in the "ipsend" subdirectory
of the ipfilter distribution. Take this into account when copying
the sources.
- Add ip_proxy.h to the list of #include directives that we fixup.
- ipsend.h needs to include a copy of ip_compat.h that is private
to ipsend/ipresend/iptest. Perform a fixup on that file to take
that into account.
- Clean up any CVS residue from the conversion process.
- Update Makefile output to reflect new .PATH directives, etc.
1997-05-27 22:24:25 +00:00
thorpej
a920c55e26
ipfilter2netbsd did not produce correct output for last import of
...
3.2a7. Re-import it now that ipfilter2netbsd is fixed.
1997-05-27 22:16:47 +00:00
thorpej
772cb9b986
Don't make separate copies of these files; .PATH them in from sys/netinet.
1997-05-27 22:01:47 +00:00
mrg
a307477d27
strip dollar signs from incoming RCSids
1997-05-27 07:16:24 +00:00
darrenr
24ca7d0e94
fix rcsid conflicts
1997-05-26 15:16:38 +00:00
darrenr
87427f3d2e
fix conflicts
1997-05-25 12:04:53 +00:00
darrenr
2cae843bdc
Import version 3.2alpha7
1997-05-25 11:45:50 +00:00
gwr
10e180cc49
Back out the .PATH.c changes. The .depend problem (and others)
...
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
mrg
78c51899a9
use ${.CURDIR} correctly. from enami tsugutomo in pr#3582
1997-05-07 13:20:40 +00:00
gwr
012e528f2e
Use .PATH.c: ...
1997-05-06 20:44:56 +00:00
mrg
a3ca95f80d
move ipfilter2netbsd, and remove extra copies of opt.c that got added.
1997-05-04 15:10:36 +00:00
veego
8071a0d69a
Remove a .
1997-05-04 09:52:49 +00:00
thorpej
e612682b6c
getopt() returns an int, not a char.
1997-04-19 06:27:03 +00:00
thorpej
95a1173e37
icmpcode() returns an int, and, more importantly, -1 on failure. So,
...
make this work on systems with unsigned chars by placing the return
value of icmpcode() in a temporary variable, checking for failure, and
then only setting fil.fr_icode (a char) upon success.
1997-04-19 06:25:10 +00:00
veego
b97a9a425b
ipf is build with -static and installed in /sbin
1997-04-13 18:42:20 +00:00
veego
5386901ec4
build it static.
1997-04-13 18:31:07 +00:00
mrg
f1467295f1
look for ipf sources in ../ipf
1997-04-13 14:49:38 +00:00
mrg
c4f6f69f43
install this in /sbin still.
1997-04-13 02:06:04 +00:00
mrg
d459462a6c
ipf is now here.
1997-04-12 23:57:37 +00:00
mrg
bf62e97c3b
ipf goes into src/usr.sbin/ipf/ipf now.
1997-04-12 23:51:04 +00:00
cgd
ecaada7dec
fix up various bogons (bogus casts, missing prototypes for functions
...
which return pointers, incorrect types for variables) that kept this from
compiling on the Alpha.
1997-04-04 01:52:45 +00:00
thorpej
c18ae5ec1d
Bring this in touch with reality.
1997-03-29 20:28:17 +00:00
thorpej
9620a4f12a
remove unneeded -I directive from CFLAGS
1997-03-29 20:23:31 +00:00
thorpej
7d74a4ae8d
remove unneeded -I diretive from CFLAGS
1997-03-29 20:19:48 +00:00
thorpej
2acf8851b4
remove unneeded -I directive from CFLAGS
1997-03-29 20:07:26 +00:00
thorpej
6acb22838b
Remove unneeded -I directive from CFLAGS.
1997-03-29 20:00:36 +00:00
thorpej
2e11c06394
- Use IPL_NAME defined in <netinet/ip_fil.h>
...
- Make these compile in light of is-newarp
1997-03-29 19:49:02 +00:00
darrenr
fa592ade6f
fixup changes from import
1997-03-29 04:31:10 +00:00
darrenr
e7fbefddb2
add extra ipfilter programs
1997-03-29 04:30:30 +00:00
darrenr
4632a3d666
add extra directories to CFLAGS and PATH to pickup all the required .h and .c
...
files for these programs.
1997-03-29 04:28:28 +00:00
darrenr
e8fb8bd3a9
Properly import usr.sbin/ipf updates
1997-03-29 02:49:40 +00:00
thorpej
91d0b1474b
Resolve conflicts from import of 3.2alpha2.
1997-03-28 21:54:38 +00:00
darrenr
fe3bc025d0
Bring in entire 3.2alpha2 source tree
1997-03-27 15:13:58 +00:00
mrg
1cf9e54f49
link ipl.4 to ipfilter.4
1997-02-18 21:28:53 +00:00
mrg
cda4cfcedd
note that ipfilter also includes PFIL_HOOKS.
1997-02-18 21:28:19 +00:00
veego
8a514d0afa
Remove the last change. fil.fr_icode ist char and NOT unsigned char.
...
Fix pr#3169
1997-01-31 10:10:11 +00:00
mark
ab4940de30
Cast -1 to an unsigned char for the test with fil.fr_icode as the fr_icode
...
field is declared as an unsigned char.
1997-01-29 18:39:47 +00:00
mark
3d14bc1b12
Use an integer rather than a char for the getopt() return value in order
...
to make it work with architectures that use unsigned chars.
1997-01-29 01:49:25 +00:00
mark
2ab96deb9a
Use an integer rather than a char for the getopt() return value in main()
...
in order to make it work with architectures that use unsigned chars.
1997-01-29 01:29:09 +00:00
mycroft
af2068bc6a
Use ${.CURDIR} to find Makefile.inc.
1997-01-20 07:33:57 +00:00
cgd
7bd18db5e6
pointer cast fixups for 64-bit cleanliness
1997-01-14 06:47:10 +00:00
cgd
bf31af7965
pointer cast/printf fixups for 64-bit cleanliness
1997-01-14 06:45:01 +00:00
mrg
eafab1cbd3
ipl -> ipfilter
1997-01-07 11:32:24 +00:00
veego
a3a8d0aba7
Add includes for 'struct tcpiphdr'.
...
Add $NetBSD$ id and restore the orginal Id.
1997-01-05 16:42:41 +00:00
mrg
3460d5fc46
update this for "pseudo-device ipl"
1997-01-05 14:53:55 +00:00