summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove superflouus mmcpy()dv2021-04-021-2/+1
* In http_connect() if the connect was actually successful break out of theclaudio2021-04-021-6/+17
* info gotten via getnameinfo in http_connect() is not used anymore, it isderaadt2021-04-021-7/+1
* Include the default cert.pem file path in tls_load_file error message.claudio2021-04-021-2/+2
* Don't leak the uri of a delta with duplicate serial.tb2021-04-021-1/+3
* configyyrename.h is no longer needed with the switch to flex -P c_.florian2021-04-021-124/+0
* if cipher list is not specified for a relay action, use the globaleric2021-04-021-3/+6
* fix sentence structure;jmc2021-04-021-3/+3
* fix typo + some whitespacetb2021-04-021-5/+5
* Indent struct members like everywhere else.tb2021-04-021-6/+6
* Update manpage about RRDPjob2021-04-011-4/+10
* sort options list;jmc2021-04-011-6/+6
* spellingderaadt2021-04-011-2/+2
* Sort usage: rR -> Rrtb2021-04-011-2/+2
* RRDP is currently off by default.claudio2021-04-011-1/+2
* Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) supportclaudio2021-04-0110-450/+3252
* Remove extraneous call of vm_getbyvmid during pause eventdv2021-04-011-2/+1
* Abate superfluous lines from remote serversjob2021-04-011-1/+2
* merge NSD 4.3.6rc1sthen2021-04-0138-653/+995
* import NSD 4.3.6rc1, tested by me and florian@sthen2021-04-012-15/+34
* Make build_crls() behave like build_chain(). If there is not auth dataclaudio2021-04-011-9/+12
* Do a better job at cleaning up. Remove empty directories, scan not only theclaudio2021-04-012-47/+78
* Move base64 and hex encoding functions into their own place.claudio2021-04-015-68/+103
* turn log_trace() into a macro to prevent evaluating the format stringeric2021-03-312-10/+9
* allow to specify tls protocols and ciphers on relay actionseric2021-03-314-10/+46
* Set the process title for the rpki-client subprocesses so they can beclaudio2021-03-311-1/+4
* Make http_new() take care of all the error handling. By closing theclaudio2021-03-301-5/+5
* Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcpdv2021-03-299-12/+124
* Install apm(8) and and apmd(8) under MI MANPATHkn2021-03-292-4/+2
* Fix my email address in copyright lineclaudio2021-03-291-2/+2
* -B option not updated about bird1v4 & bird1v6 files; ok jobderaadt2021-03-291-3/+7
* Cleanly teardown and restore emulated device state on vm send/receive.dv2021-03-293-5/+21
* Introduce hex_encode() to transform the aki/ski values to a string.claudio2021-03-292-40/+40
* Inline x509_get_extensions() and remove ittb2021-03-295-40/+28
* Pull up freeing cms in gbr_parse() after its last use to avoid a leaktb2021-03-291-2/+3
* Check all inet_ntop() calls, in case we screw up the parameters somehow wederaadt2021-03-291-9/+15
* sort includestb2021-03-291-2/+2
* Remove accidental but justified annotationtb2021-03-291-4/+1
* spellingsyasuoka2021-03-2924-102/+102
* minor KNF and consistancyderaadt2021-03-293-8/+12
* improve the naming of some intermediate buffersderaadt2021-03-291-8/+9
* 3 additional snprintf() range checks (inconceivable these would everderaadt2021-03-292-8/+16
* in unsafe_char(), handle %NN with array-index inspection rather than weirdderaadt2021-03-291-2/+2
* Add some restrictions to manifest object profilejob2021-03-282-4/+44
* Send arguments in alphabetical orderjob2021-03-273-9/+9
* inspect all the packets to see if they are dhcp, not just the first onederaadt2021-03-261-3/+2
* Simplify argument parsing of vmctl stoptb2021-03-261-15/+10
* Compare filepath with strcmp() and not strcasecmp(). The URI in RPKI areclaudio2021-03-261-2/+2
* Rewrite poll loop a bit. Put the various message queues into an arrayclaudio2021-03-261-44/+28
* Log ioctl failureskn2021-03-251-4/+7