Age | Commit message (Expand) | Author |
2021-11-01 | Further simplify cert and auth handling. Move common code into auth_insert | Claudio Jeker |
2021-11-01 | Cleanup struct auth a bit. The tal description is also stored in the cert | 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-30 | document (hopefully) near future directions | Marc Espie |
2021-10-29 | rpki-client 7.4 is imminent, bump version | Claudio Jeker |
2021-10-29 | Ensure that RRDP snapshot and delta files are fetched from the same host | Claudio Jeker |
2021-10-29 | Limit the HTTP requests to 2GB of data. This is enforced via a quick | Claudio Jeker |
2021-10-28 | Sync output at end of run with output inside the openbgpd output file. | Claudio Jeker |
2021-10-28 | Limit how many FileAndHash entries a single manifest may contain | Job Snijders |
2021-10-28 | Don't fetch files larger than 2MB | Job Snijders |
2021-10-28 | Limit the size of the base64 blob inside the RRDP XML to be less than | Claudio Jeker |
2021-10-28 | Don't exit in certain cases on failures to parse x509 objects. | Bob Beck |
2021-10-27 | Add limits on size of certain untrusted inputs | Bob Beck |
2021-10-27 | Limit length on URIs | Job Snijders |
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-26 | Also move the cert parser code away from using BIO. | Claudio Jeker |
2021-10-26 | rpki-client supports RFC8630 TAL files. | Claudio Jeker |
2021-10-26 | Change CMS and CRL d2i functions from their BIO version to passing the | Claudio Jeker |
2021-10-25 | Zap unused variables/functions under /usr/src/*bin/ | Klemens Nanni |
2021-10-25 | Refactor the proc_parser code, move the processing of enities into its | Claudio Jeker |
2021-10-25 | Hook up the print.c functions in rpki-client | Claudio Jeker |
2021-10-25 | Remove unused variables | Claudio Jeker |
2021-10-25 | If we use type to SNMP_V2 we should check against that. | Martijn van Duren |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | Move the various print functions from the regress tests into print.c. | Claudio Jeker |
2021-10-24 | Add $OpenBSD$ header and add a licence to rrdp.h which was lacking it. | Claudio Jeker |
2021-10-24 | Add my copyright to some files | Claudio Jeker |
2021-10-24 | Add httpd custom error page facility. Adapted by me from | Ian Darwin |
2021-10-24 | Use unveil(2) for the possible script file, dt(4) and ksyms(4) nodes. | Martin Pieuchot |
2021-10-24 | Improve variable naming | Job Snijders |
2021-10-24 | nsd 4.3.7 shipped with DNS cookies on and then flipped to a default of | Florian Obser |
2021-10-24 | Update to 4.3.8. | Florian Obser |
2021-10-24 | Restrict the characterset for filenames on Manifests | Job Snijders |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2021-10-23 | do not duplicate "Connection: close" headers and only add it if its | Sebastian Benoit |
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-23 | * stop sending the content for head requests, even when its supplied by the | Sebastian Benoit |
2021-10-23 | annotate a 413 error with "request body too large" in the error log. | Sebastian Benoit |
2021-10-23 | Correctly print varbind not found contexts. | Martijn van Duren |
2021-10-23 | Always print the community. | Martijn van Duren |
2021-10-23 | We define Unsigned32 as [Application 7], which was part of RFC1442 (1993), | Martijn van Duren |
2021-10-23 | add "rcctl ls rogue", to show daemons which are running but not set as | Stuart Henderson |
2021-10-22 | First step of cleanup in the io land. Introduce io_buf_new() and | Claudio Jeker |
2021-10-22 | return unsupported version for version less than HTTP/0.9 and higher | Sebastian Benoit |
2021-10-21 | Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE inside | Martijn van Duren |
2021-10-21 | s/SNMP_C_GETRESP/SNMP_C_RESPONSE | Martijn van Duren |
2021-10-21 | when a client sends header lines without a colon, respond with 400 Bad | Sebastian Benoit |