summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2017-03-08Shuffle, shuffle, shuffle.Kenneth R Westerback
2017-03-08Shuffle, shuffle, shuffle.Kenneth R Westerback
2017-03-08Shuffle, shuffle, shuffle.Kenneth R Westerback
2017-03-08Shuffle another bit of code closer to its friends.Kenneth R Westerback
2017-03-08Stray #endif w/o comment.Kenneth R Westerback
2017-03-08Move a line of code to group together code that will be mediatedKenneth R Westerback
2017-03-08Move ROUNDUP() to top of file, outside of warring #ifdef's to come.Kenneth R Westerback
2017-03-08Shuffle some functions around to group together functions that willKenneth R Westerback
2017-03-08Split a declaration to make the later insertion of #ifdef easier.Kenneth R Westerback
2017-03-08Shuffle some declarations. Both more style(9)'ish and make future diffKenneth R Westerback
2017-03-08Add comments to #endif's to allow easy differentiation between manyKenneth R Westerback
2017-03-04Add machdep.lidaction to list of sysctls.Martin Natano
2017-03-04Allow R (resize auto-partition) after A as well as when started with -A.Otto Moerbeek
2017-03-02Now that the kernel provides information about IPsec SA bundles,Alexander Bluhm
2017-03-02Implement a new routing message RTM_PROPOSAL that communicatesKenneth R Westerback
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-28Depending on the addresses, ipsecctl(8) automatically groups saAlexander Bluhm
2017-02-24In a scenario where a config reload happens during an IKE_AUTH exchange,Patrick Wildt
2017-02-22Unbreak "ping6 -L"Renato Westphal
2017-02-15Use new log.[ch] functions in parse_warn().Kenneth R Westerback
2017-02-15Adopt the common verbiage other log.[ch] daemons use to describe '-d'.Kenneth R Westerback
2017-02-14fatalx() prepends 'fatal in _progname:'. So eliminate redundantKenneth R Westerback
2017-02-12Eliminate most strerror() invocations by using log_warn() and fatal()Kenneth R Westerback
2017-02-12Adjust lines that are too long.Kenneth R Westerback
2017-02-12Remove now unused file.Kenneth R Westerback
2017-02-12Switch from 'legacy' errwarn.c to standard daemon logging functions.Kenneth R Westerback
2017-02-11Move parse_warning() into parse.c to prepare to replace errwarn.cKenneth R Westerback
2017-02-06Postpone pledge call until after the getopt switch and hoist the call toTheo Buehler
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-02-02grammar fix; from tinkerJason McIntyre
2017-01-26one more fix i requested for previous;Jason McIntyre
2017-01-26Select the routing domain to be used for kill states by host or bySebastian Benoit
2017-01-25Some simple cleanup:Theo Buehler
2017-01-24whitespaceTheo Buehler
2017-01-23Keep socket open from startup, and reuse for SIOCGIFFLAGS later on,Theo de Raadt
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-23pflogd will need pledge(proc), still disabled because of bfdSebastian Benoit
2017-01-23Zap some bad whitespace.Kenneth R Westerback
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