Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-10 | spelling | Theo de Raadt | |
2000-01-10 | openbsd-ify further (surprising aaron did not catch these problems) | Theo de Raadt | |
2000-01-10 | nits & style | Hugh Graham | |
2000-01-10 | Add 10 new ipsec-related sysctl variables...they are currently under | Angelos D. Keromytis | |
net.inet.ip; perhaps they should be moved under net.inet.ipsec or some such. | |||
2000-01-10 | Fix wrong type of variable. | Angelos D. Keromytis | |
2000-01-10 | Rename variable for consistency. | Angelos D. Keromytis | |
2000-01-10 | Some new sysctl variables. | Angelos D. Keromytis | |
2000-01-10 | Some more code for dealing with socket IPsec options. | Angelos D. Keromytis | |
2000-01-10 | Place NULL arg on end of argv array only after all other args. mickey@ ok | imp | |
2000-01-10 | Remove unnecessary function prototype. | Angelos D. Keromytis | |
2000-01-10 | Only setup an expiration for embryonic SAs if | Angelos D. Keromytis | |
net.inet.ip.ipsec-invalid-life >=0 | |||
2000-01-10 | Document net.inet.ip.ipsec-invalid-life | Angelos D. Keromytis | |
2000-01-10 | Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; the | Angelos D. Keromytis | |
amount of time embryonic SAs will be kept before they have to be initialized by key management (this only affects automated key management). | |||
2000-01-10 | No need for extern definition of pfkeyv2_acquire() | Angelos D. Keromytis | |
2000-01-10 | externalize pfkeyv2_acquire() | Angelos D. Keromytis | |
2000-01-10 | Document ip.ipsec-invalid-timeout | Angelos D. Keromytis | |
2000-01-10 | match Davicom DM9100 and DM9102; tested by Joff Thyer <jsthyer@uncg.edu>. | Jason Wright | |
2000-01-10 | 1) Setup a silent TDB expiration for embryonic SAs. | Angelos D. Keromytis | |
2) Fix check_ipsec_policy() to deal with v6 PCBs. 3) Fix ACL protocol check. | |||
2000-01-10 | Fix some -Wall complaints | Todd C. Miller | |
pmap_enter() now takes an extra arg trapsignal() now takes a union sigval as the last arg A kbus kernel now links but is untested--much more remains to be done. | |||
2000-01-10 | Add {v,p}addr_t and {v,p}size_t. kbus-specific code does not use them | Todd C. Miller | |
yet, though. | |||
2000-01-10 | move mul/umul into the kernel to match sparc | Todd C. Miller | |
2000-01-10 | This is OpenBSD, not NetBSD. | Todd C. Miller | |
2000-01-10 | dest should be on a seperate line | Theo de Raadt | |
2000-01-10 | more fluff to please newbies | Theo de Raadt | |
2000-01-10 | handle glob() return values better; netbsd | Theo de Raadt | |
2000-01-10 | clarify greatly | Theo de Raadt | |
2000-01-10 | move `!' and `#' into their own section; fix dest; rm excess example | Todd T. Fries | |
2000-01-10 | extra : in err(); imp | Theo de Raadt | |
2000-01-10 | Fix tdbi setup for TCP and UDP packets. | Angelos D. Keromytis | |
2000-01-10 | clearly document comments and comment features | Todd T. Fries | |
2000-01-10 | nroff error | Theo de Raadt | |
2000-01-10 | sync pcidevs and let the aeon driver match the Hi/Fn 7751 | Jason Wright | |
(Invertex's aeon used the Hi/Fn 7751 reference design) | |||
2000-01-10 | add Hi/Fn vendor, and Hi/Fn 7751 product | Jason Wright | |
2000-01-10 | put the examples in the right place. ! still needs documenting... | Theo de Raadt | |
2000-01-10 | document (through example) using hostname.* files to run arbitrary commands | Todd T. Fries | |
2000-01-10 | allow arbitrary commands in /etc/hostname.* files if the line starts with '!' | Todd T. Fries | |
2000-01-10 | Xr gifconfig | Theo de Raadt | |
2000-01-10 | Handle wildcard case better. | Angelos D. Keromytis | |
2000-01-10 | Typo. | Angelos D. Keromytis | |
2000-01-10 | Quick-drop packets (before real processing) if ingress filtering is on | Angelos D. Keromytis | |
and the SA ACL is empty. | |||
2000-01-10 | Free ACL when deleting TDB. | Angelos D. Keromytis | |
2000-01-10 | Fix error message. | Angelos D. Keromytis | |
2000-01-10 | Change format of IPsec flows (yet again). | Angelos D. Keromytis | |
2000-01-10 | Fix printing SAs. | Angelos D. Keromytis | |
2000-01-09 | more mx removal | Jason Wright | |
2000-01-09 | no more macronix | Jason Wright | |
2000-01-09 | Add new ESP/AH statistic. | Angelos D. Keromytis | |
2000-01-09 | Add ingress ACL for IPsec: after being processed, IPsec packets are | Angelos D. Keromytis | |
matched against a list of acceptable packet classes, if sysctl variable net.inet.ip.ipsec-acl is set to 1. | |||
2000-01-09 | Use rt_maskedcopy() instead of handling netmasks manually. | Angelos D. Keromytis | |
2000-01-09 | Proper netmask handling. | Angelos D. Keromytis | |