summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-01-24do not need sys/proc.hTheo de Raadt
2017-01-24Tell traceroute6 to choose source address based on correct routingFlorian Obser
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24sort SEE ALSO;Jason McIntyre
2017-01-24nuke extra brackets. discussed with jsingTheo Buehler
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-24correct usage format; ok beck claudio bennoTheo de Raadt
2017-01-24errx() does not need extra newlineTheo de Raadt
2017-01-24add ocspcheck to see alsoBob Beck
2017-01-24fix mode on open() and ftruncate(), noticed byBob Beck
2017-01-24hook ocspcheck into the buildBob Beck
2017-01-24Say no to two line error messages on failureBob Beck
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2017-01-24s/returns/exits/Bob Beck
2017-01-24Break run-on sentence into two.Bob Beck
2017-01-24sort previous;Jason McIntyre
2017-01-24string terminator is called a NULTheo de Raadt
2017-01-24Actually load the cafile when providede, and error message cleanupBob Beck
2017-01-24move the opening of /dev/pf from the parent process to the pfe processSebastian Benoit
2017-01-24use warn, I have errno here. noticed by theoBob Beck
2017-01-24Yes the "if (const == val" idiom provides some safety, but it grates onTheo de Raadt
2017-01-24knfBob Beck
2017-01-24revert accidental commit of theo diffBob Beck
2017-01-24Just don't bother with OpenSSL error strings, they are mostlyBob Beck
2017-01-24SVM: vmd(8) support for SVMMike Larkin
2017-01-24Add a workaround for the fact that 'install -d' without explicit modeTheo Buehler
2017-01-24various cleanup;Jason McIntyre
2017-01-24slight cleanupsTheo de Raadt
2017-01-24s/exit/exist/ typoBob Beck
2017-01-24mark start -m as optional; reorder start synopsis to match vmctl usageRichard Procter
2017-01-24New ocspcheck utility to validate a certificate against its ocsp responderBob Beck
2017-01-24string terminator is called a NULTheo de Raadt
2017-01-24vmctl start -k is optional; also emphasise it specifies a path on the hostRichard Procter
2017-01-24sync log.c from relayd et al to ospfd.Sebastian Benoit
2017-01-24sync log.c from relayd et al to bgpd.Sebastian Benoit
2017-01-24remove unused junk definitionsTheo de Raadt
2017-01-23Mission accomplished, bgpctl is now fatal free.Claudio Jeker
2017-01-23Kill the timer.c reacharound it is not needed.Claudio Jeker
2017-01-23cleanup log* functions that break with bgpd reacharoundSebastian Benoit
2017-01-23Make util.c fatal() free by allowing undefined behaviour in prefix_compare.Claudio Jeker
2017-01-23Rename rib pointer in struct prefix to re since it points to a rib_entry.Claudio Jeker
2017-01-23Introduce a struct rib sitting between struct rib_desc and struct rib_tree.Claudio Jeker
2017-01-23Revert the struct rib_tree rename. I need a struct in between because ofClaudio Jeker
2017-01-23Build on arm64.Mark Kettenis
2017-01-23More rototilling, make rib_new and rib_find return a point to struct rib_descClaudio Jeker
2017-01-23Now rename struct rib_tree to struct rib. Again OK gccClaudio Jeker
2017-01-23Rename struct rib to struct rib_desc. Mechanical change, OK gccClaudio Jeker
2017-01-23Refactor a bit to make it look a bit more like the rde_update_update code.Claudio Jeker
2017-01-23copy log.c/h from bgpd.Sebastian Benoit
2017-01-23whitespaceSebastian Benoit