summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
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
2018-12-07Be more strict in converting a netmask into a prefixlen. Make sureClaudio Jeker
2018-11-27Sync with ldap(1)Martijn van Duren
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-13Remove #if'ed 0 code around a broken pledge. Due to some ioctls and sysctlsRicardo Mestre
2018-11-05snmpd(8)'s main process needs to open the config file and /dev/pf both withRicardo Mestre
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-10RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.Reyk Floeter
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-08-31fix fd leak in an error pathJonathan Gray
2018-08-30fix double free in mib_carpgroupget() error pathJonathan Gray
2018-08-13basic macro cleanup, break lines of excessive length, fix order of sectionsIngo Schwarze
2018-08-13Add more content. Tweaks from ingo. This man page is not yet hooked up to therob
2018-08-12Change ber_write_elements() to return ssize_t instead of int.rob
2018-08-05Remove cpath pledge(2) promise. We decided that not deleting the unix controlRicardo Mestre
2018-08-03Place a limit on the number of elements in a ber sequence/set. This preventsrob
2018-07-31Relocate some public functions above the internal functions comment.rob
2018-07-31Fix some debugging output now that ber type and encoding are unsigned int.rob
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-24Remove defunct prototype leftover from previous code cleanup.rob
2018-07-23Add missing $OpenBSD$ CVS tag.rob
2018-07-13Fix some comments referencing sockets which are not used by the ber api. Therob
2018-07-13Fix loop condition in ber.c. Discussed with claudio.rob
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-09Simplify ber_read()Jeremie Courreges-Anglas
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-07-04More whitespace.rob
2018-07-04Cleanup some whitespace.rob
2018-07-04Relocate the update of br_offs from ber_read() to ber_readbuf() so ber_getc()rob
2018-07-01s/constructive/constructed in DPRINTF output.rob
2018-06-30revert ber.c r1.34, this break SNMPv3 authenticationStuart Henderson
2018-06-29tweak previous;Jason McIntyre
2018-06-29Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd,rob
2018-06-29Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob
2018-06-27Synchronize correct processing of BER_TYPE_EOC. Fixes support for empty LDAProb
2018-06-20Add bsws and arcaTrust PENsReyk Floeter
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-06-17Bring snmpd agentx.c closer in line with relayd.rob
2018-06-11Fix an off-by-one line count when using include statements.denis
2018-06-04Fix file descriptor leak.Gerhard Roth
2018-05-30Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" valuesStuart Henderson
2018-05-25Use a cache for process information to speed up snmp walks.Gerhard Roth
2018-05-15The snmpd.conf file is divided into four (not three) main sections.Reyk Floeter
2018-05-09As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 soStuart Henderson
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-04-15Add TCP support to snmpd.Marco Pfatschbacher
2018-02-14whitespacerob
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas