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
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-05
Switch proc_parser_root_cert() to not pass the entity but instead the
Claudio Jeker
2022-01-04
Pass the filename back from the parser to the parent.
Claudio Jeker
2022-01-04
Fix -n mode by setting repository states to REPO_DONE instead of the
Claudio Jeker
2022-01-04
Simplify the verify callback
Theo Buehler
2022-01-04
Stop setting X509_V_FLAG_IGNORE_CRITICAL
Theo Buehler
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-12-29
Merge multiple similar code bits together into repo_done(). Which currently
Claudio Jeker
2021-12-26
fix spelling of inheritance
Theo Buehler
2021-12-26
Check ipAddrBlock and autonomousSysNum for criticality
Theo Buehler
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-12-22
The maxlength is optional in roa entries. By setting it to the address
Claudio Jeker
2021-12-21
Cleanup a few things while reading the code.
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-12-05
fix unintended sizeof pointer
Jonathan Gray
2021-12-03
Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates.
Claudio Jeker
2021-12-03
Clarify manpage
Job Snijders
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-25
Check for possible negative diff timeout. Clamp it to 0 in that case.
Claudio Jeker
2021-11-24
Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c.
Claudio Jeker
2021-11-19
Fix typo
Job Snijders
2021-11-15
Adjust how the repository count limit works. Instead of failing hard just
Claudio Jeker
2021-11-10
Collaps the AFI specific IP print functions into ip_addr_print() their
Claudio Jeker
2021-11-10
Sync the encoding functions for URI with the version of ftp(1)
Claudio Jeker
2021-11-10
Increase maximum filesize of RPKI objects to 4MB
Job Snijders
2021-11-09
Limit the number of publication points under a given TAL.
Claudio Jeker
2021-11-09
Issue a parse error for XML files that include a DOCTYPE section.
Claudio Jeker
2021-11-09
Implementation of HTTP Keep-Alive sessions introduced a regression for
Claudio Jeker
2021-11-07
bump version, ok claudio@
Sebastian Benoit
2021-11-05
Show the attribute name like in the other non conforming attribute errors
Claudio Jeker
2021-11-05
Simplify how IP addresses and AS numbers are passed between processes.
Claudio Jeker
2021-11-04
Cleanup some old XXX needed comments. cert_parse() returns a referenced
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
Instead of creating a struct repo for each unique caRepository URI
Claudio Jeker
2021-11-04
Move and promote getmonotime() to an internal API function.
Claudio Jeker
2021-11-04
Use the same spacing for all defines.
Claudio Jeker
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-03
When handling CRLF and nulling out the optional CR, point nl at the
Theo Buehler
2021-11-03
Limit the number of rsync processes being spawned by stopping to accept
Claudio Jeker
2021-11-03
Print the name of the non conforming attribute in the XML parse error.
Claudio Jeker
2021-11-03
For chunked encoding on switch to STATE_RESPONSE_CHUNKED_TRAILER when
Claudio Jeker
2021-11-03
Move the MAX_CERT_DEPTH to extern.h and adjust the comments of all limits
Claudio Jeker
2021-11-03
In proc_parser_roa() adjust the expiry calculation to walk all of
Claudio Jeker
2021-11-02
Only add CA certificates to the auth tree, skip BGPsec certificates.
Claudio Jeker
2021-11-01
Further simplify cert and auth handling. Move common code into auth_insert
Claudio Jeker
2021-11-01
Cleanup struct auth a bit. The tal description is also stored in the cert
Claudio Jeker
2021-10-31
Further improve load_file(). Always set an errno on errors and make sure
Claudio Jeker
[next]