summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
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-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-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-08Switch default snmpd and snmp auth back to hmac-sha1.Stuart Henderson
2021-08-08mention that "system services" value is in decimal. ok martijn@Stuart Henderson
2021-08-01Allow trapv2 packages to be submitted over SNMPv3.Martijn van Duren
2021-08-01Set smi_application in usm's ber as well.Martijn van Duren
2021-06-20Change default user auth to hmac-sha256 and enc to aes.Martijn van Duren
2021-06-20Tighten default security for snmpd(8). This is done by doing severalMartijn van Duren
2021-06-14snmpd.conf(5): fix typo/plurals and tweak wording. ok jmc martijnStuart Henderson
2021-05-20Rename context to pdutype. This is in line with the naming schema from theMartijn van Duren
2021-03-09Fix some old phrasing on how to set up a trap handler which aren't correctMartijn van Duren
2021-02-22Make use of the new '$' feature of ober_scanf_elements to enforce stricterMartijn van Duren
2021-02-05Introduce a transaction id. This is currently mostly a dummy-variable, butMartijn van Duren
2021-01-28Remove print_{debug,verbose} since they're currently unused and I see noMartijn van Duren
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-22Remove the traphandler process, which was nothing more then a sham.Martijn van Duren
2021-01-05Refactor how traphandler verifies the code.Martijn van Duren
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itMartijn van Duren
2020-10-30Remove the old deprecated listen on syntax.Martijn van Duren
2020-10-24double word blunder; from sean daviesJason McIntyre
2020-09-10Move the tcp/udp keyword before <address>. This allows for easier addingMartijn van Duren
2020-09-06Remove snmpe_dispatch_parent.Martijn van Duren
2020-09-06replace duplicated sizeofa marco with predefined nitemsjan
2020-09-06Split "trap receiver" into its own trap_address struct and clean up theMartijn van Duren
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren
2020-08-17Previous commit broke two things:Martijn van Duren
2020-08-08Greatly simplify snmpe_parsevarbinds.Martijn van Duren
2020-07-01Allow hrStorageSize and hrStorageUsed to cope with sizes larger thenMartijn van Duren
2020-07-01Remove control socket referenceMartijn van Duren
2020-06-30Remove agentx and control socket support.Martijn van Duren
2020-06-05Remove redundant codedenis
2020-05-15pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha
2020-05-02If read-write is set to disabled, also disable reading with the privateMartijn van Duren
2020-03-11Make traphandler_parse also set vbinds for SNMPv1 traps.Martijn van Duren
2020-02-14Don't log a generr in stats when there is no error.Martijn van Duren
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
2020-01-28usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-02When many prefixes are stored in pf tables it is not sensibleFlorian Obser
2019-12-09Initialize length of uptime and trapoid for trap_agentx.Martijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-09Revert previous. This introduces problems when requesting the base oid of aMartijn van Duren
2019-10-03For getnext request check if the requested oid or one of its parentMartijn van Duren
2019-08-14Fix ber_scanf_elements for traphandler:Martijn van Duren