summaryrefslogtreecommitdiff
path: root/usr.sbin/ipf/ipsend
AgeCommit message (Collapse)Author
2002-09-18use NETBSDSRCDIR as appropriatelukem
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-05-03Update for IP Filter 3.4.1veego
1999-12-12Use the new IP Filter dist layout for.veego
We are now at version 3.3.5.
1999-09-26Need <sys/param.h> for MAXHOSTNAMELEN.kleink
1998-11-22merge ipf 3.2.10mrg
1998-11-22ip filter version 3.2.10mrg
1998-07-12Import IP Filter 3.2.9veego
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
- 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-05-29Resolve conflicts from the import of IPFilter 3.2.7.veego
1998-05-17Resolve conflictsveego
1998-05-17Import IP Filter 3.2.5veego
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
and use smarter creation of the header file.
1998-01-09RCS Id Police.perry
1997-11-24Add ipsend(1), iptest(1), hosts(5), protocols(5), and services(5) to theveego
SEE ALSO section.
1997-11-24s/ipsend(1)/ipsend(5)/veego
1997-11-23Remove the reference to dlpi(7p).veego
1997-11-14merge ip-filter 3.2.1mrg
1997-11-14import ip-filter 3.2.1mrg
1997-11-08Don't prototype ether_aton() here if __NetBSD__.thorpej
1997-11-01Sync with release branch so that it compiles.enami
- include arpa/inet.h in ipsopt.c - declare yyerror() in iplang_l.l
1997-10-30sigh. merge ipfilter 3.2 onto the trunk. merge to the branch was a mistake.mrg
1997-10-30import ip-filter 3.2mrg
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-08Byte-swap the ethernet type field as required. From Dave Huang in PR 4215.mycroft
1997-09-21We no longer need this header file.veego
1997-09-21Resolve conflicts from the merge of ipf 3.2beta5.veego
1997-09-21Import ip-filter 3.2beta5veego
1997-07-06Use the _correct_ version of ip_compat.h. (Why there are two very differentthorpej
files in the IP Filter distribution called "ip_compat.h", please don't even get me started on.)
1997-07-05fix conflicts from importdarrenr
1997-07-05import 3.2beta1 IP Filter sourcesdarrenr
1997-05-28We cannot use the tcpip.h that comes with ipfilter, as the license onthorpej
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-27Resolve conflicts from merge of 3.2a7, take 2.thorpej
1997-05-27ipfilter2netbsd did not produce correct output for last import ofthorpej
3.2a7. Re-import it now that ipfilter2netbsd is fixed.
1997-05-25fix conflictsdarrenr
1997-05-25Import version 3.2alpha7darrenr
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
will be fixed using the new .NOPATH make feature instead.
1997-05-06Use .PATH.c: ...gwr
1997-04-19getopt() returns an int, not a char.thorpej
1997-04-13look for ipf sources in ../ipfmrg
1997-03-29remove unneeded -I diretive from CFLAGSthorpej
1997-03-29- Use IPL_NAME defined in <netinet/ip_fil.h>thorpej
- Make these compile in light of is-newarp
1997-03-29add extra directories to CFLAGS and PATH to pickup all the required .h and .cdarrenr
files for these programs.
1997-01-05initial import of darren reed's ip-filter, version 3.1.2.mrg