summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter
2015-10-19Print control socket client fd in debug message to differentiate betweenReyk Floeter
2015-10-17Tighten up snmpd's control socket: do not allow users to terminate theReyk Floeter
2015-10-14sync with httpd - no functional change, just C99 typesReyk Floeter
2015-10-08add comment, suggested by reykStuart Henderson
2015-10-08Link the result of each mps_getbulkreq() to the end of the previous listStuart Henderson
2015-10-08use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@Stuart Henderson
2015-10-05Teach snmpd(8) about if_oqdrops.Masao Uebayashi
2015-10-02Adopt smtpd's imsg_read_nofd() to mitigate the risk of user-injectedReyk Floeter
2015-08-21Use reallocarray() instead of malloc() before strvisx().Reyk Floeter
2015-07-20properly encode IpAddress, Gauge32, and Counter32Bret Lambert
2015-07-19don't return failure for agentx messages with 0-length payloadsBret Lambert
2015-07-18Fix malformed packets when returning 'no such object/entry' errorsBret Lambert
2015-07-18Use better names as examples for snmpv3 users. As explained to blambert@Reyk Floeter
2015-07-18Better track connected routes similar to bgpd/ospfd.Claudio Jeker
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-10Export new pf "no-route" error counterMike Belopuhov
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-05-28Do not try to unlink the control socket in an unprivileged childFlorian Obser
2015-02-12ber_printf_elements should return NULL if any of its parts fail.Martin Pelikan
2015-02-10Remove a lie that "snmpd does not fully work yet". It works like a charm.Reyk Floeter
2015-02-08revert debug changes. reyk would like debug to remain a counter.Ted Unangst
2015-02-08flags should be flags, not counters. from martijn van durenTed Unangst
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-12-16Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@Todd C. Miller
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-19file overlooked in previous snmpd commitBret Lambert
2014-11-19Support exporting relayd statistics via AgentX/snmpdBret Lambert
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-14Shorten the AgentX header debug messages (only compiled with -DDEBUG)Reyk Floeter
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-16use reallocarray(). Looked at a few times by doug, I am sure.Theo de Raadt
2014-10-12Remove possibility of mutiplicative integer overflow by not multiplying.Bret Lambert
2014-10-08obvious reallocarray()Theo de Raadt
2014-08-18Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore itReyk Floeter
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-12Sync msgbuf_write() changes from relayd.Reyk Floeter
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-06-03Handle the event parameter of libevent callback function as a bitYASUOKA Masahiko
2014-05-23clean up after the traphandler children, otherwise they will live onSebastian Benoit
2014-05-16improve logging messages and style; requested by and ok reykMike Belopuhov
2014-05-14Sync ktable code with bgpd to fetch, store and perform lookups inMike Belopuhov