summaryrefslogtreecommitdiff
path: root/contrib/bsnmp/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a forgotten file from r216294 and unbreak the build.Shteryana Shopova2010-12-081-0/+404
* | In bsnmpd(1) add support for SNMPv3 message processing model, including messa...Shteryana Shopova2010-12-0810-212/+1082
* | mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-244-8/+8
* | This commit was generated by cvs2svn to compensate for changes in r156066,Hartmut Brandt2006-02-274-23/+32
|\|
| * Virgin import of bsnmpd 1.12Hartmut Brandt2006-02-274-23/+32
* | This commit was generated by cvs2svn to compensate for changes in r150974,Hartmut Brandt2005-10-053-10/+18
|\|
| * Vendor fix for the build problem of snmp_pf. Move the fallback definitionsHartmut Brandt2005-10-053-10/+18
* | These files are not needed and were imported by accident in theHartmut Brandt2005-10-041-20/+0
|/
* Virgin import of bsnmpd 1.11vendor/bsnmp/1.11Hartmut Brandt2005-10-0410-224/+357
* Virgin import of bsnmpd 1.10Hartmut Brandt2005-05-233-61/+226