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-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
2020-12-09
All files provided in a manifest needs to be checked against the provided
Claudio Jeker
2020-12-07
Limit the URL embedded in .cer files to only consist out of isalnum or
Claudio Jeker
2020-12-03
Make sure that the strcasecmp for .tal is only done if dlen is large enough.
Claudio Jeker
2020-12-03
Use strndup() instead of hand rolling our own version.
Claudio Jeker
2020-12-02
Remove the last users of io_*_write functions that call io_simple_write()
Claudio Jeker
2020-11-24
Kill connection if rsync server stalls
job
2020-11-06
8 spaces -> tab
Theo Buehler
2020-11-06
Treat stale manifests as such, not as 'failed to parse'
Theo Buehler
2020-11-05
typo
Theo Buehler
2020-11-05
Fix checks for manifest validity interval
Theo Buehler
2020-10-24
queue_add_from_cert() and queue_add_from_tal() are both called with properly
Claudio Jeker
2020-10-24
Refactor sbgp_sia_resource_mft() similar to sbgp_sia_resource_notify().
Claudio Jeker
2020-10-23
sort options list;
Jason McIntyre
2020-10-23
Align man with reality
job
2020-10-11
Implement more of RFC 8630 and support more than one URI in the TAL file.
Claudio Jeker
2020-10-11
Introduce repo_filename() a function that converts a URI into the local
Claudio Jeker
2020-10-01
In OpenSSL 1.1.x EVP_ENCODE_CTX is an opaque struct and has to be
Claudio Jeker
[next]