summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2017-08-20Check that we haven't yet reached the end of the string before callingTheo Buehler
2017-08-12Make not yet implemented pledges more visible in grep output.Florian Obser
2017-08-12Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass.rob
2017-07-28Make the engine id is just binary data so make it uint8_t.Florian Obser
2017-07-28Use a format string for yyerror when printing a variable string.Florian Obser
2017-07-27Heed the non-repeaters of GetBulkRequests and make sure to setGerhard Roth
2017-07-24Unify ROUNDUP macros for parsing route messages.friehm
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-05-29sync proc.c changes from relayd/httpdSebastian Benoit
2017-04-21Repair AgentX support.Jeremie Courreges-Anglas
2017-04-21Fix uninitialized variable that coult result in a crash.Jeremie Courreges-Anglas
2017-04-04Rewrite tohexstr() to use the common idiom of converting a byteTodd C. Miller
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-31Don't include a literal "%" in the value for humidity sensorValue inStuart Henderson
2017-01-20Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.Claudio Jeker
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-11-18Add support for multiple listening socketsJeremie Courreges-Anglas
2016-11-09Improve source IP address handling.Jeremie Courreges-Anglas
2016-10-28Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.Rafael Zalamena
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2016-10-03use EVP_CipherFinal_ex instead of EVP_CipherFinalDavid Gwynne
2016-10-03include sys/tree.h explicitly rather than rely on a random pf headerDavid Gwynne
2016-09-26Fix compilation warning by using the correct cast/format.Rafael Zalamena
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-03Fix pasto; zero ka->dstbrd instead of clobbering ka->mask.Jeremie Courreges-Anglas
2016-09-02use imsg_read_nofd() implementation from bgpd.Eric Faurot
2016-08-27Pull in <sys/time.h> for struct timespec, timeval, or clockratePhilip Guenther
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2016-03-05mirror memset changes to ber.c made in ldapd (these 3 daemonsTheo de Raadt
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2016-01-25avoid a potential double freeJonathan Gray
2015-12-24more e-mail -> emailmmcc
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-12-07sync with vmdReyk Floeter
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-11-23Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).Reyk Floeter
2015-11-23Sync proc.c with ikedReyk Floeter
2015-11-22Update log.c: change fatal() and fatalx() into variadic functions,Reyk Floeter
2015-11-21Once again, fix the license text. After many years, we just cannotReyk Floeter
2015-11-21While here, fix two size format string warnings.Reyk Floeter