Age | Commit message (Expand) | Author |
2001-07-02 | #include <string.h> to get mem* prototypes. | Todd C. Miller |
2001-07-02 | make the alpha happy | Theo de Raadt |
2001-07-01 | tag packets generated by pf (return-rst, return-icmp) so they are not filtere... | Daniel Hartmeier |
2001-07-01 | Appeared in 3.0, not 2.9; openbsd@davidkrause.com | Angelos D. Keromytis |
2001-07-01 | Remove warnings from non-DDEBUG case; angelos told me. | Niklas Hallqvist |
2001-07-01 | ISAKMP configuration, a.k.a IKECFG or "mode-config", protocol implementation. | Niklas Hallqvist |
2001-07-01 | strtol strictness. Style. Do not use dst end on an unconnected socket. | Niklas Hallqvist |
2001-07-01 | More Style police, but also sane checking of address | Niklas Hallqvist |
2001-07-01 | strict strtol checking. text2sockaddr/sockaddr2text implementations | Niklas Hallqvist |
2001-07-01 | Style | Niklas Hallqvist |
2001-07-01 | Style police | Niklas Hallqvist |
2001-07-01 | Regression test for isakmpd utility functions, initially just text2sockaddr. | Niklas Hallqvist |
2001-07-01 | Start support for IPv6 addresses in policy. | Angelos D. Keromytis |
2001-07-01 | Set size correctly for IPv6 Phase 1 IDs. | Angelos D. Keromytis |
2001-07-01 | Debug information for IDs. | Angelos D. Keromytis |
2001-07-01 | Return the right length for address IDs. | Angelos D. Keromytis |
2001-07-01 | Add port ranges to the rdr directive. Connections can be redirected | Kjell Wooding |
2001-07-01 | Always print filter statistics, even when the filter is disabled. | Kjell Wooding |
2001-07-01 | Finish with posixifying command options. Now both "pfctl -Fs" and | Kjell Wooding |
2001-07-01 | Get the 'default:' case right too. | Hakan Olsson |
2001-07-01 | Teach ipsec_decode_ids about IPv6. More error checking, some better log msgs. | Hakan Olsson |
2001-07-01 | Eliminate IPv4 dependency. | Angelos D. Keromytis |
2001-07-01 | Remove inaccurate "Assumes IPv4" comments. | Angelos D. Keromytis |
2001-07-01 | Pass the right arguments to getnameinfo() | Angelos D. Keromytis |
2001-07-01 | Fix remote_negotiation_address attribute; fix sockaddr2text() return | Angelos D. Keromytis |
2001-07-01 | Don't try to delete unestablished SPIs. | Angelos D. Keromytis |
2001-06-30 | make it more sysctl-like, ommit -kmd switches. | Michael Shalayeff |
2001-06-29 | Fix address byte ordering issue, ho@ ok | Angelos D. Keromytis |
2001-06-29 | Removing a debugging printout... | Hakan Olsson |
2001-06-29 | KAME-integrated BSDs have getnameinfo | Jun-ichiro itojun Hagino |
2001-06-29 | Reflect setsockopt changes. May need further mods for KAME IPsecs. | Hakan Olsson |
2001-06-29 | setsockopt flags needs to be IPv6 aware | Hakan Olsson |
2001-06-29 | POSIX-ify the flag options at theo's request | Kjell Wooding |
2001-06-29 | change load_file implementation so we can accept input on | Kjell Wooding |
2001-06-29 | Set the port *before* the comparison. | Angelos D. Keromytis |
2001-06-29 | LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out of | Angelos D. Keromytis |
2001-06-29 | Create an IPv6 default transport | Niklas Hallqvist |
2001-06-29 | oops | Niklas Hallqvist |
2001-06-29 | more AF-independence | Niklas Hallqvist |
2001-06-29 | Remove extra ':' from LOG_DBG_BUF() | Angelos D. Keromytis |
2001-06-29 | Provide an API to get sockaddrs out of the config db | Niklas Hallqvist |
2001-06-29 | IPv6 support, by niklas@ and me. | Hakan Olsson |
2001-06-29 | On OpenBSD, we want -Werror. | Hakan Olsson |
2001-06-29 | Get rid of redundant lengths in get_spi API. | Hakan Olsson |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson |
2001-06-29 | More sa_len usage. | Hakan Olsson |
2001-06-29 | A few more direct sa_len usages. | Hakan Olsson |
2001-06-29 | Since we have a sockaddr struct, use sa_len directly. | Hakan Olsson |
2001-06-29 | Be consistent. | Hakan Olsson |
2001-06-29 | More libkvm.old relics | Miod Vallat |