aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
Commit message (Expand)AuthorAgeFilesLines
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-4/+0
* Add smilint target to subdir targets so "make smilint" here will runEnji Cooper2017-01-171-1/+3
* Remove ad hoc smilint targets made standard in bsd.snmpmod.mk in r312328Enji Cooper2017-01-172-10/+0
* Add a REVISION section to track changes for the BEGEMOT-NETGRAPH MIB fileEnji Cooper2017-01-091-0/+13
* Add a REVISION section to track changes for the BEGEMOT-ATM-FREEBSD-MIB MIB fileEnji Cooper2017-01-091-1/+3
* Add a REVISION section to track changes for the hostres moduleEnji Cooper2017-01-091-0/+3
* Improve the smilint target in the hostres and mibII modulesEnji Cooper2017-01-092-4/+6
* Use SRCTOP instead of spelling out the full path with .CURDIREnji Cooper2017-01-097-8/+8
* OS_getSystemUptime: use nitems for calculating the number of elementsEnji Cooper2017-01-051-2/+2
* style cleanupEnji Cooper2017-01-041-3/+2
* bridge_do_pfctl: allocate mib_name dynamically using asprintfEnji Cooper2017-01-041-7/+12
* bridge_get_pfval: use nitems instead of spelling it out longhandEnji Cooper2017-01-041-2/+2
* Use strlcpy instead of strcpy when copying the bridge name to ifr.ifr_nameEnji Cooper2017-01-041-3/+3
* Fix logical inversion when checking result from callocEnji Cooper2017-01-041-1/+1
* Swap parameters around with parse_syntax_strval(..) for consistency withEnji Cooper2017-01-031-4/+3
* Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIBEnji Cooper2017-01-033-3/+9
* Call snmp_pdu_free on req/resp with a consistent, correct patternEnji Cooper2017-01-011-11/+21
* snmp_output_err_resp, snmp_output_resp: allocate `object` using calloc, notEnji Cooper2016-12-311-8/+23
* snmp_output_resp: style(9): sort variables by alignmentEnji Cooper2016-12-311-2/+2
* Set value->v.octetstring.len to a correct value on malloc success/failureEnji Cooper2016-12-311-3/+3
* snmp_pdu_free the right object at the right time in snmptool_walkEnji Cooper2016-12-311-2/+7
* Don't call snmp_pdu_free(..) until finished with the pdu and when ready toEnji Cooper2016-12-311-3/+2
* Don't explicitly build tcp wrappers support into bsnmpd; make it conditionalEnji Cooper2016-12-281-2/+6
* Fix the build by moving the initializers for len/nswapdev down below theEnji Cooper2016-12-281-2/+5
* style(9): clean up whitespaceEnji Cooper2016-12-281-8/+8
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-0/+1
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-1/+1
* style(9) fixesEnji Cooper2016-12-287-20/+20
* Only build/install usr.sbin/bsnmpd/modules/snmp_hast if MK_HAST != noEnji Cooper2016-12-281-1/+4
* Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != noEnji Cooper2016-12-281-1/+4
* Install snmpmod.3 as all of the bsnmpd APIs it documentsEnji Cooper2016-12-281-0/+99
* style(9): clean up trailing whitespaceEnji Cooper2016-12-2724-70/+70
* Warning message cleanupEnji Cooper2016-12-243-42/+36
* Clean up parse_ip(..)Enji Cooper2016-12-181-3/+3
* Fix some minor typos with begemotBridgeTpLearnedEntryDiscards andEnji Cooper2016-12-181-3/+6
* Correct spelling in syslog: getttimeofday -> gettimeofdayGavin Atkinson2016-11-111-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-241-1/+1
* WITH_META_MODE: Don't expect meta files for side-effect generated files.Bryan Drewery2016-06-031-0/+1
* Revert r299830, it has couple of fatal errors.Gleb Smirnoff2016-05-181-0/+1
* Remove NO_WERROR and add WARNS?= 6Enji Cooper2016-05-151-1/+2
* Remove NO_WERROR.clang from this MakefileEnji Cooper2016-05-151-2/+0
* Replace malloc + memset(.., 0, ..) with calloc callsEnji Cooper2016-05-151-5/+2
* Use strdup instead of malloc + strlcpyEnji Cooper2016-05-151-4/+3
* Correct function names that failed in error messagesEnji Cooper2016-05-152-4/+4
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tEnji Cooper2016-05-151-1/+1
* Bump WARNS to 6Enji Cooper2016-05-151-0/+2
* Fix up r299769Enji Cooper2016-05-151-4/+2
* Replace malloc + memset(.., 0, ..) with calloc callsEnji Cooper2016-05-151-5/+2
* Fix up both r299764 and r299770Enji Cooper2016-05-151-2/+1