summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2022-04-28glue for 7.2Marc Espie
2022-04-27have use_old_libs say something if it's the reason a package gets updatedMarc Espie
2022-04-27split the code in figure_out_kept:Marc Espie
2022-04-27"pretty print" verbose messages: more context, and indent them to makeMarc Espie
2022-04-27give a bit more context in verbose messageMarc Espie
2022-04-27note to myself for 7.2Marc Espie
2022-04-27typo: exceded -> exceedTheo Buehler
2022-04-25Fix spelling error in warnx()Job Snijders
2022-04-24zap extra blank lineTheo Buehler
2022-04-24Wrap two overlong linesTheo Buehler
2022-04-24trailing whitespaceTheo Buehler
2022-04-24In filemode emit the hash which uniquely identifies a given Signed ObjectJob Snijders
2022-04-21Further refactor and cleanup filemode.c mainly remove the copies ofClaudio Jeker
2022-04-21The filemode code is enough different from the regular parser code that itClaudio Jeker
2022-04-20Fix mandoc -Tlint warning about trailing whitespaceTheo Buehler
2022-04-20more whitespace cleanupsTheo de Raadt
2022-04-20Fix various annoying whitespace errors.Theo Buehler
2022-04-20Print UTC time with gmtime()Theo Buehler
2022-04-20Improve proc_parser_file handling of Trust AnchorsJob Snijders
2022-04-20don't try to create a partial-* package when we find out there's nothingMarc Espie
2022-04-20Add Concatenated JSON output in filemode (rpki-client -j -f *)Job Snijders
2022-04-20likewise for set flavorsMarc Espie
2022-04-20zap branch info so that pre-caching works with stuff like autoconf%2.64Marc Espie
2022-04-20Remove an unreachable error messageTheo Buehler
2022-04-19zap extra line break and extra empty lineTheo Buehler
2022-04-19Do not use a hidden global for the EVP_ENCODE_CTX to save a calloc() call.Claudio Jeker
2022-04-19Avoid leaking crldp in mft_parse() if one of the crlfile checks fails.Theo Buehler
2022-04-19Change type of talsz and dependent code from size_t to int. Tal ids areClaudio Jeker