summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* Revert r299830, it has couple of fatal errors.glebius2016-05-181-5/+5
* Fix .Ddngie2016-05-151-1/+1
* Fix fully canonicalized example for `myvariable.27...`ngie2016-05-151-2/+2
* Remove trailing whitespace in license tortngie2016-05-151-2/+2
* Fix -Wcast-align warningsngie2016-05-151-5/+5
* Use SNMPD_INPUT_FAILED instead of SNMP_CODE_FAILEDngie2016-05-151-2/+2
* Use sizeof(..)s for the destination buffers instead of hardcoded values corre...ngie2016-05-151-5/+5
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tngie2016-05-151-2/+3
* bsnmpd: Fix size of trapsink::comm to match other community arrayscem2016-05-111-1/+1
* bsnmp: Don't overrun privkey buffer by copying wrong sizecem2016-05-111-1/+1
* Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withngie2016-04-221-1/+1
* Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warningngie2016-04-221-1/+1
* Simplify always evaluated branch (`e != NULL`)ngie2016-04-221-4/+2
* Don't leak `string` in parse_define(..) when a macro has been foundngie2016-04-221-1/+2
* Redo r294869. The array of counters for TCP states doesn't belong toglebius2016-03-151-2/+14
* Try to fix a bug introduced in r228623. We started to copy the ifa_msghdrbz2016-02-031-5/+7
* Grab value for LEAF_tcpCurrEstab from net.inet.tcp.stats instead ofglebius2016-01-271-14/+20
* Change the variable to a #define in order to make gcc happy whichbz2016-01-221-1/+1
* Fill the ifAlias leaf of the ifXTable with the interface descriptionharti2016-01-213-1/+20
* Staticize several variables that are used exclusively in bsnmpd/main.c andngie2015-12-282-9/+13
* Remove unused function `act_getkernstring`ngie2015-12-241-23/+0
* Fix variable 'old' is used uninitialized whenever '&&' condition is false.araujo2015-08-071-1/+1
* Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys andngie2014-12-271-2/+2
* Fix a bug in decoding string indexes in snmp_target(3), thus causingsyrinx2014-10-101-4/+7
* Fix a problem with OBJECT IDENTIFIER encoding: need to check theharti2014-01-211-1/+1
* Fix bsnmpd remote denial of service vulnerability.delphij2014-01-141-0/+5
* Fix the -Wconversion warnings produced when compiling the SNMP agent.syrinx2013-10-171-3/+19
* Fix SNMP Error response PDUs and properly encode them when using v3 auth/encr...syrinx2013-10-173-8/+49
* Register OID for HAST module.trociny2013-05-081-0/+1
* Restore the ipNetToMedia MIB, that was broken with new ARP commitglebius2013-04-251-0/+45
* Clean some 'svn:executable' properties in the tree.pfg2013-01-2610-0/+0
* Looks like support.h is really not needed here.glebius2012-10-181-1/+0
* put another bandaid on the build until i figure out bsnmp headersemax2012-10-181-1/+1
* fix buildemax2012-10-171-0/+1
* Re-do r240271:glebius2012-09-202-8/+17
* For UDP transport set IP_RECVDSTADDR sockopt on the socket, and provideglebius2012-09-092-6/+41
* The first part of check_priv() function, that attempts to obtain credsglebius2012-09-082-43/+40
* Fully initialize the stack-allocated "struct sockaddr_in sa" structure.kevlo2012-09-071-1/+2
* Remove end of line whitespace.joel2012-06-172-4/+4
* Minor mdoc fixes.joel2012-06-175-7/+4
* Count both IPv4 and IPv6 TCP connections in tcpCurrEstabemax2012-06-061-2/+4
* General mdoc(7) and typo fixes.gjb2012-05-112-3/+3
* memset() wants the size of the structure to clear, not the sizeharti2012-03-181-1/+1
* Adter r228571 unbreak architectures with strict alignment rulesbz2011-12-171-7/+7
* Include sys/queue.h: snmpmod.h uses TAILQ.trociny2011-12-111-0/+1
* Fix broken mdoc.uqs2011-08-011-1/+1
* Properly detect interface's state in the LINK_STATE_UNKNOWN case.ru2011-05-031-2/+1
* Don't spam syslog with "inet_ntop(): Address family not supportedru2011-04-201-2/+3
* Bring the list of OIDs up-to-date to prevent conflicts.harti2011-02-031-1/+19
* Unbreak the build by temprorarily not using include directives insyrinx2010-12-204-4/+40
OpenPOWER on IntegriCloud