aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-29/+29
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-7/+0
* Rename "index" variable to "idx" since gcc complains that it shadowsAndrey V. Elsukov2018-01-192-11/+11
* Add to bsnmpd(1) ability to specify multiple community strings withAndrey V. Elsukov2018-01-196-36/+116
* Fix format string warning with enabled DEBUGGING.Andrey V. Elsukov2017-12-041-1/+1
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-212-7/+7
* bsnmp: explicitly test the return value for open_client_{local,udp} in snmp_o...Enji Cooper2017-03-201-2/+2
* bsnmp: don't leak snmp_client.fd in open_client_udp(..) on connect(2) failureEnji Cooper2017-03-201-0/+2
* bsnmpd: fix segfault when trans_insert_port(..) is called with multipleEnji Cooper2017-03-131-1/+1
* Fix regression from r310655, which broke operation of bsnmpd if it is boundGleb Smirnoff2017-01-172-55/+30
* Add a REVISION section to track changes for the BEGEMOT-MIB MIB fileEnji Cooper2017-01-091-0/+3
* Add a REVISION section to track changes for the FOKUS-MIB MIB fileEnji Cooper2017-01-091-0/+3
* Similar to r311750, check for the result from smiGetModule to avoid a segfaultEnji Cooper2017-01-091-0/+2
* Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2017-01-091-2/+1
* Check result from smiGetFirstNode and smiGetNodeByOIDEnji Cooper2017-01-091-1/+5
* Add a REVISION section to track changes for the BEGEMOT-IP-MIB MIB fileEnji Cooper2017-01-091-0/+3
* Use nitems(mib) instead of hardcoding mib's length when calling sysctl(3)Enji Cooper2017-01-091-6/+6
* Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..)Enji Cooper2017-01-061-1/+1
* op_usm_users: don't deref uusers if it's NULL when SETting the valueEnji Cooper2017-01-051-1/+5
* snmp_table_fetch_async: don't leak `work` if snmp_pdu_send(..) failsEnji Cooper2017-01-051-1/+4
* op_usm_users: fix indentation in SNMP_OP_SET blockEnji Cooper2017-01-051-1/+1
* Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2017-01-051-6/+3
* lsock_init_port: address issues with initializing sockaddr_un objectEnji Cooper2017-01-051-6/+4
* lm_load: fix string copying issuesEnji Cooper2017-01-051-3/+2
* snmp_mibII(3) requires net/if.h and net/if_mib.hEnji Cooper2017-01-041-1/+3
* Use calloc instead of malloc with buffers in snmp_{recv,send}_packetEnji Cooper2017-01-041-3/+3
* Initialize msg.msg_flags to 0Enji Cooper2017-01-041-0/+1
* Fix spelling errors; bump .Dd for the changeEnji Cooper2017-01-011-3/+3
* Bump .Dd for the spelling and .Nm updatesEnji Cooper2017-01-011-1/+1
* Fix spelling errorsEnji Cooper2017-01-011-6/+6
* bsnmpclient(3) also documents snmp_client_init, snmp_client_set_host,Enji Cooper2017-01-011-0/+3
* snmp_discover_engine: fix up req/resp (PDU object) handling a bitEnji Cooper2016-12-311-1/+6
* Similar to r310954, set .len to 0 on malloc failure and to `len` onlyEnji Cooper2016-12-311-4/+8
* Initialize ret to SNMPD_INPUT_OK at the top of snmp_input_start(..) toEnji Cooper2016-12-311-2/+2
* Use strlcpy when copying `com` to pdu->community to avoid potentialEnji Cooper2016-12-311-2/+2
* MIB-II: use strlcpy instead of strcpy when copying {descr,name}Enji Cooper2016-12-311-3/+3
* MIB-II: use strlcpy when copying interface names to .ifr_nameEnji Cooper2016-12-312-8/+8
* Unbreak the build by passing the string to strdup, not its lengthEnji Cooper2016-12-311-1/+1
* Use strdup in snmp_parse_server(..) when possible instead of malloc+strcpyEnji Cooper2016-12-311-4/+2
* Guard against use-after-free after calling mibif_free(..)Enji Cooper2016-12-301-5/+6
* Fix whitespace in a comment and fixing a spelling error in a commentEnji Cooper2016-12-301-3/+2
* Use uint32_t instead of u_int32_t for or_last_change and services in "struct ...Enji Cooper2016-12-291-2/+2
* Prevent improper memory accesses after calling snmp_pdu_free and snmp_value_freeEnji Cooper2016-12-291-1/+5
* style(9): ip_get(..): clean up whitespaceEnji Cooper2016-12-281-0/+1
* style(9): snmp_send_packet(..): fix whitespaceEnji Cooper2016-12-281-3/+3
* style(9): fix whitespace in pdu_encode_secparams(..)Enji Cooper2016-12-281-2/+2
* style(9): sort alignment in udp_recv(..)Enji Cooper2016-12-281-1/+1
* Fix bsnmpd sending/receiving with multi-homed configurations or INADDR_ANY usedEnji Cooper2016-12-285-21/+39
* style(9): clean up trailing whitespaceEnji Cooper2016-12-2761-276/+276
* style(9): fix trailing whitespaceEnji Cooper2016-12-261-2/+2