summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-11-01Further simplify cert and auth handling. Move common code into auth_insertClaudio Jeker
2021-11-01Cleanup struct auth a bit. The tal description is also stored in the certClaudio Jeker
2021-10-31Further improve load_file(). Always set an errno on errors and make sureClaudio Jeker
2021-10-31When converting the TAL parser to use load_file and pass the file viaClaudio Jeker
2021-10-30document (hopefully) near future directionsMarc Espie
2021-10-29rpki-client 7.4 is imminent, bump versionClaudio Jeker
2021-10-29Ensure that RRDP snapshot and delta files are fetched from the same hostClaudio Jeker
2021-10-29Limit the HTTP requests to 2GB of data. This is enforced via a quickClaudio Jeker
2021-10-28Sync output at end of run with output inside the openbgpd output file.Claudio Jeker
2021-10-28Limit how many FileAndHash entries a single manifest may containJob Snijders
2021-10-28Don't fetch files larger than 2MBJob Snijders
2021-10-28Limit the size of the base64 blob inside the RRDP XML to be less thanClaudio Jeker
2021-10-28Don't exit in certain cases on failures to parse x509 objects.Bob Beck
2021-10-27Add limits on size of certain untrusted inputsBob Beck
2021-10-27Limit length on URIsJob Snijders
2021-10-26Move load_file() to encoding.c so that regress can use the function.Claudio Jeker
2021-10-26Refactor the tal parsing code to use the same load_file() and bufferClaudio Jeker
2021-10-26Also move the cert parser code away from using BIO.Claudio Jeker
2021-10-26rpki-client supports RFC8630 TAL files.Claudio Jeker
2021-10-26Change CMS and CRL d2i functions from their BIO version to passing theClaudio Jeker
2021-10-25Zap unused variables/functions under /usr/src/*bin/Klemens Nanni
2021-10-25Refactor the proc_parser code, move the processing of enities into itsClaudio Jeker
2021-10-25Hook up the print.c functions in rpki-clientClaudio Jeker
2021-10-25Remove unused variablesClaudio Jeker
2021-10-25If we use type to SNMP_V2 we should check against that.Martijn van Duren
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24Move the various print functions from the regress tests into print.c.Claudio Jeker
2021-10-24Add $OpenBSD$ header and add a licence to rrdp.h which was lacking it.Claudio Jeker
2021-10-24Add my copyright to some filesClaudio Jeker
2021-10-24Add httpd custom error page facility. Adapted by me fromIan Darwin
2021-10-24Use unveil(2) for the possible script file, dt(4) and ksyms(4) nodes.Martin Pieuchot
2021-10-24Improve variable namingJob Snijders
2021-10-24nsd 4.3.7 shipped with DNS cookies on and then flipped to a default ofFlorian Obser
2021-10-24Update to 4.3.8.Florian Obser
2021-10-24Restrict the characterset for filenames on ManifestsJob Snijders
2010-01-15NSD v3.2.4Jakob Schlyter
2021-10-23do not duplicate "Connection: close" headers and only add it if itsSebastian Benoit
2021-10-23Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.Claudio Jeker
2021-10-23Finnally move away from blocking reads in rpki-client. The code was aClaudio Jeker
2021-10-23* stop sending the content for head requests, even when its supplied by theSebastian Benoit
2021-10-23annotate a 413 error with "request body too large" in the error log.Sebastian Benoit
2021-10-23Correctly print varbind not found contexts.Martijn van Duren
2021-10-23Always print the community.Martijn van Duren
2021-10-23We define Unsigned32 as [Application 7], which was part of RFC1442 (1993),Martijn van Duren
2021-10-23add "rcctl ls rogue", to show daemons which are running but not set asStuart Henderson
2021-10-22First step of cleanup in the io land. Introduce io_buf_new() andClaudio Jeker
2021-10-22return unsupported version for version less than HTTP/0.9 and higherSebastian Benoit
2021-10-21Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE insideMartijn van Duren
2021-10-21s/SNMP_C_GETRESP/SNMP_C_RESPONSEMartijn van Duren
2021-10-21when a client sends header lines without a colon, respond with 400 BadSebastian Benoit