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-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
2021-04-15
Rework the http code to require poll() only when really needed.
Claudio Jeker
2021-04-15
Make rpki-client -V output nicer.
Claudio Jeker
2021-04-15
Call rrdp_data_handler() for any kind of poll event that has happened.
Claudio Jeker
2021-04-15
Do not only check the serial number but also the session_id before
Claudio Jeker
2021-04-14
move the RPKI_VERSION define into its own version.h file, helps portable.
Sebastian Benoit
2021-04-13
Adjust http_done() the be more like http_fail() -- only do the message
Claudio Jeker
2021-04-13
Before adding a file to the temporary rrdp repo remove it from the
Claudio Jeker
2021-04-12
Cast XML_GetCurrentLineNumber() to unsigned long long in warnx since
Claudio Jeker
2021-04-11
Fix two typos in comments
job
2021-04-09
Tidy up the http state machine a bit. Make sure that http_nextstate() runs
Claudio Jeker
2021-04-08
Expose two extra metrics via JSON
job
2021-04-08
Increase buffer size for http_info a bit. 64 chars is a bit short for
Claudio Jeker
2021-04-08
Refactor the regular and chunked data write so that one function can
Claudio Jeker
2021-04-08
Switch logic from != to ==. Makes the code easier to read.
Claudio Jeker
2021-04-08
Change the order of the poll loop to first process active http connections
Claudio Jeker
2021-04-08
Shuffle deck chairs so that the order is more logical (at least for me).
Claudio Jeker
2021-04-08
Prevent a use-after-free access in case of a http redirect by also clearing
Claudio Jeker
2021-04-08
More cleanup of the main function. Use a loop to collect all childs with
Claudio Jeker
2021-04-08
Missing setproctitle("rrdp") noticed by deraadt@
Claudio Jeker
2021-04-08
reword manpage on -n
job
2021-04-07
In some cases the http process terminates and Theo's and my theory is that
Claudio Jeker
2021-04-07
Free the parser then close the file. Seems like the better order.
Claudio Jeker
2021-04-07
minor KNF found while hunting for a bug
Theo de Raadt
[next]