summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-01-23Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyTheo de Raadt
2017-01-23whitespaceTheo de Raadt
2017-01-23Build gpioctl(8) and hotplugd(8) on arm64.Jonathan Gray
2017-01-23Remove incomplete "forced nexthop" support.Jeremie Courreges-Anglas
2017-01-21Use MD disklabel position.Martin Natano
2017-01-21tweak previous;Jason McIntyre
2017-01-21find the first authority works better this way, now that we use a tailqSebastian Benoit
2017-01-21move config data structures mostly to TAILQs, because that way weSebastian Benoit
2017-01-21it is ok to only specify a full chain certificateFlorian Obser
2017-01-21updated include paths for recently moved virtio stuffMike Larkin
2017-01-21dont print config if its brokenSebastian Benoit
2017-01-21it's chain certificate not certificate chainFlorian Obser
2017-01-21Enforce minimum config in the parser.Florian Obser
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2017-01-21Having a 'case 256:' in a switch (<uchar>) {} is bad on principleKenneth R Westerback
2017-01-21Improve DocumentationSebastian Benoit
2017-01-21add option 'domain full chain certificate "path"',Sebastian Benoit
2017-01-21document default challengedir "/var/www/acme"Sebastian Benoit
2017-01-21see also acme-client.conf(5) suggested by millert and Raf CzlonkaSebastian Benoit
2017-01-21Implement domain chain certificate.Florian Obser
2017-01-21Split certificate file from config file into certdir and certfile.Florian Obser
2017-01-21remove unused vars; OK bennoFlorian Obser
2017-01-21Remove backup option. This is not acme-client's business; also it getsFlorian Obser
2017-01-21We are only dealing with one domain on the command lineFlorian Obser
2017-01-21Accommodate gcc's suggestion that assignments used as truth valuesKenneth R Westerback