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
2019-12-12
correct output option list, from Alarig Le Lay
Theo de Raadt
2019-12-06
add -d to usage();
Jason McIntyre
2019-12-06
Don't hardcode the cache directory for rpki-client. If started as root
Claudio Jeker
2019-12-05
No need to unveil(NULL, NULL) right before pledge "stdio rpath".
Theo Buehler
2019-12-04
use return x; instead of return (x);, like all other files here.
Sebastian Benoit
2019-12-04
reduce includes to the required minimum.
Sebastian Benoit
2019-12-04
Rework rpki-client documentation
job
2019-12-04
split output management code into seperate file. iterate over output
Theo de Raadt
2019-12-02
output_createtmp() remembers the true name, so output_finish() does not
Theo de Raadt
2019-12-02
linewrap usage
Theo de Raadt
2019-12-02
missing | leads to incompete results
Theo de Raadt
2019-11-30
- no -r option
Jason McIntyre
2019-11-30
Document new flag and output arrangement better
Theo de Raadt
2019-11-30
Tweak rpki-client to create all 4 output file formats from a single
Theo de Raadt
2019-11-29
Use X509_STORE_CTX_set_flags() instead of doing the same thing by hand
Claudio Jeker
2019-11-29
Restore the previous behaiviour of not checking the crl for the mft.
Sebastian Benoit
2019-11-29
remove two items from the todo list
Sebastian Benoit
2019-11-29
... and fix the compile.
Sebastian Benoit
2019-11-29
bring back CRL checks, noted by claudio@
Sebastian Benoit
2019-11-29
delete REAMDE.md
Sebastian Benoit
2019-11-29
Improve the programs description a little
Sebastian Benoit
2019-11-29
add a comment noting missing functionality
Sebastian Benoit
2019-11-29
whitespaces
Theo de Raadt
2019-11-29
document use of /var/db/rpki-client/ and /var/cache/rpki-client/
Sebastian Benoit
2019-11-29
s/EXIT_SUCCESS/0/
Sebastian Benoit
2019-11-29
e2k19 - above par
Sebastian Benoit
2019-11-29
not a backout commit
Sebastian Benoit
2019-11-29
commited at minus 21 degC
Sebastian Benoit
2019-11-29
You know the main street in white horse? On the left...
Sebastian Benoit
2019-11-29
The code is more what you'd call 'guidelines' than actual rules.
Sebastian Benoit
2019-11-29
s/EXIT_FAILURE/1/
Sebastian Benoit
2019-11-29
s/EXIT_FAILURE/1/
Sebastian Benoit
2019-11-29
s/EXIT_FAILURE/1/
Sebastian Benoit
2019-11-29
normalize_name() is no longer needed
Claudio Jeker
2019-11-29
Use the AKI embedded in the CRL to store the crls. This way the AKI from
Claudio Jeker
2019-11-29
If run as root, priv-drop to _rpki-client.
Theo de Raadt
2019-11-29
fchmod 0644 the output roa file, since it is public information and
Theo de Raadt
2019-11-29
Shuffle the desk chairs on this ocean liner
Claudio Jeker
2019-11-29
valid_as() should be as strict as valid_ip() when it comes to not-covered
Claudio Jeker
2019-11-29
fix io_simple_read() change from earlier 'fix warnings' commit
Sebastian Benoit
2019-11-28
enable more warning flags and fix a few issues noticed.
Sebastian Benoit
2019-11-28
improve snprintf overflow test; noted by benno
Theo de Raadt
2019-11-28
Convert the auths array into an RB tree indexed by SKI. For fast lookups
Claudio Jeker
2019-11-28
The root certs do not have a CRL distribution point extension so don't
Claudio Jeker
2019-11-28
Output to a temporary file, which gets renamed on success. This will
Theo de Raadt
2019-11-28
convert the return code to be 0 for success and 1 for failure.
Sebastian Benoit
2019-11-28
intentionally fclose output file, rather than relying on exit() to do it.
Theo de Raadt
2019-11-28
add missing prototype
Sebastian Benoit
2019-11-28
Remove -r flag and associated plumbing. We are always checking CRLs from now on.
Sebastian Benoit
2019-11-28
improve on previous to only use the required CRLs.
Sebastian Benoit
[next]