summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-06-12Use attr_writebuf() instead of hand rolling a more complicated versionClaudio Jeker
2023-06-12Use data != NULL to be more explicit. No functional change.Claudio Jeker
2023-06-11No need to check for DTYPE_FLOPPY. If there is neither a GPT norKenneth R Westerback
2023-06-11fix typo: 'hash buffer to small' -> too smallOmar Polo
2023-06-07Document CMS signing-time <> mod-time trickJob Snijders
2023-06-07do not pass @_ to code snippets, prepare for 5.36Marc Espie
2023-06-07Cosmetic tweak for previousTheo Buehler
2023-06-07In anticipation of a bump of the ASPA eContent profile version, updateJob Snijders
2023-06-06Make the tlsv1.0 and tlsv1.1 options in relayd do nothingBob Beck
2023-06-05Sync json.c with rpki-client rev 1.3:Claudio Jeker
2023-06-05Add an extra argument compact to json_do_object() to instruct the parserClaudio Jeker
2023-06-04Correct the comment in get_range() describing the range syntax.Todd C. Miller
2023-06-01Check the F_NEXTHOP flag on the right kroute6 object.Claudio Jeker
2023-05-31add missing include of time.hOmar Polo
2023-05-30Fixup file modification timestamps to optimize failover from RRDP to RSYNCJob Snijders
2023-05-30Revert commitid ANSBO0rBvIUtTi45:Claudio Jeker
2023-05-30Split cleanup into cleanup and repository cleanup and show how many filesClaudio Jeker
2023-05-30Convert all of filemode to use the json API as well.Claudio Jeker
2023-05-30Use error check to ensure we have SignedData in CMSTheo Buehler
2023-05-29use v5.36, this one is somewhat trivialMarc Espie
2023-05-28Used number of bytes instead of number of 512 byte sectors.ASOU Masato
2023-05-27the solver needs some love for laterMarc Espie
2023-05-27remove the extra local variable (blessing a ref to self DOES work)Marc Espie
2023-05-27comment/cosmeticMarc Espie
2023-05-27more commentMarc Espie
2023-05-27yeah, yeah, those names are horribleMarc Espie
2023-05-27finish making this a singleton class (which I don't always likeMarc Espie
2023-05-27more descriptive commentMarc Espie
2023-05-27indicate that not having hashes already is just legacy neededMarc Espie
2023-05-27point people towards relevant commentsMarc Espie
2023-05-27a few commentsMarc Espie
2023-05-27prepare for 5.36: pass $code as @code so that we don't haveMarc Espie
2023-05-27commentsMarc Espie
2023-05-27document base methodMarc Espie
2023-05-27try/catch to be revisitedMarc Espie
2023-05-27comments/cosmeticsMarc Espie
2023-05-27restore documentation: explain what ArcCheck doesMarc Espie
2023-05-27cosmetic/comments improvementMarc Espie
2023-05-27- make the handling of interactive more regular byMarc Espie
2023-05-27prepare for 5.36, document methods in base classMarc Espie
2023-05-26Properly account del_extra_files and add the value to the json header.Claudio Jeker
2023-05-25In session_process_msg() recheck the validity of the rbuf before movingClaudio Jeker
2023-05-25Update usage add -P epochClaudio Jeker
2023-05-25Fix repo_cleanup_entry() state machine so that the repository lookupsClaudio Jeker
2023-05-25remove two unused definesOmar Polo
2023-05-23don't pass state, we get them from the progressmeterMarc Espie
2023-05-23Convert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64()Theo Buehler
2023-05-23Simplify as_id_parse() using ASN1_INTEGER_get_uint64()Theo Buehler
2023-05-22Convert generalizedtime_to_tm() to ASN1_TIME_to_tm()Theo Buehler
2023-05-22Convert x509_get_time() to ASN1_TIME_to_tm()Theo Buehler