summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-01-22tedu@ didn't take the getcode() prototype with the getcode() implementation.Kenneth R Westerback
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-20Add a warning when the address pool is exhaustedMike Belopuhov
2017-01-20Constify the data argument for ibuf_newMike Belopuhov
2017-01-20Reset various pointers in ikev2_msg_cleanupMike Belopuhov
2017-01-20Make sure to free reference to the public key after decodingMike Belopuhov
2017-01-20Closed SAs should never be treated as validMike Belopuhov
2017-01-20Check bounds of the flows array when configuring traffic selectorsMike Belopuhov
2017-01-20Verify the certificate imsg payload sizeMike Belopuhov
2017-01-20Include only found SPIs into the PAYLOAD_DELETE messageMike Belopuhov
2017-01-20Minor formatting fixMike Belopuhov
2017-01-20New RFC7383 defineMike Belopuhov
2017-01-19add hooks so we can query the current state of a BFD sessionPeter Hessler
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-17In monitor mode, also print the interface mtu of RTM_IFINFO messages.Jeremie Courreges-Anglas
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2017-01-04Remove modular exponential groups specified in RFC5114Mike Belopuhov
2017-01-03Fix pledge of the ca process by calling the right function on startup.Reyk Floeter
2017-01-01Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known'Theo Buehler
2016-12-27The "disk too large" and "only LBA values saved" messages are moreKenneth R Westerback
2016-12-26Put some variable declarations under appropriate #if/#endif protectionKenneth R Westerback
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-12-20This commit removes bio_status() calls after a BIOCLOCATE since thePatrick Wildt
2016-12-20Document our new WPA default settings. Discourage use of TKIP.Stefan Sperling
2016-12-20Make 'ifconfig if0 wpa' and 'ifconfig if0 -wpa' reset WPA params (does notStefan Sperling
2016-12-16Eliminate some gcc warnings about 'unused variables', mostly byKenneth R Westerback
2016-12-13Print the correct netmask instead of /0 when flushing routes to networks.Martin Pieuchot
2016-12-13make setting and getting tunnel addresses wrt to ipv6 scope handling.David Gwynne
2016-12-08move the text describing the % and & units to a better place;Jason McIntyre
2016-12-03provide missing unit suffixes; from ross l richardsonJason McIntyre
2016-11-28ikelifetime time spec is the same the one for lifetimeMike Belopuhov
2016-11-28Rename "flowmax" to "maxflow" and give each switch(4) ioctl aReyk Floeter
2016-11-27Document bioctl -d as a "detach" rather than a "delete" operation.Stefan Sperling
2016-11-26Remove leftovers of line disciplines that are no more.Martin Pieuchot
2016-11-25Nuke the DHO_ROUTERS and DHO_STATIC_ROUTES options from the effectiveKenneth R Westerback
2016-11-23Explicitly forbid to combine af-to with route-to in pfctl. TheAlexander Bluhm
2016-11-18Make the ifconfig switch0 output nicer using a single line and theReyk Floeter
2016-11-10The simple UTF-16 decode routine stopped too early due to wrong calculationGerhard Roth
2016-11-08- Declare usage() as __dead void (remaining prototypes are not declared asRicardo Mestre
2016-10-26in florian;s last commit i urged him to change "twenty-four" toJason McIntyre
2016-10-26When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0Alexander Bluhm
2016-10-26Due to 64 bit seconds + 64 bit nano seconds resolution and theFlorian Obser
2016-10-20Only drop to _ping user if invoked as root. If invoked as anFlorian Obser
2016-10-20delete useless call to setlocale(3);Ingo Schwarze
2016-10-20optarg is declared in unistd.h and usage is __dead. From Jan Stary.Theo Buehler
2016-10-18Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesOtto Moerbeek