Age | Commit message (Expand) | Author |
2017-03-02 | Now that the kernel provides information about IPsec SA bundles, | Alexander Bluhm |
2017-03-02 | Implement a new routing message RTM_PROPOSAL that communicates | Kenneth R Westerback |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Depending on the addresses, ipsecctl(8) automatically groups sa | Alexander Bluhm |
2017-02-24 | In a scenario where a config reload happens during an IKE_AUTH exchange, | Patrick Wildt |
2017-02-22 | Unbreak "ping6 -L" | Renato Westphal |
2017-02-15 | Use new log.[ch] functions in parse_warn(). | Kenneth R Westerback |
2017-02-15 | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. | Kenneth R Westerback |
2017-02-14 | fatalx() prepends 'fatal in _progname:'. So eliminate redundant | Kenneth R Westerback |
2017-02-12 | Eliminate most strerror() invocations by using log_warn() and fatal() | Kenneth R Westerback |
2017-02-12 | Adjust lines that are too long. | Kenneth R Westerback |
2017-02-12 | Remove now unused file. | Kenneth R Westerback |
2017-02-12 | Switch from 'legacy' errwarn.c to standard daemon logging functions. | Kenneth R Westerback |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | Kenneth R Westerback |
2017-02-06 | Postpone pledge call until after the getopt switch and hoist the call to | Theo Buehler |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-02-02 | grammar fix; from tinker | Jason McIntyre |
2017-01-26 | one more fix i requested for previous; | Jason McIntyre |
2017-01-26 | Select the routing domain to be used for kill states by host or by | Sebastian Benoit |
2017-01-25 | Some simple cleanup: | Theo Buehler |
2017-01-24 | whitespace | Theo Buehler |
2017-01-23 | Keep socket open from startup, and reuse for SIOCGIFFLAGS later on, | Theo de Raadt |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-23 | pflogd will need pledge(proc), still disabled because of bfd | Sebastian Benoit |
2017-01-23 | Zap some bad whitespace. | Kenneth R Westerback |
2017-01-22 | tedu@ didn't take the getcode() prototype with the getcode() implementation. | Kenneth R Westerback |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | Add a warning when the address pool is exhausted | Mike Belopuhov |
2017-01-20 | Constify the data argument for ibuf_new | Mike Belopuhov |
2017-01-20 | Reset various pointers in ikev2_msg_cleanup | Mike Belopuhov |
2017-01-20 | Make sure to free reference to the public key after decoding | Mike Belopuhov |
2017-01-20 | Closed SAs should never be treated as valid | Mike Belopuhov |
2017-01-20 | Check bounds of the flows array when configuring traffic selectors | Mike Belopuhov |
2017-01-20 | Verify the certificate imsg payload size | Mike Belopuhov |
2017-01-20 | Include only found SPIs into the PAYLOAD_DELETE message | Mike Belopuhov |
2017-01-20 | Minor formatting fix | Mike Belopuhov |
2017-01-20 | New RFC7383 define | Mike Belopuhov |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | In monitor mode, also print the interface mtu of RTM_IFINFO messages. | Jeremie Courreges-Anglas |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2017-01-04 | Remove modular exponential groups specified in RFC5114 | Mike Belopuhov |
2017-01-03 | Fix pledge of the ca process by calling the right function on startup. | Reyk Floeter |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-27 | The "disk too large" and "only LBA values saved" messages are more | Kenneth R Westerback |
2016-12-26 | Put some variable declarations under appropriate #if/#endif protection | Kenneth R Westerback |
2016-12-25 | gcc says "if you define labels and don't use them, I will whine." | Kenneth R Westerback |