summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
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
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