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
/
repo.c
Age
Commit message (
Expand
)
Author
2023-07-20
Do not set O_EXCL on open() when a published file is on the withdraw list.
Claudio Jeker
2023-06-29
rpki-client: fix vap_pas stats
Theo Buehler
2023-06-29
In rrdp_session_save() stop the loop over deltas once MAX_RRDP_DELTAS
Claudio Jeker
2023-06-23
Improve detection of RRDP session desynchronization
Claudio Jeker
2023-05-30
Fixup file modification timestamps to optimize failover from RRDP to RSYNC
Job Snijders
2023-05-25
Fix repo_cleanup_entry() state machine so that the repository lookups
Claudio Jeker
2023-05-16
RRDP snapshots should encode publish elements only once. If encountered
Claudio Jeker
2023-04-26
Improve accounting by tracking things by repo and tal.
Claudio Jeker
2023-03-30
Add the protocol used to sync the repository to the open-metric output.
Claudio Jeker
2023-03-29
Instead of storing the short TAL name as repouri use the first TAL URI
Claudio Jeker
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-15
Rework statistic collection to be per repository and add metric output option
Claudio Jeker
2022-09-02
Introduce a deadline timer that aborts all repository syncs.
Claudio Jeker
2022-09-02
Use the abort commands when a repo timeout happens. This is cleaner
Claudio Jeker
2022-09-02
Move mkpath logic after checking for 'noop' to prevent creation of directorie...
Job Snijders
2022-08-30
In RRDP mode it is possible that a file in the validated cache dir is
Claudio Jeker
2022-07-17
infromation -> information
Jonathan Gray
2022-05-15
More KNF and whitespace fixes.
Theo Buehler
2022-04-20
Fix various annoying whitespace errors.
Theo Buehler
2022-04-04
Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no
Claudio Jeker
2022-02-14
Draw a bit more attention to transport switches between RRDP, RSYNC, and cache
Job Snijders
2022-02-02
When a RRDP fetch failed not only clear the filesystem but also flush
Claudio Jeker
2022-01-28
Do not skip .rrdp cache cleanup if rrdp is off (option -R). The sync
Claudio Jeker
2022-01-26
Change the repository layout by removing the valid directory. Everything
Claudio Jeker
2022-01-24
When rename fails show the source filename and not the destination.
Claudio Jeker
2022-01-23
Handle EINTR the same way in all poll loops. In all cases restart the
Claudio Jeker
2022-01-14
Introduce a validated cache which holds all the files that have
Claudio Jeker
2022-01-13
Move some functions around to reduce diff with an upcoming change.
Claudio Jeker
2022-01-13
Alter valid_filehash() to take a file descriptor instead of a path.
Claudio Jeker
2022-01-13
Implement a RRDP_CLEAR message that instructs the parent to cleanup
Claudio Jeker
2022-01-13
Add the same entityq_flush() logic in ta_lookup() as it is done in
Claudio Jeker
2022-01-11
Change the way the parser accesses files. It now builds the file path
Claudio Jeker
2022-01-04
Fix -n mode by setting repository states to REPO_DONE instead of the
Claudio Jeker
2021-12-29
Merge multiple similar code bits together into repo_done(). Which currently
Claudio Jeker
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-12-21
Simplify code a bit. There is only one TA per TAL and so only one
Claudio Jeker
2021-12-07
Use one common function to build the base directory path for repositories.
Claudio Jeker
2021-11-25
Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th of
Job Snijders
2021-11-25
Check for possible negative diff timeout. Clamp it to 0 in that case.
Claudio Jeker
2021-11-15
Adjust how the repository count limit works. Instead of failing hard just
Claudio Jeker
2021-11-09
Limit the number of publication points under a given TAL.
Claudio Jeker
2021-11-04
Instead of creating a struct repo for each unique caRepository URI
Claudio Jeker
2021-08-12
Rework the logic for fetching TA files a bit. Move the logic that checks
Claudio Jeker
2021-06-14
Change errors for file manipulations from err(3) to warn(3) and adjust the
Claudio Jeker
2021-05-04
Similar to rsync repo delay deletes for rrdp repos to after processing
Claudio Jeker
2021-04-19
code review results in KNF, and moving local variables into lowest scope
Theo de Raadt
2021-04-13
Before adding a file to the temporary rrdp repo remove it from the
Claudio Jeker
2021-04-07
When merging a repo even files to delete can be part of the temporary
Claudio Jeker
2021-04-02
fix typo + some whitespace
Theo Buehler
2021-04-01
spelling
Theo de Raadt
[next]