Age | Commit message (Expand) | Author |
2021-09-02 | Allow snmpd(8) to send SNMPv3 traps. | Martijn van Duren |
2021-09-01 | A couple commands don't need sys/param.h, but they do need sys/signal.h | Theo de Raadt |
2021-09-01 | Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire. | Job Snijders |
2021-09-01 | remove sys/param.h use (few small repairs) | Theo de Raadt |
2021-09-01 | Clarify maxlen is optional in roa-set | Job Snijders |
2021-09-01 | Handle the case where map/hist can be read after calling clear(). | Martin Pieuchot |
2021-09-01 | Implement roa-set data expiry. Every prefix in a roa-set can specify an | Claudio Jeker |
2021-09-01 | RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --include | Claudio Jeker |
2021-09-01 | remove unused functions and cleanup vmd.h | Dave Voutila |
2021-09-01 | Fix bad logic I introduced before commit. | Claudio Jeker |
2021-09-01 | Document the http_proxy environment variable | Claudio Jeker |
2021-09-01 | Add http_proxy support to rpki-client's http handler. | Claudio Jeker |
2021-09-01 | Imitate how free(3) behaves and make map_clear() works on NULL map. | Martin Pieuchot |
2021-09-01 | Always print non-empty map & hist on exit even if there's an END rule. | Martin Pieuchot |
2021-09-01 | Support for insert pid/tid/cpu builtins in map/hist. | Martin Pieuchot |
2021-08-31 | Make includes follow style(9). | Florian Obser |
2021-08-31 | memset the pfds array in the poll loop and not only at the start. | Claudio Jeker |
2021-08-31 | Make "relayctl reload" when agentx enabling is toggled in relayd.conf work | Martijn van Duren |
2021-08-31 | Basic test, if (no else atm), support with a single statement. | Martin Pieuchot |
2021-08-31 | Support storing syscall arguments in a map/hist. | Martin Pieuchot |
2021-08-31 | Rewrite grammar to implement operator precedence without using %right or %prec. | Martin Pieuchot |
2021-08-30 | Properly account entity_queue when the file has already been seen | Job Snijders |
2021-08-30 | Remove unused files | Job Snijders |
2021-08-30 | Implement '<' and '>' operators in filters. | Martin Pieuchot |
2021-08-29 | Mask viornd descriptor value to prevent out of bound reads. | Dave Voutila |
2021-08-29 | mask next descriptor value and fix chunk_size calculation | Dave Voutila |
2021-08-29 | check for null vioblk info | Dave Voutila |
2021-08-29 | correct device status write size | Dave Voutila |
2021-08-29 | remove old descriptor dump function | Dave Voutila |
2021-08-29 | -w default is now 3; | Jason McIntyre |
2021-08-28 | whitespace nit | Stuart Henderson |
2021-08-28 | Allow traceroute -w values down to 1 second, from John Carmack | Stuart Henderson |
2021-08-24 | fix outdated comments, from Emil Engler, thanks. | Sebastian Benoit |
2021-08-23 | Since we have a config file now we should Xr its manpage. | Florian Obser |
2021-08-16 | add missing break | Jonathan Gray |
2021-08-13 | merge unbound-1.13.2 / regen configure, ok florian | Stuart Henderson |
2021-08-13 | import unbound 1.13.2, ok florian@ | Stuart Henderson |
2021-08-12 | Rework the logic for fetching TA files a bit. Move the logic that checks | Claudio Jeker |
2021-08-12 | The RRDP specification is very vage what to do if a notification file | Claudio Jeker |
2021-08-11 | For the snmpv2c example, use a community which is something more like | Stuart Henderson |
2021-08-10 | Overlooked a listen_tcp that needed removal in previous commit. | Martijn van Duren |
2021-08-10 | add file missed in previous | Stuart Henderson |
2021-08-10 | Update to nsd 4.3.7 | Florian Obser |
2021-08-10 | Simplify and be more concise with the listen on flags description. | Martijn van Duren |
2021-08-10 | Set the SO_REUSEADDR flag on listening sockets. | Martijn van Duren |
2021-08-10 | Allow "any" to be used as a listen on address. | Martijn van Duren |
2021-08-09 | Type-O in previous. | Martijn van Duren |
2021-08-09 | Allow setting the engineid. | Martijn van Duren |
2021-08-09 | for extraction, deal with created temp file directly: | Marc Espie |
2021-08-09 | add $self->fullname to simplify the cumbersome usual name | Marc Espie |