summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
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
2014-05-08Bring back restricted sockets, inadvertantly removed inBret Lambert
2014-05-07use calloc. from peter maloneTed Unangst
2014-05-06no need to include rand.h now the RAND_seed() calls are gone.Jonathan Gray
2014-05-04With the recent change by deraadt@ to introduce kern.nosuidcoredump=3,Reyk Floeter
2014-04-28fix memory leakBret Lambert
2014-04-28Add support for exporting ARP table via ipNetToMediaTable OID.Mike Belopuhov
2014-04-28better proc id name (it handles traps, not alerts) for theBret Lambert
2014-04-25sort; ok blambertJason McIntyre
2014-04-25Remove NULL pointer dereference, which jsg insists I notBret Lambert
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
2014-04-24fix copied text in error stringBret Lambert
2014-04-21Copy the updated proc.c from relayd to use the same file. AdjustReyk Floeter
2014-04-20Just to be pedantic, fail if strlcpy managed to overflow the socket path.Reyk Floeter
2014-04-20Partially revert the previous: snmp_agentx_ping() didn't leak the pduReyk Floeter
2014-04-20Fix a small leak in the error path.Reyk Floeter
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-14sundry macro chop;Jason McIntyre
2014-04-14No need to include ber.h here, probably overlooked while importing.andre
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
2014-04-14Fix the following idiom in the following way:Bret Lambert
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-02-14remove unused function that distracts from cleaning up the imsg_flush() messFlorian Obser
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-26remove "clever" shortcut that might bite later, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-13handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt
2013-10-19Fix receipt of OID varbinds when sending trapsBret Lambert
2013-10-17Less ambiguous wording concerning control socket configuration options.Bret Lambert
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-16some .Pa;Jason McIntyre
2013-10-16no more -r; ok blambertJason McIntyre
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2013-10-02Fix GETBULK mode that got broken with r1.14.Reyk Floeter
2013-10-01Add net-snmp's PEN.Reyk Floeter
2013-10-01Tell strvisx() to encode newlines found in octet-strings to avoid uglyReyk Floeter
2013-10-01add ber_oid_cmp() to the listReyk Floeter
2013-10-01fix typoReyk Floeter