summaryrefslogtreecommitdiff
path: root/contrib/bsnmp/snmpd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix fully canonicalized example for `myvariable.27...`Enji Cooper2016-05-151-2/+2
* | Remove trailing whitespace in license tortEnji Cooper2016-05-151-2/+2
* | Fix -Wcast-align warningsEnji Cooper2016-05-151-5/+5
* | Use SNMPD_INPUT_FAILED instead of SNMP_CODE_FAILEDEnji Cooper2016-05-151-2/+2
* | Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tEnji Cooper2016-05-151-2/+3
* | bsnmpd: Fix size of trapsink::comm to match other community arraysConrad Meyer2016-05-111-1/+1
* | Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withEnji Cooper2016-04-221-1/+1
* | Don't leak `string` in parse_define(..) when a macro has been foundEnji Cooper2016-04-221-1/+2
* | Staticize several variables that are used exclusively in bsnmpd/main.c andEnji Cooper2015-12-282-9/+13
* | Remove unused function `act_getkernstring`Enji Cooper2015-12-241-23/+0