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