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