Age | Commit message (Expand) | Author |
2022-05-13 | Fix unused bits handling for ip addresses | Theo Buehler |
2022-05-13 | Follow the recent change that the unit of `imgsize' argument of | YASUOKA Masahiko |
2022-05-12 | yet another stupid shadowed variable, thx sthen@ | Marc Espie |
2022-05-12 | explicitly write LRU in a comment so that it's easier to find ;) | Marc Espie |
2022-05-12 | Remove verify callback | Theo Buehler |
2022-05-12 | nuke tabs | Theo Buehler |
2022-05-12 | Align parsing of ipAddrBlock with autnomousSysNum | Theo Buehler |
2022-05-12 | Tidy up IP handling | Theo Buehler |
2022-05-12 | Refactor parsing of autonomousSysNum. Adjust code so that the allocation | Claudio Jeker |
2022-05-12 | ditch the ... | Marc Espie |
2022-05-11 | Verify MFT and GBR objects only carry RFC 3779 extensions set to 'inherit' | Job Snijders |
2022-05-11 | Zap stray space | Theo Buehler |
2022-05-11 | fix quirks timestamp display: it's done somewhat early, before we decide | Marc Espie |
2022-05-11 | Cache X509v3 extensions as soon as we have a cert | Theo Buehler |
2022-05-11 | In filemode check whether ROA & RSC resources are properly contained | Job Snijders |
2022-05-11 | tweak header | Marc Espie |
2022-05-11 | locate yields information in sorted order (of course) | Marc Espie |
2022-05-11 | gc old stats code I no longer use | Marc Espie |
2022-05-11 | Fix doc comment of sbgp_asrange() | Theo Buehler |
2022-05-11 | Move sbgp_addr() down to the other sbgp_addr_* functions. | Theo Buehler |
2022-05-11 | Deserialize ASIdentifiers in libcrypto | Theo Buehler |
2022-05-11 | move a bit of code in a separate sub, fix indentation, add some comments | Marc Espie |
2022-05-10 | Fix a couple of typos in doc comments, bunch of KNF (whitespace) tweaks | Theo Buehler |
2022-05-10 | Deserialize IPAddrBlocks in libcrypto | Theo Buehler |
2022-05-10 | Fix leaks due to incorrect early returns rather than proper cleanup. | Theo Buehler |
2022-05-10 | Confirm the absense of the Basic Constraints extension in non-CA certs | Job Snijders |
2022-05-10 | Validate RSC filenames | Theo Buehler |
2022-05-10 | Improve control flow readability by removing 'else if' stanzas | Job Snijders |
2022-05-09 | Drop prototype of currently nonexistent function. | Theo Buehler |
2022-05-09 | Commit file missed in previous. | Theo Buehler |
2022-05-09 | Add preliminary support for decoding RSC objects in filemode | Job Snijders |
2022-05-09 | shadowing variables is a bad idea (thanks Anton, this fixes regress) | Marc Espie |
2022-05-08 | vmd: fix rebooting a received vm | Dave Voutila |
2022-05-08 | get rid of horribly complex optimization that's no longer relevant. | Marc Espie |
2022-05-08 | better abstraction: instead of storing a string we're going to parse for | Marc Espie |
2022-05-08 | show actual linking operations alongside renames if verbose >= 5 | Marc Espie |
2022-05-08 | now we no longer go through temporary files when names don't change, | Marc Espie |
2022-05-06 | Relax the limitation of what is an acceptable unicast IP. | Claudio Jeker |
2022-05-05 | Check that the challenge token which is turned into a filename is | Florian Obser |
2022-05-04 | vmctl(8)/vmd(8): convert disk sizes from MB to bytes | Dave Voutila |
2022-05-04 | rpki-client: bypass timeout in file mode. | Theo Buehler |
2022-05-04 | Variable pri is uninitialized, use msg.m_pri instead. This affects | Alexander Bluhm |
2022-05-04 | Tweak wording of a comment to reflect current reality better. | Theo Buehler |
2022-05-04 | Remove extra empty line | Claudio Jeker |
2022-05-04 | Missed removing some memory scaling in vmm, vmctl. | Dave Voutila |
2022-05-03 | vmm/vmd/vmctl: standardize memory units to bytes | Dave Voutila |
2022-05-01 | Install useful btrace scripts into /usr/share/btrace directory. | Alexander Bluhm |
2022-04-30 | add support for printing some extra large numbers to histograms | Ted Unangst |
2022-04-29 | finally, turn on caching by default | Marc Espie |
2022-04-28 | btrace(8): fix lexer to allow whitespace after filters. | Dave Voutila |