summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-212-12/+12
* Replace a magic number with the corresponding macro from ieee80211_ioctl.h.stsp2017-03-211-3/+3
* getnameinfo errors should go to stderr & should print what's going on.florian2017-03-211-6/+7
* show inet6 proposals in route monitorflorian2017-03-201-9/+48
* stop signposting; while here, knock out the comments;jmc2017-03-201-66/+1
* as suggested by mpi, be less particular documentingjmc2017-03-201-7/+7
* "autoconf" belongs in the inet6 section, not the global options part;jmc2017-03-191-14/+13
* remove the list of available sysctls: the sysctls are fullyjmc2017-03-161-312/+6
* Fix a regression preventing ``kern.profiling'' to return the profilingmpi2017-03-161-2/+3
* Resolve simultaneous Child SA rekeyingmikeb2017-03-133-7/+113
* Resolve simultaneous IKE SA rekeyingmikeb2017-03-134-20/+128
* Make sure that proposal contains a DH group when rekeying with PFS enabledreyk2017-03-132-18/+39
* NAT-T improvementsreyk2017-03-133-84/+65
* Don't rekey acquired Child SAsmikeb2017-03-132-8/+19
* Clarify iked.conf(5) manpage in regards to IP compression.patrick2017-03-131-5/+8
* When setting up IPcomp flows for the networks 'A' and 'B' betweenpatrick2017-03-133-8/+29
* When freeing a Child SA make sure it's peer no longer points to itmikeb2017-03-131-1/+5
* Fix and improve the IKE SA rekeying timeout, add a randomized jitter.reyk2017-03-132-10/+68
* Improve reporting of authentication errorsmikeb2017-03-132-22/+112
* flow_cmp() must compare the same flow-attributes as the kernel,patrick2017-03-133-26/+31
* We need to call policy_ref() for policies that have refcountingpatrick2017-03-131-2/+10
* Make ifconfig scan display both wpa1 and wpa2 if both are supported.stsp2017-03-121-6/+7
* Make 'ifconfig scan' display AP encryption correctly if WEP is configuredstsp2017-03-111-3/+3
* Introduce a new knob to force the first USB keyboard as console input.mpi2017-03-111-2/+5
* Shuffle, shuffle, shuffle.krw2017-03-081-4/+4
* Shuffle, shuffle, shuffle.krw2017-03-081-4/+4
* Shuffle, shuffle, shuffle.krw2017-03-081-11/+11
* Shuffle another bit of code closer to its friends.krw2017-03-081-4/+5
* Stray #endif w/o comment.krw2017-03-081-2/+2
* Move a line of code to group together code that will be mediatedkrw2017-03-081-3/+3
* Move ROUNDUP() to top of file, outside of warring #ifdef's to come.krw2017-03-081-4/+4
* Shuffle some functions around to group together functions that willkrw2017-03-081-194/+194
* Split a declaration to make the later insertion of #ifdef easier.krw2017-03-081-2/+3
* Shuffle some declarations. Both more style(9)'ish and make future diffkrw2017-03-081-6/+6
* Add comments to #endif's to allow easy differentiation between manykrw2017-03-083-18/+18
* Add machdep.lidaction to list of sysctls.natano2017-03-041-2/+3
* Allow R (resize auto-partition) after A as well as when started with -A.otto2017-03-043-9/+12
* Now that the kernel provides information about IPsec SA bundles,bluhm2017-03-022-7/+38
* Implement a new routing message RTM_PROPOSAL that communicateskrw2017-03-021-2/+218
* Add a new sysctl machdep.lidaction. The sysctl works as follows:natano2017-03-022-13/+11
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-284-8/+18
* In a scenario where a config reload happens during an IKE_AUTH exchange,patrick2017-02-241-1/+5
* Unbreak "ping6 -L"renato2017-02-221-4/+9
* Use new log.[ch] functions in parse_warn().krw2017-02-152-48/+32
* Adopt the common verbiage other log.[ch] daemons use to describe '-d'.krw2017-02-151-8/+6
* fatalx() prepends 'fatal in _progname:'. So eliminate redundantkrw2017-02-142-10/+9
* Eliminate most strerror() invocations by using log_warn() and fatal()krw2017-02-125-111/+80
* Adjust lines that are too long.krw2017-02-126-45/+60
* Remove now unused file.krw2017-02-121-160/+0
* Switch from 'legacy' errwarn.c to standard daemon logging functions.krw2017-02-1214-248/+493