Age | Commit message (Expand) | Author |
2017-03-21 | getnameinfo errors should go to stderr & should print what's going on. | Florian Obser |
2017-03-20 | show inet6 proposals in route monitor | Florian Obser |
2017-03-20 | stop signposting; while here, knock out the comments; | Jason McIntyre |
2017-03-20 | as suggested by mpi, be less particular documenting | Jason McIntyre |
2017-03-19 | "autoconf" belongs in the inet6 section, not the global options part; | Jason McIntyre |
2017-03-16 | remove the list of available sysctls: the sysctls are fully | Jason McIntyre |
2017-03-16 | Fix a regression preventing ``kern.profiling'' to return the profiling | Martin Pieuchot |
2017-03-13 | Resolve simultaneous Child SA rekeying | Mike Belopuhov |
2017-03-13 | Resolve simultaneous IKE SA rekeying | Mike Belopuhov |
2017-03-13 | Make sure that proposal contains a DH group when rekeying with PFS enabled | Reyk Floeter |
2017-03-13 | NAT-T improvements | Reyk Floeter |
2017-03-13 | Don't rekey acquired Child SAs | Mike Belopuhov |
2017-03-13 | Clarify iked.conf(5) manpage in regards to IP compression. | Patrick Wildt |
2017-03-13 | When setting up IPcomp flows for the networks 'A' and 'B' between | Patrick Wildt |
2017-03-13 | When freeing a Child SA make sure it's peer no longer points to it | Mike Belopuhov |
2017-03-13 | Fix and improve the IKE SA rekeying timeout, add a randomized jitter. | Reyk Floeter |
2017-03-13 | Improve reporting of authentication errors | Mike Belopuhov |
2017-03-13 | flow_cmp() must compare the same flow-attributes as the kernel, | Patrick Wildt |
2017-03-13 | We need to call policy_ref() for policies that have refcounting | Patrick Wildt |
2017-03-12 | Make ifconfig scan display both wpa1 and wpa2 if both are supported. | Stefan Sperling |
2017-03-11 | Make 'ifconfig scan' display AP encryption correctly if WEP is configured | Stefan Sperling |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle, shuffle, shuffle. | Kenneth R Westerback |
2017-03-08 | Shuffle another bit of code closer to its friends. | Kenneth R Westerback |
2017-03-08 | Stray #endif w/o comment. | Kenneth R Westerback |
2017-03-08 | Move a line of code to group together code that will be mediated | Kenneth R Westerback |
2017-03-08 | Move ROUNDUP() to top of file, outside of warring #ifdef's to come. | Kenneth R Westerback |
2017-03-08 | Shuffle some functions around to group together functions that will | Kenneth R Westerback |
2017-03-08 | Split a declaration to make the later insertion of #ifdef easier. | Kenneth R Westerback |
2017-03-08 | Shuffle some declarations. Both more style(9)'ish and make future diff | Kenneth R Westerback |
2017-03-08 | Add comments to #endif's to allow easy differentiation between many | Kenneth R Westerback |
2017-03-04 | Add machdep.lidaction to list of sysctls. | Martin Natano |
2017-03-04 | Allow R (resize auto-partition) after A as well as when started with -A. | Otto Moerbeek |
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 |