index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rpki-client
Age
Commit message (
Expand
)
Author
2022-01-24
Adjust code to handle unsupported file types a bit more graceful.
Claudio Jeker
2022-01-24
When rename fails show the source filename and not the destination.
Claudio Jeker
2022-01-24
in the options list, show -f as taking "file ..." arguments;
Jason McIntyre
2022-01-23
rearrange SYNOPSIS/usage to be a bit clearer;
Jason McIntyre
2022-01-23
Handle EINTR the same way in all poll loops. In all cases restart the
Claudio Jeker
2022-01-23
zap extra blank line
Theo Buehler
2022-01-23
Allow rpki-client to display more than one file in -f mode.
Claudio Jeker
2022-01-23
Simplify valid_cert() and valid_roa() by passing in struct auth instead
Claudio Jeker
2022-01-22
Change valid_filename() ot return an enum rtype and rename it to
Theo Buehler
2022-01-21
Add function to determine the file type from the file name extension
Theo Buehler
2022-01-21
Avoid out-of-bounds accesses in case the filename is too showrt to
Theo Buehler
2022-01-20
Move the notBefore and notAfter checks from proc_parser_root_cert()
Claudio Jeker
2022-01-20
Rename mft_check() to proc_parser_mft_check() and make it a static function.
Claudio Jeker
2022-01-19
Add -f to usage in main routine
Job Snijders
2022-01-19
Document the -f file inspection function
Job Snijders
2022-01-19
Implement a filemode where the passed file from the command line is
Claudio Jeker
2022-01-19
rpki-client: don't leak nfile if no repo is found.
Theo Buehler
2022-01-18
Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509().
Claudio Jeker
2022-01-18
Use X509_get0_pubkey() for opk and remove the EVP_PKEY_free(opk).
Claudio Jeker
2022-01-18
Change cert_parse() and ta_parse() to no longer take a x509 handle as
Claudio Jeker
2022-01-18
More fixing. Previous revert was incomplete.
Claudio Jeker
2022-01-18
Revert all the files that should have not been committed in last commit.
Claudio Jeker
2022-01-18
Kill extra newline
Claudio Jeker
2022-01-18
Fix function name in warn message.
Theo Buehler
2022-01-18
Unify the various X509_verify_cert() calls and the boiler plate code around
Claudio Jeker
2022-01-18
Cleanup the scattered OBJ_txt2obj() calls and move them into
Claudio Jeker
2022-01-14
Introduce a validated cache which holds all the files that have
Claudio Jeker
2022-01-13
Move mft_check() after setting repoid and path on the mft.
Claudio Jeker
2022-01-13
Move some functions around to reduce diff with an upcoming change.
Claudio Jeker
2022-01-13
Alter valid_filehash() to take a file descriptor instead of a path.
Claudio Jeker
2022-01-13
Implement a RRDP_CLEAR message that instructs the parent to cleanup
Claudio Jeker
2022-01-13
Implement but don't use code to use rsync's --compare-dest feature.
Claudio Jeker
2022-01-13
Add the same entityq_flush() logic in ta_lookup() as it is done in
Claudio Jeker
2022-01-11
Change the way the parser accesses files. It now builds the file path
Claudio Jeker
2022-01-06
Cleanup mft file handling, especially the stale mft bits.
Claudio Jeker
2022-01-05
Switch proc_parser_root_cert() to not pass the entity but instead the
Claudio Jeker
2022-01-04
Pass the filename back from the parser to the parent.
Claudio Jeker
2022-01-04
Fix -n mode by setting repository states to REPO_DONE instead of the
Claudio Jeker
2022-01-04
Simplify the verify callback
Theo Buehler
2022-01-04
Stop setting X509_V_FLAG_IGNORE_CRITICAL
Theo Buehler
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-12-29
Merge multiple similar code bits together into repo_done(). Which currently
Claudio Jeker
2021-12-26
fix spelling of inheritance
Theo Buehler
2021-12-26
Check ipAddrBlock and autonomousSysNum for criticality
Theo Buehler
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-12-22
The maxlength is optional in roa entries. By setting it to the address
Claudio Jeker
2021-12-21
Cleanup a few things while reading the code.
Claudio Jeker
2021-12-21
Simplify code a bit. There is only one TA per TAL and so only one
Claudio Jeker
2021-12-07
Use one common function to build the base directory path for repositories.
Claudio Jeker
2021-12-05
fix unintended sizeof pointer
Jonathan Gray
[next]