summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codedenis2020-06-051-2/+1
* pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspacecheloha2020-05-151-2/+2
* If read-write is set to disabled, also disable reading with the privatemartijn2020-05-021-3/+5
* Make traphandler_parse also set vbinds for SNMPv1 traps.martijn2020-03-111-3/+6
* Don't log a generr in stats when there is no error.martijn2020-02-141-1/+3
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-5/+2
* When many prefixes are stored in pf tables it is not sensibleflorian2020-01-024-40/+60
* Initialize length of uptime and trapoid for trap_agentx.martijn2019-12-091-1/+3
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-249-543/+543
* Revert previous. This introduces problems when requesting the base oid of amartijn2019-10-092-21/+4
* For getnext request check if the requested oid or one of its parentmartijn2019-10-032-4/+21
* Fix ber_scanf_elements for traphandler:martijn2019-08-141-4/+5
* snmpd was using ifq_len for ifOutQLen, apart from being the wrong variablesthen2019-08-131-13/+2
* Report if_iqdrops (input queue drops) as ifInDiscards. This is prettyclaudio2019-08-131-10/+2
* Replace snmpctl(8) references with snmp(1).martijn2019-08-092-7/+7
* added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre2019-08-081-1/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-12/+12
* Implement SHA-2 (RFC7860) support for authentication.martijn2019-06-114-9/+61
* The digestlength is not always 12 bytes. Make this value variable inmartijn2019-06-112-11/+42
* Allow arbitrary oids to be specified for the getnext request, instead ofmartijn2019-05-163-4/+11
* According to RFC3414 section 4 applications should be able to discover themartijn2019-05-131-16/+21
* According to RFC3414 section 4 applications should be able to discover themartijn2019-05-131-4/+4
* The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb2019-05-117-1941/+8
* Index 0 is out of range for hrStorageIndex.gerhard2019-05-021-1/+3
* Remove unnecessary end-of-contents octets.rob2019-04-291-2/+2
* Only apply sign extension when less than eight bytes have been consumed. Thisrob2019-04-271-3/+4
* Include two new functions added by martijn@. Still a work in progress.rob2019-03-241-5/+13
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-2/+2
* The child processes of snmpd(8) did not detach from the terminal.bluhm2019-01-083-9/+20
* fix printf statements when compiled with -DDEBUG.martijn2018-12-131-2/+2
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-3/+4
* Be more strict in converting a netmask into a prefixlen. Make sureclaudio2018-12-071-10/+14
* Sync with ldap(1)martijn2018-11-272-2/+33
* Fix when ber_free_elements is called with a NULL-value.martijn2018-11-201-1/+3
* Remove #if'ed 0 code around a broken pledge. Due to some ioctls and sysctlsmestre2018-11-131-9/+1
* snmpd(8)'s main process needs to open the config file and /dev/pf both withmestre2018-11-052-3/+7
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.reyk2018-10-101-2/+2
* replace malloc()+strlcpy() with strndup() in cmdline_symset().miko2018-09-071-9/+4
* fix fd leak in an error pathjsg2018-08-311-2/+2
* fix double free in mib_carpgroupget() error pathjsg2018-08-301-2/+1
* basic macro cleanup, break lines of excessive length, fix order of sectionsschwarze2018-08-131-18/+36
* Add more content. Tweaks from ingo. This man page is not yet hooked up to therob2018-08-131-26/+184
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-124-11/+11
* Remove cpath pledge(2) promise. We decided that not deleting the unix controlmestre2018-08-054-21/+5
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-032-5/+15
* Relocate some public functions above the internal functions comment.rob2018-07-311-63/+63
* Fix some debugging output now that ber type and encoding are unsigned int.rob2018-07-311-2/+2