Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | Rename the rest of the structs to be consistent. | Artur Grabowski | |
2001-06-25 | unsmoke drugs. | Artur Grabowski | |
2001-06-25 | fix -> cksum_fixup | Artur Grabowski | |
2001-06-25 | No c++ comments. | Artur Grabowski | |
2001-06-25 | catch up to Art changes in the kernel | Theo de Raadt | |
2001-06-25 | Even more global variables with too common names. | Artur Grabowski | |
2001-06-25 | More renaming. | Artur Grabowski | |
2001-06-25 | Avoid common names. Needs more work. | Artur Grabowski | |
2001-06-25 | just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001 | Michael Shalayeff | |
2001-06-25 | rename tree_node -> pf_tree_node | Artur Grabowski | |
2001-06-25 | Pavlin 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-25 | more | Artur Grabowski | |
2001-06-25 | no point using a char here. | Artur Grabowski | |
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-25 | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵ | Theo de Raadt | |
also use writev to increase atomicity | |||
2001-06-25 | Build without IPSEC. | Artur Grabowski | |
2001-06-25 | Fix dhclient build. | Artur Grabowski | |
2001-06-25 | Remove old workaround. probably not needed anymore. | Artur Grabowski | |
2001-06-25 | Mention M_COPY_HDR/M_COPY_PKTHDR vs. M_DUP_HDR/M_DUP_PKTHDR wrt. tags | Angelos D. Keromytis | |
2001-06-25 | Better wording. | Angelos D. Keromytis | |
2001-06-25 | Detect loops, itojun@ ok | Angelos D. Keromytis | |
2001-06-25 | IF_DROP() | Angelos D. Keromytis | |
2001-06-25 | Use tags to detect loops. In the future, perhaps we'll use them to | Angelos D. Keromytis | |
actually also send the packet out the right interface. | |||
2001-06-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff | |
2001-06-25 | PENDING_TDB tag handling (same as ip_output) | Angelos D. Keromytis | |
2001-06-25 | Check the length of the tag (diagnostic) | Angelos D. Keromytis | |
2001-06-25 | Apply pending TDBs (as indicated by tags). This will be used to handle | Angelos D. Keromytis | |
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet. | |||
2001-06-25 | Alpha order for SEE ALSO references. | Angelos D. Keromytis | |
2001-06-25 | sync usage message with reality, alphabetize option order; ok pjanzen | Peter Valchev | |
2001-06-25 | The need to to statically link this on alpha seemed to be | Artur Grabowski | |
some kind of transient problem. | |||
2001-06-25 | IPsec->ipsec for .Xr (mpech@prosoft.org.lv) | Angelos D. Keromytis | |
2001-06-25 | fix copyright, for what it is worth | Kjell Wooding | |
2001-06-25 | Update. | Angelos D. Keromytis | |
2001-06-25 | Rename checksum tag. | Angelos D. Keromytis | |
2001-06-25 | Skeleton of a manpage for pf, dhartmei's shiny new packet filter. | Kjell Wooding | |
This is a little sparse yet. | |||
2001-06-25 | packetfilter -> pf in messages | Kjell Wooding | |
2001-06-25 | Get rid of some dead code caused by the last commit | Constantine Sapuntzakis | |
2001-06-25 | Use getpass() to read password instead of libkrb5, just to make sure that | Hans Insulander | |
login_krb5 _always_ behave like the other BSD Auth login scripts. | |||
2001-06-25 | missing space in usage(); ok mickey | Peter Valchev | |
2001-06-25 | Copyright update. | Angelos D. Keromytis | |
2001-06-25 | Copyright update. | Angelos D. Keromytis | |
2001-06-25 | Copyright. | Angelos D. Keromytis | |
2001-06-25 | Add mbuf_tags.9 | Angelos D. Keromytis | |
2001-06-25 | Man page for mbuf tags. | Angelos D. Keromytis | |
2001-06-25 | PACKETFILTER -> NPF | Kjell Wooding | |
remove IPF cruft. ok jason | |||
2001-06-25 | Update copyright; you can use this with or without fee (unless your | Angelos D. Keromytis | |
name is Theo Deraadt) | |||
2001-06-25 | Add -v flag to synopsis line | Peter Valchev | |
2001-06-25 | Replace magic numbers 1, 6, and 17 with IPPROTO_{ICMP,UDP,TCP}. deraadt@ ok. | smart | |
2001-06-25 | With or without fee. | Angelos D. Keromytis | |
2001-06-25 | errx -> err if ENOMEM | Paul Janzen | |