aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* bsnmp: make single bit bitfields unsigned to avoid clang 16 warningDimitry Andric2023-04-171-3/+3
* SNMP: Update the fokus MIB with a new contact info.Hartmut Brandt2023-04-141-9/+12
* bsnmp: Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2023-03-0311-11/+0
* Follow the standard object definition from RFC2578Shteryana Shopova2022-12-293-3/+3
* snmp_mibII: use net.inet.ip.fragttl sysctl for ipReasmTimeoutGleb Smirnoff2022-08-211-1/+13
* bsnmp: Use mkstemp when creating clients local socketTom Jones2022-03-151-1/+1
* bsnmp: Fix two typos in error messagesGordon Bergling2022-01-261-2/+2
* Fix bsnmpd(1) crash with ill-formed Discovery messageShteryana Shopova2021-10-011-1/+1
* Revert "bsnmpclient(3): make it thread-safe"Edward Tomasz Napierala2020-12-293-4/+4
* bsnmpclient(3): make it thread-safeEdward Tomasz Napierala2020-12-293-4/+4
* snmpmod(3): fix typo under the COMMUNITIES sectionEnji Cooper2020-11-051-1/+1
* 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