summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2001-06-29LOG_DBG in hash_get, and if sysdep_cleartext() fails bail out ofAngelos D. Keromytis
2001-06-29Create an IPv6 default transportNiklas Hallqvist
2001-06-29oopsNiklas Hallqvist
2001-06-29more AF-independenceNiklas Hallqvist
2001-06-29Remove extra ':' from LOG_DBG_BUF()Angelos D. Keromytis
2001-06-29Provide an API to get sockaddrs out of the config dbNiklas Hallqvist
2001-06-29IPv6 support, by niklas@ and me.Hakan Olsson
2001-06-29On OpenBSD, we want -Werror.Hakan Olsson
2001-06-29Get rid of redundant lengths in get_spi API.Hakan Olsson
2001-06-29Change get_src/get_dst API as we get the length with sa_len.Hakan Olsson
2001-06-29More sa_len usage.Hakan Olsson
2001-06-29A few more direct sa_len usages.Hakan Olsson
2001-06-29Since we have a sockaddr struct, use sa_len directly.Hakan Olsson
2001-06-29Be consistent.Hakan Olsson
2001-06-29More libkvm.old relicsMiod Vallat
2001-06-29fix compilation on netbsd/kame. not really testedJun-ichiro itojun Hagino
2001-06-29Style fix as per niklas@'s suggestion.Hakan Olsson
2001-06-29Initial IPv6 support. (niklas@ ok)Hakan Olsson
2001-06-29Don't assume IPv4. Initial IPv6 support.Hakan Olsson
2001-06-29fix counter/reason array usageDaniel Hartmeier
2001-06-28support scrub directive. somebody please please BNF yaccify this.Niels Provos
2001-06-28Add some more debugging information wrt PRF generation.Angelos D. Keromytis
2001-06-28usage() was out of dateDaniel Hartmeier
2001-06-27Change flag syntaxKjell Wooding
2001-06-27errx() doesn't return. use err() to get errno as well. translate two common e...Daniel Hartmeier
2001-06-27print inbound packets passed correctlyDaniel Hartmeier
2001-06-27Use bitfields for flag options in getopt.Kjell Wooding
2001-06-27add -z optionKjell Wooding
2001-06-27add -z flag for zeroing statistics. -s status no longer resets anythingKjell Wooding
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-27sockaddr2text w/o HAVE_GETNAMEINFOHakan Olsson
2001-06-27state counter changesTheo de Raadt
2001-06-27Consistently use "IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27make it understand protocol numbers, tooNiels Provos
2001-06-27Keep track of the ACQUIRE sequence number, and pass it to the kernelAngelos D. Keromytis
2001-06-27IPv6. Also avoid a couple of mem leaks.Hakan Olsson
2001-06-27A few more functions to help with IPv6 support. By Niklas and me.Hakan Olsson
2001-06-26Add -N (parse, but do not load) and -v (verbose: show parsed rules)Kjell Wooding
2001-06-26name comparison operatorsDug Song
2001-06-26Add -Wallsmart
2001-06-26int -> unsigned, so -Wall is happyDaniel Hartmeier
2001-06-26array of counters indexed by reason codesTheo de Raadt
2001-06-26bad smartNiels Provos
2001-06-26Add err.h for errx()smart
2001-06-26some warnx, and exit instead of returnNiels Provos
2001-06-26configure sa_family on mask too. to preserve older practiceJun-ichiro itojun Hagino
2001-06-26add rule nr for NielsDaniel Hartmeier
2001-06-26allow -addr src/prefixlen dst/prefixlen. discussed with angelos.Jun-ichiro itojun Hagino
2001-06-26add rule pointer and log option to statesDaniel Hartmeier
2001-06-26Print statistics in a human readable format. ok dhartmeiKjell Wooding