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
/
main.c
Age
Commit message (
Expand
)
Author
2021-02-19
Convert reallocarray + memset to recallocarray.
Theo Buehler
2021-02-19
Move the mkpath() call from the rsync path to the main process. This allows
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-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
Remove openssl includes and fcntl.h neither of those are used in main.c.
Claudio Jeker
2021-02-04
Shuffle code around, move all the bits of proc_parser into parser.c.
Claudio Jeker
2021-02-02
Adjust the repository handling a bit. Instead of storing host/module pairs
Claudio Jeker
2021-01-29
A while ago rpki-client was changed to validate the sha256 hashes of
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-21
Now that a NULL string is marshalled as NULL again we can drop some
Claudio Jeker
2020-12-18
Use asprintf with %.*s to construct the path based on the mft file
Claudio Jeker
2020-12-09
Validate ghostbuster records (RFC 6493) but for now do nothing with the
Claudio Jeker
2020-12-02
Remove the last users of io_*_write functions that call io_simple_write()
Claudio Jeker
2020-10-24
queue_add_from_cert() and queue_add_from_tal() are both called with properly
Claudio Jeker
2020-10-11
Introduce repo_filename() a function that converts a URI into the local
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-15
Experienced a situation where (older code) rpki-client+openrsyncd got "stuck"
Theo de Raadt
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-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-06
rpki-client is only interested in real files. Don't tell rsync to
Claudio Jeker
2020-04-30
Reword verbose log messages to clarify what's happening
job
2020-04-30
Place elapsed, user, and system time for processing in the comment headers.
Theo de Raadt
2020-04-28
Print statistics as comments at the top of the files which can take
Theo de Raadt
2020-04-23
Always initialize cachedir and outputdir.
Sebastian Benoit
2020-04-18
improve whitespaces in usage
Theo de Raadt
2020-04-16
remove the libcrypto cleanup before exit. Most of the functions are
Claudio Jeker
2020-04-16
Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);
Claudio Jeker
2020-04-01
Split the mft file and hash check from the mft parsing. This makes it easier
Claudio Jeker
2020-04-01
Better warning message. Show the filename of the CRL instead of the constant
Claudio Jeker
2020-03-06
Change default table name for BIRD to something that is more easily identifab...
job
2020-02-11
Simplify and unify wording for the -I sourceaddr option in various places.
Theo de Raadt
2019-12-16
When rsync exits non zero because of network issues or because the
Claudio Jeker
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
[next]