summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-25Rename the rest of the structs to be consistent.Artur Grabowski
2001-06-25unsmoke drugs.Artur Grabowski
2001-06-25fix -> cksum_fixupArtur Grabowski
2001-06-25No c++ comments.Artur Grabowski
2001-06-25catch up to Art changes in the kernelTheo de Raadt
2001-06-25Even more global variables with too common names.Artur Grabowski
2001-06-25More renaming.Artur Grabowski
2001-06-25Avoid common names. Needs more work.Artur Grabowski
2001-06-25just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001Michael Shalayeff
2001-06-25rename tree_node -> pf_tree_nodeArtur Grabowski
2001-06-25Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:Theo de Raadt
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this.
2001-06-25moreArtur Grabowski
2001-06-25no point using a char here.Artur Grabowski
2001-06-25update copyright for 2001Markus Friedl
2001-06-25had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵Theo de Raadt
also use writev to increase atomicity
2001-06-25Build without IPSEC.Artur Grabowski
2001-06-25Fix dhclient build.Artur Grabowski
2001-06-25Remove old workaround. probably not needed anymore.Artur Grabowski
2001-06-25Mention M_COPY_HDR/M_COPY_PKTHDR vs. M_DUP_HDR/M_DUP_PKTHDR wrt. tagsAngelos D. Keromytis
2001-06-25Better wording.Angelos D. Keromytis
2001-06-25Detect loops, itojun@ okAngelos D. Keromytis
2001-06-25IF_DROP()Angelos D. Keromytis
2001-06-25Use tags to detect loops. In the future, perhaps we'll use them toAngelos D. Keromytis
actually also send the packet out the right interface.
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25PENDING_TDB tag handling (same as ip_output)Angelos D. Keromytis
2001-06-25Check the length of the tag (diagnostic)Angelos D. Keromytis
2001-06-25Apply pending TDBs (as indicated by tags). This will be used to handleAngelos D. Keromytis
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet.
2001-06-25Alpha order for SEE ALSO references.Angelos D. Keromytis
2001-06-25sync usage message with reality, alphabetize option order; ok pjanzenPeter Valchev
2001-06-25The need to to statically link this on alpha seemed to beArtur Grabowski
some kind of transient problem.
2001-06-25IPsec->ipsec for .Xr (mpech@prosoft.org.lv)Angelos D. Keromytis
2001-06-25fix copyright, for what it is worthKjell Wooding
2001-06-25Update.Angelos D. Keromytis
2001-06-25Rename checksum tag.Angelos D. Keromytis
2001-06-25Skeleton of a manpage for pf, dhartmei's shiny new packet filter.Kjell Wooding
This is a little sparse yet.
2001-06-25packetfilter -> pf in messagesKjell Wooding
2001-06-25Get rid of some dead code caused by the last commitConstantine Sapuntzakis
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thatHans Insulander
login_krb5 _always_ behave like the other BSD Auth login scripts.
2001-06-25missing space in usage(); ok mickeyPeter Valchev
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-25Copyright update.Angelos D. Keromytis
2001-06-25Copyright.Angelos D. Keromytis
2001-06-25Add mbuf_tags.9Angelos D. Keromytis
2001-06-25Man page for mbuf tags.Angelos D. Keromytis
2001-06-25PACKETFILTER -> NPFKjell Wooding
remove IPF cruft. ok jason
2001-06-25Update copyright; you can use this with or without fee (unless yourAngelos D. Keromytis
name is Theo Deraadt)
2001-06-25Add -v flag to synopsis linePeter Valchev
2001-06-25Replace magic numbers 1, 6, and 17 with IPPROTO_{ICMP,UDP,TCP}. deraadt@ ok.smart
2001-06-25With or without fee.Angelos D. Keromytis
2001-06-25errx -> err if ENOMEMPaul Janzen