summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-03-03off by one in array bounds testsJonathan Gray
2021-03-02finish GC old unintuitive interfaceMarc Espie
2021-03-02Introduce 'rde evaluate all' a mode to work around path hiding in IXPClaudio Jeker
2021-03-02There is no longer the need to mkpathat(), the main process runs now fromClaudio Jeker
2021-03-02Open both the cachedir and outputdir early and use fchdir(2) toClaudio Jeker
2021-03-02When building the chain of the intermediate certificates do not include theClaudio Jeker
2021-03-02remove ts_print() prototype function was removed in rev 1.100Jonathan Gray
2021-03-02remove uneeded md5.h includeJonathan Gray
2021-03-02don't read past the end of an arrayJonathan Gray
2021-03-02off by one in bounds testJonathan Gray
2021-03-01Document veb(4) supportkn
2021-03-01allocate enough space in start_child() argv for all possible flagsJonathan Gray
2021-03-01off by one in bounds testJonathan Gray
2021-03-01off by one in bounds testJonathan Gray
2021-02-28add veb(4) to the list of supported bridges/switches you can configure.David Gwynne
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
2021-02-27Add logger(1) support for daemons that are logging to stdout/stderr (mostly fromAntoine Jacoutot
2021-02-27It is perfectly fine to POLLIN and POLLOUT at the same time. It mayClaudio Jeker
2021-02-26Hook up dhcpleased to the build.Florian Obser
2021-02-26Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leasesFlorian Obser
2021-02-23previous commit mismanaged the control fdTheo de Raadt
2021-02-23Adjust pledge() and unveil() calls for proc_rsync() a bit. Since theClaudio Jeker
2021-02-22Make use of the new '$' feature of ober_scanf_elements to enforce stricterMartijn van Duren
2021-02-22Rename mkpath() to mkpathat() since it uses mkdirat() internally.Claudio Jeker
2021-02-22Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether aJonathan Matthew
2021-02-19Convert reallocarray + memset to recallocarray.Theo Buehler
2021-02-19Add the same ASCII check to the URI in TAL files as we do for URI in .cer filesClaudio Jeker
2021-02-19Move the mkpath() call from the rsync path to the main process. This allowsClaudio Jeker
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().Claudio Jeker
2021-02-18All the code for output handling was moved to output.c some time ago.Claudio Jeker
2021-02-18Only pick up files matching alphanumeric and underscore characters underAntoine Jacoutot
2021-02-16Prevent double free by copying the URI string from struct tal to the repo.Claudio Jeker
2021-02-16Rework the repository handling. Split the handling of trust anchors intoClaudio Jeker
2021-02-16Add `bgpctl show rtr` to display basic information about RTR sessions.Claudio Jeker
2021-02-16Add RTR support to OpenBGPD. Add basic support for the protocol.Claudio Jeker
2021-02-16get Authority Information Access (AIA) from CA & EE certsjob
2021-02-13distrib: remove .comment section systematicallySebastien Marie
2021-02-13-h does not display version; from larry hynesJason McIntyre
2021-02-13readability fixes; from larry hynesJason McIntyre
2021-02-13various readability fixes; from larry hynesJason McIntyre
2021-02-13Fix some wrong comments and KNF/long line wrapsMike Larkin
2021-02-13various readability fixes; from larry hynesJason McIntyre
2021-02-13add some missing articles; from larry hynesJason McIntyre
2021-02-13readability fix; from larry hynesJason McIntyre
2021-02-13comma swap; from larry hynesJason McIntyre
2021-02-12Xr to ssl(8) which has clues about EC key generation that are still usefulStuart Henderson
2021-02-10rephrase example in a more consistent wayMarc Espie