aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* Fix immediate crash when snmpd is bound to a specific IP address.Gleb Smirnoff2020-04-201-14/+17
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-0115-89/+19719
|\
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2085-65540/+0
* | bsnmpd(1): Replace dubious srandomdev+random(3) with arc4random(3)Conrad Meyer2019-12-131-3/+1
* | Fix the byte order of IPv4 address parsed from begemotSnmpdTransInetStatusAndrey V. Elsukov2019-11-191-3/+1
* | bsnmp: Fix operator precedence in error check in table_check_responseJustin Hibbits2019-11-181-1/+1
* | bsnmp: add asn1 message length validationEd Maste2019-08-061-0/+5
* | Follow the declared behaviour that specifies server string format inAndrey V. Elsukov2019-04-031-63/+65
* | Create 64bit mibII counters for all interfaces.Andrey V. Elsukov2019-04-021-21/+0
* | Add IPv6 transport for bsnmp.Andrey V. Elsukov2019-04-0215-288/+2252
* | Correct a port number assignment.Andrey V. Elsukov2019-04-011-2/+1
* | Timer interval is correctly counted in ticks (1/100 s) inGleb Smirnoff2019-01-091-1/+1
* | Make libbsnmp buildable.Jung-uk Kim2018-09-191-48/+81
* | bsnmpd(8): fix and optimize interface description processingEugene Grosbein2018-08-184-8/+69
* | Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-0318-102/+300
* | 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