summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/tal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* To help -portable, use a strrchr instead of basename, since we know whatderaadt2020-04-111-4/+6
* Use the correct math to calculate how many bytes are needed for b64_pton().claudio2020-03-271-2/+2
* add a comment noting missing functionalitybenno2019-11-291-1/+2
* s/EXIT_FAILURE/1/benno2019-11-291-17/+17
* tal_read_file() should error out instead of returning a NULL buffer.claudio2019-11-181-8/+15
* For now ignore https:// URI in tal files. rpki-client only does rsync.claudio2019-11-061-1/+7
* The memory returned by realloc(NULL, ...) is uninitalized. Therefore makeclaudio2019-11-061-2/+5
* If tal_parse_buffer() fails return early because the code that followsclaudio2019-11-061-1/+3
* The argument to the ctype functions needs to be representable as anclaudio2019-11-041-2/+3
* Refactor tal code a bit. Move the file reader back into tal.c so that theclaudio2019-11-041-1/+59
* Handle the TAL files in the master process and pass them as buffer to theclaudio2019-10-311-81/+29
* Rewrite the output handling of rpki-client and add an option to dump theclaudio2019-10-081-2/+20
* Don't use assert to validate user input. assert() is not for that, insteadclaudio2019-06-201-3/+11
* use $OpenBSD$ headersderaadt2019-06-191-1/+1
* indentation adjustments, in particular near warn statementsderaadt2019-06-191-10/+8
* system includes first, always.deraadt2019-06-171-2/+2
* Don't do -portable in base. It is better done outside the tree.deraadt2019-06-171-2/+1
* ../../../logmessagejob2019-06-171-0/+254