Age | Commit message (Expand) | Author |
2019-11-29 | Use the AKI embedded in the CRL to store the crls. This way the AKI from | Claudio Jeker |
2019-11-29 | If run as root, priv-drop to _rpki-client. | Theo de Raadt |
2019-11-29 | fchmod 0644 the output roa file, since it is public information and | Theo de Raadt |
2019-11-29 | Shuffle the desk chairs on this ocean liner | Claudio Jeker |
2019-11-29 | valid_as() should be as strict as valid_ip() when it comes to not-covered | Claudio Jeker |
2019-11-29 | fix io_simple_read() change from earlier 'fix warnings' commit | Sebastian Benoit |
2019-11-29 | Fix at least one cause of VMs spinning at 100% host CPU | Mike Larkin |
2019-11-28 | enable more warning flags and fix a few issues noticed. | Sebastian Benoit |
2019-11-28 | improve snprintf overflow test; noted by benno | Theo de Raadt |
2019-11-28 | Convert the auths array into an RB tree indexed by SKI. For fast lookups | Claudio Jeker |
2019-11-28 | The root certs do not have a CRL distribution point extension so don't | Claudio Jeker |
2019-11-28 | Output to a temporary file, which gets renamed on success. This will | Theo de Raadt |
2019-11-28 | convert the return code to be 0 for success and 1 for failure. | Sebastian Benoit |
2019-11-28 | intentionally fclose output file, rather than relying on exit() to do it. | Theo de Raadt |
2019-11-28 | add missing prototype | Sebastian Benoit |
2019-11-28 | Remove -r flag and associated plumbing. We are always checking CRLs from now on. | Sebastian Benoit |
2019-11-28 | Use scan_scaled(3) for memory in ldom.conf | kn |
2019-11-28 | improve on previous to only use the required CRLs. | Sebastian Benoit |
2019-11-28 | Add console command | kn |
2019-11-28 | Print guest domain vcctty(4) devices in status output | kn |
2019-11-28 | build with -Wall, more -W coming, ok claudio@ | Sebastian Benoit |
2019-11-28 | Check for failure of X509_get_ext_d2i() in x509_get_crl() | Claudio Jeker |
2019-11-28 | Use x509_get_crl() to get the crl distribution point out of the x509 cert. | Claudio Jeker |
2019-11-28 | Document x509_get_crl() | Claudio Jeker |
2019-11-28 | show median RTT in unwindctl status | Florian Obser |
2019-11-28 | Track all elements of a forwarder configuration individually: | Florian Obser |
2019-11-28 | Usage on excessive select, delete, download, start, stop, panic arguments | kn |
2019-11-28 | some whitespace invaded this island, and deraadt@ demanded its removal. | Sebastian Benoit |
2019-11-28 | To verify a manifest, a roa, or a certificate, we check its signature | Sebastian Benoit |
2019-11-27 | Add list-io command | kn |
2019-11-27 | use _PATH_ names for unveil if possible | Theo de Raadt |
2019-11-27 | OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs) | akoshibe |
2019-11-27 | swap some comparisons | Theo de Raadt |
2019-11-27 | whitespace | Sebastian Benoit |
2019-11-27 | Instead of only considering if a resolving strategy is dead, works or | Florian Obser |
2019-11-27 | Nuke http captive portal detection; something better is coming. | Florian Obser |
2019-11-27 | Only store ta certs in the trust store and build chains of the | Sebastian Benoit |
2019-11-27 | knf, make types grepable. ok claudio@ | Sebastian Benoit |
2019-11-27 | rename a variable to show it's a CRL. ok claudio@ | Sebastian Benoit |
2019-11-27 | Document ILOM command to reset hardware | kn |
2019-11-27 | Adjust after changing the struct ctl_show_rib (removal of aspath_len) | Claudio Jeker |
2019-11-27 | struct ctl_show_rib does not need aspath_len since this information is | Claudio Jeker |
2019-11-26 | remove stray Oc; | Jason McIntyre |
2019-11-26 | document that listen on socket can have filters attached | Gilles Chehade |
2019-11-26 | in mail.lmtp.c, split LMTP connection fd into two FILE * streams | Gilles Chehade |
2019-11-26 | timeout(9): switch to tickless backend | cheloha |
2019-11-26 | allow using 'auth' as an origin: | Gilles Chehade |
2019-11-26 | whitespaces | Gilles Chehade |
2019-11-26 | mail-from and rcpt-to already carry origin and destination, so we can make | Gilles Chehade |
2019-11-25 | Honour DEBUG | kn |