aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* snmp_discover_engine: fix up req/resp (PDU object) handling a bitEnji Cooper2016-12-311-1/+6
* 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
* MIB-II: use strlcpy instead of strcpy when copying {descr,name}Enji Cooper2016-12-311-3/+3
* MIB-II: use strlcpy when copying interface names to .ifr_nameEnji Cooper2016-12-312-8/+8
* 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
* Guard against use-after-free after calling mibif_free(..)Enji Cooper2016-12-301-5/+6
* MFV r310869:Martin Matuska2016-12-302-4/+9
|\
* | MFV r310798:Martin Matuska2016-12-3015-49/+50
|\|
* | MFV r310796, r310797:Martin Matuska2016-12-3025-1220/+3362
|\|
* | Fix whitespace in a comment and fixing a spelling error in a commentEnji Cooper2016-12-301-3/+2
* | Use uint32_t instead of u_int32_t for or_last_change and services in "struct ...Enji Cooper2016-12-291-2/+2
* | Prevent improper memory accesses after calling snmp_pdu_free and snmp_value_freeEnji Cooper2016-12-291-1/+5
* | Follow DW_AT_specification when looking up DW_AT_type attributes.Mark Johnston2016-12-282-14/+29
* | bzip2 does not exit after showing license as requested with --versionDmitry Marakasov2016-12-281-3/+5
* | style(9): ip_get(..): clean up whitespaceEnji Cooper2016-12-281-0/+1
* | 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): 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-2761-276/+276
* | elfcopy: fix PE object section name corruption and crashEd Maste2016-12-271-7/+9
* | MFV r310622:Martin Matuska2016-12-2718-79/+139
|\|
* | 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
* | style(9): delete stray trailing whitespace after break statementEnji Cooper2016-12-241-1/+1
* | Be more strict about IpAddress type in snmp_value_parse(..)Enji Cooper2016-12-241-17/+6
* | Minor style(9) fixesEnji Cooper2016-12-241-4/+4
* | Sort #includesEnji Cooper2016-12-241-4/+4
* | 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
* | libunwind: make __{de,}register_frame compatible with libgcc APIEd Maste2016-12-211-0/+42
* | Merge bmake-20161212Simon J. Gerraty2016-12-1925-276/+556
* | Clean up trailing and leading whitespaceEnji Cooper2016-12-181-25/+25
* | Merge ^/head r310169 through r310190.Dimitry Andric2016-12-1747-166/+289
|\ \
| * | MFV r310115,310184:Martin Matuska2016-12-1747-166/+289
| |\|
* | | Merge ^/head r309817 through r310168.Dimitry Andric2016-12-1696-1426/+1970
|\| |
| * | dma-mbox-create: Restrict with CapsicumConrad Meyer2016-12-161-1/+38
| * | gelf_getphdr: Allow extended indicesConrad Meyer2016-12-161-19/+13
| * | libelf: Fix extended numbering detectionConrad Meyer2016-12-161-7/+10
| * | libbfd: make sure variables are initialized before using them.Pedro F. Giffuni2016-12-161-1/+1
| * | libbfd: drop unnecessary variable increment.Pedro F. Giffuni2016-12-161-1/+1
| * | MFV: r309561Jung-uk Kim2016-12-1362-1317/+1745