summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2008-03-15move zerodotzero up so more stuff can use itDavid Gwynne
2008-03-14add a new ber function ber_add_astring() that strdups the string andReyk Floeter
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-12remove noisy warning messageReyk Floeter
2008-03-12fix a memleak in the ber_read_elements() error case.Reyk Floeter
2008-03-12Check that the current ber element is a sequence or a set when '{' or '('Claudio Jeker
2008-03-12mostly stylistic - always print the client host name in snmpe errorReyk Floeter
2008-03-12if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)Claudio Jeker
2008-03-12SNMP has a restricted BER encoding especially all encodings use theClaudio Jeker
2008-03-12Return an error if more data is requested even though the buffer is empty.Claudio Jeker
2008-03-10provide a partial implementation of the HOST-RESOURCES-MIB. this implementsDavid Gwynne
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Fix memory leak in the parser. Found by Matthew Dempsky but using the moreClaudio Jeker
2008-02-16sort flags in both synopsis and usageIgor Sobrado
2008-02-09fix a memleak in the snmp engine and the ber i/o; free the dynamicallyReyk Floeter
2008-02-08use correct variable for COUNTER64Reyk Floeter
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
2008-02-07spacingReyk Floeter
2008-01-31some small fixes for snmp stuff;Jason McIntyre
2008-01-31do not leak confd on malloc failure in control_accept()Henning Brauer
2008-01-30spacingReyk Floeter
2008-01-24timeticks typeReyk Floeter
2008-01-21add names for OpenBSD test MIBsReyk Floeter
2008-01-21move snmpd.conf to the etc/ directory. it is not installed yet by the build.Reyk Floeter
2008-01-21update configuration exampleReyk Floeter
2008-01-21move README to the Attic; ask me directly if you need to know aboutReyk Floeter
2008-01-21syncReyk Floeter
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-18implement very basic support of the BRIDGE-MIB which is enough to getReyk Floeter
2008-01-18trap.cReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-17swap argumentsReyk Floeter
2008-01-17the optional trap varbind elements may be nullReyk Floeter
2008-01-17allow to configure optional per trap receiver communities and toReyk Floeter
2008-01-16send a coldStart trap to registered receivers on startup and cleanupReyk Floeter
2008-01-16document the "trap receiver" option.Reyk Floeter
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16typoReyk Floeter
2008-01-16define correct snmpv3 versionReyk Floeter
2008-01-16bump copyrightReyk Floeter
2008-01-16tweakReyk Floeter
2008-01-16move trap code to an own file; there will be moreReyk Floeter
2008-01-16start working on an interface to send traps via snmpd.sock. userlandReyk Floeter
2008-01-12unbreak DEBUG codeReyk Floeter
2008-01-11rename snmp context type enum elementsReyk Floeter
2008-01-09big endian fixes (tested on sparc64)Reyk Floeter
2008-01-09syncReyk Floeter
2008-01-04document the -n and -N command line options.Reyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter