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-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
2020-10-01
Rewrite the signal handler to just toggle a flag and then exit asap
Claudio Jeker
2020-10-01
Make the repotab (rt) a global instead of passing the value around as
Claudio Jeker
2020-10-01
Use correct way to report error when strtonum fails.
Claudio Jeker
2020-09-30
Instead of using the kind of hidden b64_pton() from libc resolv.h switch
Claudio Jeker
2020-09-15
Align man page with reality
job
2020-09-15
Experienced a situation where (older code) rpki-client+openrsyncd got "stuck"
Theo de Raadt
2020-09-12
Include openssl/x509.h in extern.h since it uses a few of the typedefs from
Claudio Jeker
2020-09-12
Remove last two arguments from repo_lookup() since they are unused.
Claudio Jeker
2020-09-12
Move the proc_rsync and with that the rsync processing into rsync.c
Claudio Jeker
2020-09-12
Delete unused strdup().
tobhe
2020-09-12
Change the noop (-n) behaviour. When no network fetch is done there
Claudio Jeker
2020-07-31
Replace warnc() with warnx() + strerror() since the first is less portable.
Claudio Jeker
2020-07-28
-Separate out the adding of trust anchors into a separate function than
Bob Beck
2020-07-28
One tiny step towards adding RRDP support in rpki-client.
Claudio Jeker
2020-07-27
Fix return value check for openssl API. Do not return success if pkey is NULL.
tobhe
2020-06-30
Remove -f (force) option.
job
2020-06-24
Stop using rsync --delete when syncing up with the CA repos. Instead
Claudio Jeker
2020-05-18
Properly wait for exiting rsync processes. Since SIGCHILD is blocked
Claudio Jeker
2020-05-14
be little bit more verbose what went wrong in mkostemp
job
2020-05-14
rpki-client no longer passes -l to rsync since it does not make sense to
Claudio Jeker
2020-05-06
rpki-client is only interested in real files. Don't tell rsync to
Claudio Jeker
2020-05-03
Use strftime() rather than ctime() to generate timestamps nicer.
Theo de Raadt
2020-05-03
Make it clear the date is in UTC.
Theo de Raadt
2020-04-30
Reword verbose log messages to clarify what's happening
job
[next]