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-09-15
Set the X509 validation depth limit to 12 or double the current depth.
Claudio Jeker
2021-09-14
Do not download more than 300 deltas to sync a RRDP repo. Somewhere around
Claudio Jeker
2021-09-10
Properly handle keep-alive for HTTP/1.1. If the server uses HTTP/1.1
Claudio Jeker
2021-09-09
Rework how various OIDs are compared in the code.
Claudio Jeker
2021-09-08
The number of elements being processed is known upfront. So allocate the
Claudio Jeker
2021-09-01
Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire.
Job Snijders
2021-09-01
RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --include
Claudio Jeker
2021-09-01
Fix bad logic I introduced before commit.
Claudio Jeker
2021-09-01
Document the http_proxy environment variable
Claudio Jeker
2021-09-01
Add http_proxy support to rpki-client's http handler.
Claudio Jeker
2021-08-31
memset the pfds array in the poll loop and not only at the start.
Claudio Jeker
2021-08-30
Properly account entity_queue when the file has already been seen
Job Snijders
2021-08-16
add missing break
Jonathan Gray
2021-08-12
Rework the logic for fetching TA files a bit. Move the logic that checks
Claudio Jeker
2021-08-12
The RRDP specification is very vage what to do if a notification file
Claudio Jeker
2021-08-09
Check for URI with userinfo parts (hostname has an @ sign) and fail for
Claudio Jeker
2021-08-04
Improve HTTP status handling. Allow 203 as an alternative to 200 OK.
Claudio Jeker
2021-08-01
%i is going out of vogue, use %d instead
job
2021-07-28
bump rpki-client version to 7.2
Sebastian Benoit
2021-07-28
Add more checks for ROA maxLength values
job
2021-07-28
Remove outdated information
job
2021-07-23
Adjust HTTP/1.1 request string
job
2021-07-13
Add more checks for eContent 'version' fields.
job
2021-06-29
Flip the -r RRDP switch, which went through community testing for half a year.
Theo de Raadt
2021-06-14
Fix ROA & MFT version check handling
job
2021-06-14
Change errors for file manipulations from err(3) to warn(3) and adjust the
Claudio Jeker
2021-06-14
Do a fstatvfs() call to figure out if the filesystem used for the cache
Claudio Jeker
2021-06-03
Use O_DIRECTORY when opening directories. This makes some errors a bit
Claudio Jeker
2021-05-27
Fix more warnings
job
2021-05-27
Fix warning
job
2021-05-18
bump rpki-client version
Sebastian Benoit
2021-05-11
Make sure some variables are initialised since modern gcc warns about them.
Claudio Jeker
2021-05-11
Arm the alarms in all childs so they terminate if the timeout is hit.
Claudio Jeker
2021-05-11
Before calling ASN1_time_parse() initialize the struct tm. While
Claudio Jeker
2021-05-10
To add keep-alive support the read handler got changed a lot. Now when
Claudio Jeker
2021-05-09
Garbage collect sz in mft_parse_filehash() which has been unused
Theo Buehler
2021-05-09
two whitespace tweaks
Theo Buehler
2021-05-09
Remove unnecessary NULL check that breaks the build with OpenSSL 1.1.
Theo Buehler
2021-05-06
Bring comment in sync with the code. No functional change.
Claudio Jeker
2021-05-06
Add an 'expires' column to CSV & JSON output
job
2021-05-05
Emit an integer instead of a string in JSON output
job
2021-05-05
Clarify -n behavior
job
2021-05-04
Similar to rsync repo delay deletes for rrdp repos to after processing
Claudio Jeker
2021-04-21
HTTP errors are logged by the http module. No need to repeat them.
Claudio Jeker
2021-04-21
When setting RRDP_STATE_PARSE_ERROR a warning is issued so there is no need
Claudio Jeker
2021-04-20
Add keep-alive support to the HTTP module.
Claudio Jeker
2021-04-20
Switch some warnings to logx() to reduce log noise on runs without -v.
Claudio Jeker
2021-04-20
more KNF
Theo de Raadt
2021-04-19
code review results in KNF, and moving local variables into lowest scope
Theo de Raadt
2021-04-15
Reshuffle and reindent code. No functional change.
Claudio Jeker
[next]