summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-03-10do not request client certificate unless requiredEric Faurot
2021-03-10Expand the maximum length for CHAP challenge to 96 octets. npppdYASUOKA Masahiko
2021-03-10Fix "phone number" spelling.Patrick Wildt
2021-03-10When adding files from the manifest only the .crl need to be first, afterClaudio Jeker
2021-03-09Fix some old phrasing on how to set up a trap handler which aren't correctMartijn van Duren
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2021-03-08When introducing prefix_eligible() I botched up one if statement.Claudio Jeker
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07use the mx hostname for sni on outgoing connection, not the reverseEric Faurot
2021-03-05Avoid print for NULL pointerjan
2021-03-05Factor out the URI check we do in various places into valid_uri().Claudio Jeker
2021-03-05Factor out the SHA256 hash checks into valid_filehash() so that it canClaudio Jeker
2021-03-05add missing PCI classesjan
2021-03-05Start porting smtpd to libtls.Eric Faurot
2021-03-05Remove space at end of lineClaudio Jeker
2021-03-05Fix some heap over-read in logging in PPTP protocol handler.YASUOKA Masahiko
2021-03-04Add two error checks for strdup for consistency.Theo Buehler
2021-03-04typo in commentTheo Buehler
2021-03-04Last commit was done from a non-clean tree. Revert one line that brokeClaudio Jeker
2021-03-04Unify the out of memory errors here as well.Claudio Jeker
2021-03-04Use the same way to error out in out of memory situation.Claudio Jeker
2021-03-04an -> andTheo Buehler
2021-03-04zap whitespace on three linesTheo Buehler
2021-03-04Replace NOTREACHED with actuall errx() calls. I managed to return fromClaudio Jeker
2021-03-04Remove NOTREACHED marker, it should be obvious when the code is:Claudio Jeker
2021-03-04Simply ignore errors from tls_close(). ftp(1) does the same and it seemsClaudio Jeker
2021-03-04Implement a https client as a sub-process for rpki-client. This code willClaudio Jeker
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