aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp/lib
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
* 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
* libbsnmp: avoid division by zero with empty passwordGleb Smirnoff2025-01-111-1/+1
* bsnmp: Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2023-03-032-2/+0
* 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
* 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
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-014-54/+130
|\
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2016-7871/+0
* | 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
* | Add IPv6 transport for bsnmp.Andrey V. Elsukov2019-04-023-74/+402
* | Make libbsnmp buildable.Jung-uk Kim2018-09-191-48/+81
* | Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-032-0/+11
* | 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
* | snmp_table_fetch_async: don't leak `work` if snmp_pdu_send(..) failsEnji Cooper2017-01-051-1/+4
* | Use calloc instead of malloc with buffers in snmp_{recv,send}_packetEnji Cooper2017-01-041-3/+3
* | 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
* | 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
* | Prevent improper memory accesses after calling snmp_pdu_free and snmp_value_freeEnji Cooper2016-12-291-1/+5
* | 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): clean up trailing whitespaceEnji Cooper2016-12-2716-47/+47
* | Be more strict about IpAddress type in snmp_value_parse(..)Enji Cooper2016-12-241-18/+7
* | Minor style(9) fixesEnji Cooper2016-12-241-4/+4
* | Sort #includesEnji Cooper2016-12-241-4/+4
* | Clean up trailing and leading whitespaceEnji Cooper2016-12-181-25/+25
* | Reply to a snmpEngineID discovery PDU with a Report PDU as per theShteryana Shopova2016-11-101-1/+4
* | Fix a regression introduced in SVN r256678 that breaks USM header parsingShteryana Shopova2016-10-241-1/+1
* | Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys andEnji Cooper2014-12-271-2/+2
* | Fix a problem with OBJECT IDENTIFIER encoding: need to check theHartmut Brandt2014-01-211-1/+1
* | Fix bsnmpd remote denial of service vulnerability.Xin LI2014-01-141-0/+5
* | Fix the -Wconversion warnings produced when compiling the SNMP agent.Shteryana Shopova2013-10-171-3/+19
* | Fix SNMP Error response PDUs and properly encode them when using v3 auth/encr...Shteryana Shopova2013-10-173-8/+49
* | Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* | Remove end of line whitespace.Joel Dahl2012-06-171-2/+2
* | Minor mdoc fixes.Joel Dahl2012-06-172-4/+1
* | Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-207-26/+98
* | Silence the compiler warnings in libbsnmp by removing several (now)Shteryana Shopova2010-12-163-21/+18