summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move parse_warning() into parse.c to prepare to replace errwarn.ckrw2017-02-113-50/+53
* Postpone pledge call until after the getopt switch and hoist the call totb2017-02-061-21/+21
* Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andguenther2017-02-036-6/+13
* grammar fix; from tinkerjmc2017-02-021-3/+3
* one more fix i requested for previous;jmc2017-01-261-2/+2
* Select the routing domain to be used for kill states by host or bybenno2017-01-262-15/+32
* Some simple cleanup:tb2017-01-251-17/+19
* whitespacetb2017-01-241-3/+2
* Keep socket open from startup, and reuse for SIOCGIFFLAGS later on,deraadt2017-01-232-19/+7
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-231-2/+2
* pflogd will need pledge(proc), still disabled because of bfdbenno2017-01-231-2/+2
* Zap some bad whitespace.krw2017-01-231-4/+4
* tedu@ didn't take the getcode() prototype with the getcode() implementation.krw2017-01-221-2/+1
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-215-46/+46
* Add a warning when the address pool is exhaustedmikeb2017-01-201-2/+4
* Constify the data argument for ibuf_newmikeb2017-01-202-4/+4
* Reset various pointers in ikev2_msg_cleanupmikeb2017-01-201-1/+6
* Make sure to free reference to the public key after decodingmikeb2017-01-201-4/+9
* Closed SAs should never be treated as validmikeb2017-01-201-1/+3
* Check bounds of the flows array when configuring traffic selectorsmikeb2017-01-201-4/+13
* Verify the certificate imsg payload sizemikeb2017-01-201-1/+4
* Include only found SPIs into the PAYLOAD_DELETE messagemikeb2017-01-201-1/+3
* Minor formatting fixmikeb2017-01-201-2/+2
* New RFC7383 definemikeb2017-01-201-1/+2
* add hooks so we can query the current state of a BFD sessionphessler2017-01-192-25/+59
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-2/+2
* In monitor mode, also print the interface mtu of RTM_IFINFO messages.jca2017-01-171-3/+4
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-096-24/+26
* Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withkrw2017-01-091-4/+5
* Sync log.c with the latest version from vmd/log.c that preserves errnoreyk2017-01-081-9/+11
* Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQkrw2017-01-053-15/+21
* Remove modular exponential groups specified in RFC5114mikeb2017-01-045-143/+6
* Fix pledge of the ca process by calling the right function on startup.reyk2017-01-035-43/+161
* Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'tb2017-01-012-7/+7
* The "disk too large" and "only LBA values saved" messages are morekrw2016-12-272-11/+2
* Put some variable declarations under appropriate #if/#endif protectionkrw2016-12-261-1/+3
* gcc says "if you define labels and don't use them, I will whine."krw2016-12-251-2/+1