summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
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
2019-08-13snmpd was using ifq_len for ifOutQLen, apart from being the wrong variableStuart Henderson
2019-08-13Report if_iqdrops (input queue drops) as ifInDiscards. This is prettyClaudio Jeker
2019-08-09Replace snmpctl(8) references with snmp(1).Martijn van Duren
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-11Implement SHA-2 (RFC7860) support for authentication.Martijn van Duren
2019-06-11The digestlength is not always 12 bytes. Make this value variable inMartijn van Duren
2019-05-16Allow arbitrary oids to be specified for the getnext request, instead ofMartijn van Duren
2019-05-13According to RFC3414 section 4 applications should be able to discover theMartijn van Duren
2019-05-13According to RFC3414 section 4 applications should be able to discover theMartijn van Duren
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2019-05-02Index 0 is out of range for hrStorageIndex.Gerhard Roth
2019-04-29Remove unnecessary end-of-contents octets.rob
2019-04-27Only apply sign extension when less than eight bytes have been consumed. Thisrob
2019-03-24Include two new functions added by martijn@. Still a work in progress.rob
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2019-01-08The child processes of snmpd(8) did not detach from the terminal.Alexander Bluhm
2018-12-13fix printf statements when compiled with -DDEBUG.Martijn van Duren
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil