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
2022-08-04
Once all files from argv have been read the main process can unveil to
Claudio Jeker
2022-06-27
Add skiplist option to steer clear of skiplisted hosts
Job Snijders
2022-06-25
Don't add unknown filetypes to the entity queue. Otherwise we bail out
Theo Buehler
2022-06-01
Remove a confusing comment that has been stale since e2k19 (r1.26).
Theo Buehler
2022-05-23
There is no need to be quiet by default anymore and also stdout is
Claudio Jeker
2022-05-15
More KNF and whitespace fixes.
Theo Buehler
2022-05-10
Improve control flow readability by removing 'else if' stanzas
Job Snijders
2022-05-04
rpki-client: bypass timeout in file mode.
Theo Buehler
2022-05-04
Tweak wording of a comment to reflect current reality better.
Theo Buehler
2022-04-27
typo: exceded -> exceed
Theo Buehler
2022-04-21
The filemode code is enough different from the regular parser code that it
Claudio Jeker
2022-04-20
Remove an unreachable error message
Theo Buehler
2022-04-19
zap extra line break and extra empty line
Theo Buehler
2022-04-19
Change type of talsz and dependent code from size_t to int. Tal ids are
Claudio Jeker
2022-04-19
Cosmetics, add missing space
Claudio Jeker
2022-04-19
Adjust on how CRL and MFT files are verified.
Claudio Jeker
2022-04-11
Refactor on how the subprocesses are started.
Claudio Jeker
2022-04-04
Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no
Claudio Jeker
2022-04-04
rpki-client: remove a stale FIXME
Theo Buehler
2022-04-02
Split certificate parsing in two steps. cert_parse_pre() which does
Claudio Jeker
2022-02-10
Improve free inodes check from fs.f_favail > 0 to fs.f_free > 0.
Theo Buehler
2022-02-10
Only show the 'not enough inodes' warning if the filesystem reports more
Theo Buehler
2022-01-28
Properly handle .mft files as intended by the RFC. Instead of always
Claudio Jeker
2022-01-26
Allow rsync:// URI as file in -f mode. This makes it easier to explore
Claudio Jeker
2022-01-24
Adjust code to handle unsupported file types a bit more graceful.
Claudio Jeker
2022-01-23
rearrange SYNOPSIS/usage to be a bit clearer;
Jason McIntyre
2022-01-23
Handle EINTR the same way in all poll loops. In all cases restart the
Claudio Jeker
2022-01-23
Allow rpki-client to display more than one file in -f mode.
Claudio Jeker
2022-01-21
Add function to determine the file type from the file name extension
Theo Buehler
2022-01-21
Avoid out-of-bounds accesses in case the filename is too showrt to
Theo Buehler
2022-01-19
Add -f to usage in main routine
Job Snijders
2022-01-19
Implement a filemode where the passed file from the command line is
Claudio Jeker
2022-01-19
rpki-client: don't leak nfile if no repo is found.
Theo Buehler
2022-01-14
Introduce a validated cache which holds all the files that have
Claudio Jeker
2022-01-13
Implement a RRDP_CLEAR message that instructs the parent to cleanup
Claudio Jeker
2022-01-13
Implement but don't use code to use rsync's --compare-dest feature.
Claudio Jeker
2022-01-11
Change the way the parser accesses files. It now builds the file path
Claudio Jeker
2022-01-06
Cleanup mft file handling, especially the stale mft bits.
Claudio Jeker
2022-01-04
Pass the filename back from the parser to the parent.
Claudio Jeker
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-12-21
Cleanup a few things while reading the code.
Claudio Jeker
2021-11-25
Initialize the repo_timeout to timeout / 4 at start of main().
Claudio Jeker
2021-11-25
Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th of
Job Snijders
2021-11-19
Fix typo
Job Snijders
2021-11-09
Limit the number of publication points under a given TAL.
Claudio Jeker
2021-11-04
On errors related to the pipes to the childs don't error out right away.
Claudio Jeker
2021-11-04
Move and promote getmonotime() to an internal API function.
Claudio Jeker
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-01
Further simplify cert and auth handling. Move common code into auth_insert
Claudio Jeker
[next]