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-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
2021-10-31
Further improve load_file(). Always set an errno on errors and make sure
Claudio Jeker
2021-10-31
When converting the TAL parser to use load_file and pass the file via
Claudio Jeker
2021-10-28
Sync output at end of run with output inside the openbgpd output file.
Claudio Jeker
2021-10-26
Move load_file() to encoding.c so that regress can use the function.
Claudio Jeker
2021-10-26
Refactor the tal parsing code to use the same load_file() and buffer
Claudio Jeker
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-10-24
Add my copyright to some files
Claudio Jeker
2021-10-23
Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.
Claudio Jeker
2021-10-23
Finnally move away from blocking reads in rpki-client. The code was a
Claudio Jeker
2021-10-22
First step of cleanup in the io land. Introduce io_buf_new() and
Claudio Jeker
2021-10-11
Add support for BGPsec Router Certificates (RFC 8209)
Job Snijders
2021-10-10
Remove unused variable
Job Snijders
2021-10-10
Make style consistent and remove an unused code path
Job Snijders
2021-10-05
Add rudimentary support for BGPsec router certificates
Job Snijders
2021-08-30
Properly account entity_queue when the file has already been seen
Job Snijders
2021-06-29
Flip the -r RRDP switch, which went through community testing for half a year.
Theo de Raadt
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-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-04-19
code review results in KNF, and moving local variables into lowest scope
Theo de Raadt
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-14
move the RPKI_VERSION define into its own version.h file, helps portable.
Sebastian Benoit
2021-04-11
Fix two typos in comments
job
2021-04-08
Switch logic from != to ==. Makes the code easier to read.
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-07
minor KNF found while hunting for a bug
Theo de Raadt
2021-04-01
Sort usage: rR -> Rr
Theo Buehler
2021-04-01
Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) support
Claudio Jeker
2021-04-01
Do a better job at cleaning up. Remove empty directories, scan not only the
Claudio Jeker
2021-03-31
Set the process title for the rpki-client subprocesses so they can be
Claudio Jeker
2021-03-29
minor KNF and consistancy
Theo de Raadt
[prev]
[next]