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
2021-03-05
Factor out the URI check we do in various places into valid_uri().
Claudio Jeker
2021-03-05
Factor out the SHA256 hash checks into valid_filehash() so that it can
Claudio Jeker
2021-03-05
Remove space at end of line
Claudio Jeker
2021-03-04
Add two error checks for strdup for consistency.
Theo Buehler
2021-03-04
typo in comment
Theo Buehler
2021-03-04
Last commit was done from a non-clean tree. Revert one line that broke
Claudio Jeker
2021-03-04
Unify the out of memory errors here as well.
Claudio Jeker
2021-03-04
Use the same way to error out in out of memory situation.
Claudio Jeker
2021-03-04
an -> and
Theo Buehler
2021-03-04
zap whitespace on three lines
Theo Buehler
2021-03-04
Replace NOTREACHED with actuall errx() calls. I managed to return from
Claudio Jeker
2021-03-04
Remove NOTREACHED marker, it should be obvious when the code is:
Claudio Jeker
2021-03-04
Simply ignore errors from tls_close(). ftp(1) does the same and it seems
Claudio Jeker
2021-03-04
Implement a https client as a sub-process for rpki-client. This code will
Claudio Jeker
2021-03-02
There is no longer the need to mkpathat(), the main process runs now from
Claudio Jeker
2021-03-02
Open both the cachedir and outputdir early and use fchdir(2) to
Claudio Jeker
2021-03-02
When building the chain of the intermediate certificates do not include the
Claudio Jeker
2021-02-27
It is perfectly fine to POLLIN and POLLOUT at the same time. It may
Claudio Jeker
2021-02-23
Adjust pledge() and unveil() calls for proc_rsync() a bit. Since the
Claudio Jeker
2021-02-22
Rename mkpath() to mkpathat() since it uses mkdirat() internally.
Claudio Jeker
2021-02-19
Convert reallocarray + memset to recallocarray.
Theo Buehler
2021-02-19
Add the same ASCII check to the URI in TAL files as we do for URI in .cer files
Claudio Jeker
2021-02-19
Move the mkpath() call from the rsync path to the main process. This allows
Claudio Jeker
2021-02-18
Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().
Claudio Jeker
2021-02-18
All the code for output handling was moved to output.c some time ago.
Claudio Jeker
2021-02-16
Prevent double free by copying the URI string from struct tal to the repo.
Claudio Jeker
2021-02-16
Rework the repository handling. Split the handling of trust anchors into
Claudio Jeker
2021-02-16
get Authority Information Access (AIA) from CA & EE certs
job
2021-02-08
Extract the 1.3.6.1.5.5.7.48.5 (caRepository) SIA from the certificate.
Claudio Jeker
2021-02-05
Remove the not so periodic stats from rpki-client. The output is not very
Claudio Jeker
2021-02-04
The uri parameter of struct entity is actually a local file path.
Claudio Jeker
2021-02-04
Define the msgbuf queues globably. Clean up the code since rsyncq and procq
Claudio Jeker
2021-02-04
Fix an overly long line
Claudio Jeker
2021-02-04
Eventhough most openssl includes include everything try to be a bit more
Claudio Jeker
2021-02-04
Remove openssl includes and fcntl.h neither of those are used in main.c.
Claudio Jeker
2021-02-04
Cleanup openssl includes a bit. Use x509.h instead of x509v3.h, add asn1.h
Claudio Jeker
2021-02-04
Shuffle code around, move all the bits of proc_parser into parser.c.
Claudio Jeker
2021-02-03
Use mkpath() == -1 to check for failure. No functional change.
Claudio Jeker
2021-02-02
Adjust the repository handling a bit. Instead of storing host/module pairs
Claudio Jeker
2021-02-02
Add a mkpath() helper function to rpki-client to recursively create
Claudio Jeker
2021-01-29
A while ago rpki-client was changed to validate the sha256 hashes of
Claudio Jeker
2021-01-12
rsync is using buffered output now, so remove this FIXME comment
Claudio Jeker
2021-01-08
Simplify the entity queue processing. There is no need to keep the entity
Claudio Jeker
2021-01-08
Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing
Claudio Jeker
2020-12-29
Fix calloc in GBR
job
2020-12-21
Now that a NULL string is marshalled as NULL again we can drop some
Claudio Jeker
2020-12-18
In io_str_read() return 0-length strings as NULL pointers instead of
Claudio Jeker
2020-12-18
Use asprintf with %.*s to construct the path based on the mft file
Claudio Jeker
2020-12-09
Lets claim RFC6493 support.
Claudio Jeker
2020-12-09
Validate ghostbuster records (RFC 6493) but for now do nothing with the
Claudio Jeker
[next]