| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Fix regression from r310655, which broke operation of bsnmpd if it is bound | Gleb Smirnoff | 2017-01-17 | 2 | -55/+30 |
| * | | Add a REVISION section to track changes for the BEGEMOT-MIB MIB file | Enji Cooper | 2017-01-09 | 1 | -0/+3 |
| * | | Add a REVISION section to track changes for the FOKUS-MIB MIB file | Enji Cooper | 2017-01-09 | 1 | -0/+3 |
| * | | Similar to r311750, check for the result from smiGetModule to avoid a segfault | Enji Cooper | 2017-01-09 | 1 | -0/+2 |
| * | | Use calloc instead of malloc + memset(.., 0, ..) | Enji Cooper | 2017-01-09 | 1 | -2/+1 |
| * | | Check result from smiGetFirstNode and smiGetNodeByOID | Enji Cooper | 2017-01-09 | 1 | -1/+5 |
| * | | Add a REVISION section to track changes for the BEGEMOT-IP-MIB MIB file | Enji Cooper | 2017-01-09 | 1 | -0/+3 |
| * | | Use nitems(mib) instead of hardcoding mib's length when calling sysctl(3) | Enji Cooper | 2017-01-09 | 1 | -6/+6 |
| * | | Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..) | Enji Cooper | 2017-01-06 | 1 | -1/+1 |
| * | | op_usm_users: don't deref uusers if it's NULL when SETting the value | Enji Cooper | 2017-01-05 | 1 | -1/+5 |
| * | | snmp_table_fetch_async: don't leak `work` if snmp_pdu_send(..) fails | Enji Cooper | 2017-01-05 | 1 | -1/+4 |
| * | | op_usm_users: fix indentation in SNMP_OP_SET block | Enji Cooper | 2017-01-05 | 1 | -1/+1 |
| * | | Use calloc instead of malloc + memset(.., 0, ..) | Enji Cooper | 2017-01-05 | 1 | -6/+3 |
| * | | lsock_init_port: address issues with initializing sockaddr_un object | Enji Cooper | 2017-01-05 | 1 | -6/+4 |
| * | | lm_load: fix string copying issues | Enji Cooper | 2017-01-05 | 1 | -3/+2 |
| * | | snmp_mibII(3) requires net/if.h and net/if_mib.h | Enji Cooper | 2017-01-04 | 1 | -1/+3 |
| * | | Use calloc instead of malloc with buffers in snmp_{recv,send}_packet | Enji Cooper | 2017-01-04 | 1 | -3/+3 |
| * | | Initialize msg.msg_flags to 0 | Enji Cooper | 2017-01-04 | 1 | -0/+1 |
| * | | Fix spelling errors; bump .Dd for the change | Enji Cooper | 2017-01-01 | 1 | -3/+3 |
| * | | Bump .Dd for the spelling and .Nm updates | Enji Cooper | 2017-01-01 | 1 | -1/+1 |
| * | | Fix spelling errors | Enji Cooper | 2017-01-01 | 1 | -6/+6 |
| * | | bsnmpclient(3) also documents snmp_client_init, snmp_client_set_host, | Enji Cooper | 2017-01-01 | 1 | -0/+3 |
| * | | snmp_discover_engine: fix up req/resp (PDU object) handling a bit | Enji Cooper | 2016-12-31 | 1 | -1/+6 |
| * | | Similar to r310954, set .len to 0 on malloc failure and to `len` only | Enji Cooper | 2016-12-31 | 1 | -4/+8 |
| * | | Initialize ret to SNMPD_INPUT_OK at the top of snmp_input_start(..) to | Enji Cooper | 2016-12-31 | 1 | -2/+2 |
| * | | Use strlcpy when copying `com` to pdu->community to avoid potential | Enji Cooper | 2016-12-31 | 1 | -2/+2 |
| * | | MIB-II: use strlcpy instead of strcpy when copying {descr,name} | Enji Cooper | 2016-12-31 | 1 | -3/+3 |
| * | | MIB-II: use strlcpy when copying interface names to .ifr_name | Enji Cooper | 2016-12-31 | 2 | -8/+8 |
| * | | Unbreak the build by passing the string to strdup, not its length | Enji Cooper | 2016-12-31 | 1 | -1/+1 |
| * | | Use strdup in snmp_parse_server(..) when possible instead of malloc+strcpy | Enji Cooper | 2016-12-31 | 1 | -4/+2 |
| * | | Guard against use-after-free after calling mibif_free(..) | Enji Cooper | 2016-12-30 | 1 | -5/+6 |
| * | | Fix whitespace in a comment and fixing a spelling error in a comment | Enji Cooper | 2016-12-30 | 1 | -3/+2 |
| * | | Use uint32_t instead of u_int32_t for or_last_change and services in "struct ... | Enji Cooper | 2016-12-29 | 1 | -2/+2 |
| * | | Prevent improper memory accesses after calling snmp_pdu_free and snmp_value_free | Enji Cooper | 2016-12-29 | 1 | -1/+5 |
| * | | style(9): ip_get(..): clean up whitespace | Enji Cooper | 2016-12-28 | 1 | -0/+1 |
| * | | style(9): snmp_send_packet(..): fix whitespace | Enji Cooper | 2016-12-28 | 1 | -3/+3 |
| * | | style(9): fix whitespace in pdu_encode_secparams(..) | Enji Cooper | 2016-12-28 | 1 | -2/+2 |
| * | | style(9): sort alignment in udp_recv(..) | Enji Cooper | 2016-12-28 | 1 | -1/+1 |
| * | | Fix bsnmpd sending/receiving with multi-homed configurations or INADDR_ANY used | Enji Cooper | 2016-12-28 | 5 | -21/+39 |
| * | | style(9): clean up trailing whitespace | Enji Cooper | 2016-12-27 | 61 | -276/+276 |
| * | | style(9): fix trailing whitespace | Enji Cooper | 2016-12-26 | 1 | -2/+2 |
| * | | Update engine time using update_snmpd_engine_time(..) | Enji Cooper | 2016-12-26 | 1 | -9/+1 |
| * | | Fix return type for `ret` (recv callback) and sort variables by alignment | Enji Cooper | 2016-12-26 | 1 | -2/+1 |
| * | | Fix definition for recv_dgram(..); it should be "ssize_t", not "int" | Enji Cooper | 2016-12-26 | 1 | -1/+1 |
| * | | Refactor transport sources a bit to facilitate changes coming down pipeline | Enji Cooper | 2016-12-26 | 4 | -178/+194 |
| * | | Fix style(9) | Enji Cooper | 2016-12-26 | 1 | -5/+5 |
| * | | style(9): delete stray trailing whitespace after break statement | Enji Cooper | 2016-12-24 | 1 | -1/+1 |
| * | | Be more strict about IpAddress type in snmp_value_parse(..) | Enji Cooper | 2016-12-24 | 1 | -18/+7 |
| * | | Minor style(9) fixes | Enji Cooper | 2016-12-24 | 1 | -4/+4 |
| * | | Sort #includes | Enji Cooper | 2016-12-24 | 1 | -4/+4 |