aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* bsnmp: fix undefined behaviourLexi Winter2025-08-011-1/+3
* libbsnmp: make snmp_parse_server() more robust when lacking infoGleb Smirnoff2025-07-251-98/+85
* libbsnmp: make binding of client UNIX socket optional and configurableGleb Smirnoff2025-07-253-36/+62
* bsnmpd: fix unix/stream socket operationGleb Smirnoff2025-07-251-21/+2
* bsnmpd: merge send and send2 methods for transportsGleb Smirnoff2025-07-254-26/+19
* bsnmpd: deprecate legacy UDP transport trans_udp.cGleb Smirnoff2025-07-253-450/+0
* bsnmpd: use C99 initializers for transport definitionsGleb Smirnoff2025-07-253-27/+24
* bsnmpd: in debugging mode (-d) use default library print/error functionsGleb Smirnoff2025-07-171-7/+10
* bsnmpd: use MSG_NOSIGNAL when doing send(2) on a local socketGleb Smirnoff2025-07-171-1/+1
* libbsnmp: define SNMP_DEFAULT_LOCAL that matches default server configGleb Smirnoff2025-07-173-9/+3
* libbsnmp: fix local client socket creationGleb Smirnoff2025-07-171-1/+1
* snmp_mibII: gc fetching of kern.clockrateGleb Smirnoff2025-06-172-19/+0
* snmp_mibII: use sysctl(3) to read min/max TCP retransmission timeoutsGleb Smirnoff2025-06-171-7/+26
* libbsnmp: avoid division by zero with empty passwordGleb Smirnoff2025-01-111-1/+1
* contrib: Remove various $FreeBSD$ tags not upstreamWarner Losh2024-05-312-3/+0
* 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