Age | Commit message (Expand) | Author |
2021-03-11 | There is no need to revisit a file in the repo, so if the RB_INSERT fails | Claudio Jeker |
2021-03-11 | There is no need for a global enity queue, instead use per repo queues. | Claudio Jeker |
2021-03-10 | Build install media with -fno-asynchronous-unwind-tables to further | Jonathan Gray |
2021-03-10 | do not request client certificate unless required | Eric Faurot |
2021-03-10 | Expand the maximum length for CHAP challenge to 96 octets. npppd | YASUOKA Masahiko |
2021-03-10 | Fix "phone number" spelling. | Patrick Wildt |
2021-03-10 | When adding files from the manifest only the .crl need to be first, after | Claudio Jeker |
2021-03-09 | Fix some old phrasing on how to set up a trap handler which aren't correct | Martijn van Duren |
2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) | Alexander Bluhm |
2021-03-08 | When introducing prefix_eligible() I botched up one if statement. | Claudio Jeker |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-03-07 | use the mx hostname for sni on outgoing connection, not the reverse | Eric Faurot |
2021-03-05 | Avoid print for NULL pointer | jan |
2021-03-05 | Factor out the URI check we do in various places into valid_uri(). | Claudio Jeker |
2021-03-05 | Factor out the SHA256 hash checks into valid_filehash() so that it can | Claudio Jeker |
2021-03-05 | add missing PCI classes | jan |
2021-03-05 | Start porting smtpd to libtls. | Eric Faurot |
2021-03-05 | Remove space at end of line | Claudio Jeker |
2021-03-05 | Fix some heap over-read in logging in PPTP protocol handler. | YASUOKA Masahiko |
2021-03-04 | Add two error checks for strdup for consistency. | Theo Buehler |
2021-03-04 | typo in comment | Theo Buehler |
2021-03-04 | Last commit was done from a non-clean tree. Revert one line that broke | Claudio Jeker |
2021-03-04 | Unify the out of memory errors here as well. | Claudio Jeker |
2021-03-04 | Use the same way to error out in out of memory situation. | Claudio Jeker |
2021-03-04 | an -> and | Theo Buehler |
2021-03-04 | zap whitespace on three lines | Theo Buehler |
2021-03-04 | Replace NOTREACHED with actuall errx() calls. I managed to return from | Claudio Jeker |
2021-03-04 | Remove NOTREACHED marker, it should be obvious when the code is: | Claudio Jeker |
2021-03-04 | Simply ignore errors from tls_close(). ftp(1) does the same and it seems | Claudio Jeker |
2021-03-04 | Implement a https client as a sub-process for rpki-client. This code will | Claudio Jeker |
2021-03-03 | off by one in array bounds tests | Jonathan Gray |
2021-03-02 | finish GC old unintuitive interface | Marc Espie |
2021-03-02 | Introduce 'rde evaluate all' a mode to work around path hiding in IXP | Claudio Jeker |
2021-03-02 | There is no longer the need to mkpathat(), the main process runs now from | Claudio Jeker |
2021-03-02 | Open both the cachedir and outputdir early and use fchdir(2) to | Claudio Jeker |
2021-03-02 | When building the chain of the intermediate certificates do not include the | Claudio Jeker |
2021-03-02 | remove ts_print() prototype function was removed in rev 1.100 | Jonathan Gray |
2021-03-02 | remove uneeded md5.h include | Jonathan Gray |
2021-03-02 | don't read past the end of an array | Jonathan Gray |
2021-03-02 | off by one in bounds test | Jonathan Gray |
2021-03-01 | Document veb(4) support | kn |
2021-03-01 | allocate enough space in start_child() argv for all possible flags | Jonathan Gray |
2021-03-01 | off by one in bounds test | Jonathan Gray |
2021-03-01 | off by one in bounds test | Jonathan Gray |
2021-02-28 | add veb(4) to the list of supported bridges/switches you can configure. | David Gwynne |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser |
2021-02-27 | Add logger(1) support for daemons that are logging to stdout/stderr (mostly from | Antoine Jacoutot |