summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/Makefile
AgeCommit message (Expand)Author
2021-02-04Shuffle code around, move all the bits of proc_parser into parser.c.Claudio Jeker
2021-02-02Add a mkpath() helper function to rpki-client to recursively createClaudio Jeker
2021-01-08Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writingClaudio Jeker
2020-12-09Validate ghostbuster records (RFC 6493) but for now do nothing with theClaudio Jeker
2019-12-04split output management code into seperate file. iterate over outputTheo de Raadt
2019-11-28enable more warning flags and fix a few issues noticed.Sebastian Benoit
2019-11-28add missing prototypeSebastian Benoit
2019-11-28build with -Wall, more -W coming, ok claudio@Sebastian Benoit
2019-11-02Build rpki-client with LibreSSL.Joel Sing
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-08-12Stop pulling libssl into rpki-client.Joel Sing
2019-06-18There is no need to -I${.OBJDIR}Claudio Jeker
2019-06-17Fix Makefilejob
2019-06-17rpk-client.8 -> rpki-client.8Jonathan Gray
2019-06-17whitespaceTheo de Raadt
2019-06-17Use bsd.prog.mk style for buildingTheo de Raadt
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob