Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-11 | Error on invalid ports | Constantine Sapuntzakis | |
2001-07-11 | Return 0 on success, convert exit to return | Angelos D. Keromytis | |
2001-07-10 | (c)-2001 | Hakan Olsson | |
2001-07-10 | Rewrite packet capture to handle IPv6 addresses. | Hakan Olsson | |
2001-07-10 | htonl() for null.null_family, ok niels@, ho@ | Markus Friedl | |
2001-07-10 | Oops, we can't use 0 as next_addr()'s error return since 0.0.0.0 is | Todd C. Miller | |
a valid address. Instead I add a pointer to the result as a parameter and return 0 on failure and 1 on success. Also uses inet_pton() instead of inet_aton(). | |||
2001-07-10 | Resolve as a host name if not an IP address; dhartmei@ OK | Todd C. Miller | |
2001-07-10 | move "proto" in the nat case as well | Todd C. Miller | |
2001-07-09 | Move the proto field to be after the "on" argument which is consistent | Todd C. Miller | |
with pf.conf. If no proto is specified tcp is assumed. dhartmei@ OK | |||
2001-07-09 | Extend nat/rdr syntax. Add source/destination selection. Make | Daniel Hartmeier | |
interface optional. Suggested by rdump@river.com. nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)] rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*] [proto (tcp | udp | icmp)] | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-07-07 | Initialize missing parts of struct nfs_args nfsdefargs | Todd C. Miller | |
2001-07-07 | Can't test an int against LONG_{MIN,MAX}; noticed on alpha | Todd C. Miller | |
While I'm at it make the strtol() bounds checking more sensible. | |||
2001-07-07 | #include <string.h> for memset() proto | Todd C. Miller | |
2001-07-06 | cleanup, sync w/ kernel | Michael Shalayeff | |
2001-07-06 | Allow negative match on interface name for nat and rdr | Chris Cappuccio | |
ok dhartmei@ | |||
2001-07-06 | style | Niklas Hallqvist | |
2001-07-06 | Style. | Hakan Olsson | |
2001-07-06 | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). | Hakan Olsson | |
2001-07-06 | On second thought, we don't need this at all. | Hakan Olsson | |
2001-07-06 | Remove the .c and .h files that the build process generates. | Hakan Olsson | |
2001-07-06 | typo; ok angelos | jasoni | |
2001-07-06 | Fix unused/uninitialized variables. | Angelos D. Keromytis | |
2001-07-06 | add if braces to avoid compiler warnings; ok mickey | Peter Valchev | |
2001-07-05 | Use -W{missing,strict}-prototypes. | Hakan Olsson | |
2001-07-05 | Add prototypes and some other various cleanup. | Hakan Olsson | |
2001-07-05 | &, not &&. Pointed out by dhartmei@. | Hakan Olsson | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-05 | Add d2i_X509_NAME | Angelos D. Keromytis | |
2001-07-05 | Document ASN1 DN. | Angelos D. Keromytis | |
2001-07-05 | DER_ASN1_DN ID handling --- untested | Angelos D. Keromytis | |
2001-07-05 | On closer inspection, freeing the X509 names is bad. I should stop | Angelos D. Keromytis | |
coding late while half-asleep. | |||
2001-07-05 | Free X509 names in case of failure and when done. | Angelos D. Keromytis | |
2001-07-05 | clarify -a. sync with kame | Jun-ichiro itojun Hagino | |
2001-07-05 | build iopctl on alpha, i386, powerpc | Michael Shalayeff | |
2001-07-05 | controlling utility for iop(4) | Michael Shalayeff | |
2001-07-04 | cleaner | Theo de Raadt | |
2001-07-04 | Merge entries. | Angelos D. Keromytis | |
2001-07-04 | Better handling of Key IDs. | Angelos D. Keromytis | |
2001-07-04 | Some text on KEY_ID payloads. | Angelos D. Keromytis | |
2001-07-04 | add new icmp codes and types as symbolic names, ok deraadt | Peter Stromberg | |
2001-07-04 | do not pick a fight | Theo de Raadt | |
2001-07-04 | Better IPv6/IPv4 integration | Niklas Hallqvist | |
2001-07-04 | IPv6 | Niklas Hallqvist | |
2001-07-04 | link to portal.conf.5; dead karls@inet.no | Theo de Raadt | |
2001-07-03 | Fix policy information for IPv6 subnet/range cases. This is ugly, I'll | Angelos D. Keromytis | |
have to find another way of dealing with IPv6 addresses. | |||
2001-07-03 | sync set_spi with netbsd (fixes typo). | Markus Friedl | |
2001-07-03 | Put missing \n's in som error messages; consolidate redundant "if" (OK theo@). | Ian Darwin | |