summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2009-11-12accessses 1 entry too far, found by parfait, ok jsg claudioTheo de Raadt
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-14SENSOR_WATTS; ok reyk deraadtConstantine A. Murenin
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-06-25Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@Claudio Jeker
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06this one missed the last batch.Pierre-Yves Ritschard
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-04Make the types of ber_read() decl match the prototype.Jonathan Gray
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-25Fix an invalid pointer dereference in control_close(). If control_connbyfd()Claudio Jeker
2009-01-03Sync with ypldap. Add ber_{add,get}_enumerated.aschrijver
2008-12-23Link the directory containing the MIB definitions for snmpd(8).Reyk Floeter
2008-12-23export the livelock counter in a private mib openBSD.5.Reyk Floeter
2008-12-19fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtosReyk Floeter
2008-12-08report memory and swap in hrStorage, and implement hrProcessor to reportReyk Floeter
2008-12-05add a few HOST-RESOURCES-MIB types (just names, no functionality yet)Reyk Floeter
2008-12-05fix a possible crash in debugging mode (if compiled for with -DDEBUG)Reyk Floeter
2008-11-04word better than number here.Igor Sobrado
2008-11-03use colon before a list.Igor Sobrado
2008-11-03improve description in .Nd macros.Igor Sobrado
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-09plug memleak by calling ber_free() after sending a trap to cleanup theReyk Floeter
2008-10-03Unify code between the various flavors of imsg buffer.c.Eric Faurot
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-09-03Missing breaks.Jonathan Gray
2008-07-24reserve a few OpenBSD MIBs that might be implemented later or to avoidReyk Floeter
2008-07-18merge host_v6 with relayd's version to use getaddrinfo instead ofReyk Floeter
2008-07-18merge log_host with relayd's version using getnameinfo and rename itReyk Floeter
2008-06-29Use C99, not gcc-specific variadics. Ok miod@.Anders Magnusson
2008-06-13correction from Tamas TEVESZ;Jason McIntyre
2008-05-22- fix a bug in msgbuf_write() that caused a descriptor to stay in the fdGilles Chehade
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-03-30.Xr snmpctlMartin Reindl
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-20Fix HISTORY. OK reyk@Todd C. Miller
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-03-18fix bug that ber_oid2ber skips the first byte when encoding powers ofReyk Floeter
2008-03-17convert more strings to use the new ber_add_astring() function whichReyk Floeter
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne
2008-03-16usage statements are preceeded with usage:David Gwynne
2008-03-15provide sizeofa for counting the number of elements in an array. use it forDavid Gwynne