aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp/snmpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Follow the standard object definition from RFC2578Shteryana Shopova2022-12-291-1/+1
* Fix bsnmpd(1) crash with ill-formed Discovery messageShteryana Shopova2021-10-011-1/+1
* 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-012-27/+97
|\
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2021-9748/+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
* | Add IPv6 transport for bsnmp.Andrey V. Elsukov2019-04-0210-29/+1631
* | Correct a port number assignment.Andrey V. Elsukov2019-04-011-2/+1
* | Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-034-12/+5
* | Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-29/+29
* | 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
* | 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
* | 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
* | Initialize msg.msg_flags to 0Enji Cooper2017-01-041-0/+1
* | 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
* | Use uint32_t instead of u_int32_t for or_last_change and services in "struct ...Enji Cooper2016-12-291-2/+2
* | style(9): ip_get(..): clean up whitespaceEnji Cooper2016-12-281-0/+1
* | style(9): sort alignment in udp_recv(..)Enji Cooper2016-12-281-1/+1
* | Fix bsnmpd sending/receiving with multi-homed configurations or INADDR_ANY usedEnji Cooper2016-12-285-21/+39
* | style(9): clean up trailing whitespaceEnji Cooper2016-12-2718-39/+39
* | style(9): fix trailing whitespaceEnji Cooper2016-12-261-2/+2
* | Update engine time using update_snmpd_engine_time(..)Enji Cooper2016-12-261-9/+1
* | Fix return type for `ret` (recv callback) and sort variables by alignmentEnji Cooper2016-12-261-2/+1
* | Fix definition for recv_dgram(..); it should be "ssize_t", not "int"Enji Cooper2016-12-261-1/+1
* | Refactor transport sources a bit to facilitate changes coming down pipelineEnji Cooper2016-12-264-178/+194
* | Fix style(9)Enji Cooper2016-12-261-5/+5
* | Allow SNMPv3 authNoPriv and noAuthNoPriv protocols to discover snmpEngineTimeEnji Cooper2016-12-243-12/+22
* | Sort #includes per style(9)Enji Cooper2016-12-231-3/+3
* | Clarify failure in snmp_output(..) with call to snmp_pdu_decodeEnji Cooper2016-12-231-2/+3
* | Revert r299830, it has couple of fatal errors.Gleb Smirnoff2016-05-181-5/+5
* | Fix .DdEnji Cooper2016-05-151-1/+1