aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use sizeof(..)s for the destination buffers instead of hardcoded values corre...Enji Cooper2016-05-151-5/+5
* 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
* bsnmp: Don't overrun privkey buffer by copying wrong sizeConrad Meyer2016-05-111-1/+1
* Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withEnji Cooper2016-04-221-1/+1
* Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warningEnji Cooper2016-04-221-1/+1
* Simplify always evaluated branch (`e != NULL`)Enji Cooper2016-04-221-4/+2
* Don't leak `string` in parse_define(..) when a macro has been foundEnji Cooper2016-04-221-1/+2
* Redo r294869. The array of counters for TCP states doesn't belong toGleb Smirnoff2016-03-151-2/+14
* Try to fix a bug introduced in r228623. We started to copy the ifa_msghdrBjoern A. Zeeb2016-02-031-5/+7
* Grab value for LEAF_tcpCurrEstab from net.inet.tcp.stats instead ofGleb Smirnoff2016-01-271-14/+20
* Change the variable to a #define in order to make gcc happy whichBjoern A. Zeeb2016-01-221-1/+1
* Fill the ifAlias leaf of the ifXTable with the interface descriptionHartmut Brandt2016-01-213-1/+20
* 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
* Fix variable 'old' is used uninitialized whenever '&&' condition is false.Marcelo Araujo2015-08-071-1/+1
* Fix the function signatures when MK_CRYPT == no for snmp_get_local_keys andEnji Cooper2014-12-271-2/+2
* Fix a bug in decoding string indexes in snmp_target(3), thus causingShteryana Shopova2014-10-101-4/+7
* Fix a problem with OBJECT IDENTIFIER encoding: need to check theHartmut Brandt2014-01-211-1/+1
* Fix bsnmpd remote denial of service vulnerability.Xin LI2014-01-141-0/+5
* Fix the -Wconversion warnings produced when compiling the SNMP agent.Shteryana Shopova2013-10-171-3/+19
* Fix SNMP Error response PDUs and properly encode them when using v3 auth/encr...Shteryana Shopova2013-10-173-8/+49
* Register OID for HAST module.Mikolaj Golub2013-05-081-0/+1
* Restore the ipNetToMedia MIB, that was broken with new ARP commitGleb Smirnoff2013-04-251-0/+45
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-2610-0/+0
* Looks like support.h is really not needed here.Gleb Smirnoff2012-10-181-1/+0
* put another bandaid on the build until i figure out bsnmp headersMaksim Yevmenkin2012-10-181-1/+1
* fix buildMaksim Yevmenkin2012-10-171-0/+1
* Re-do r240271:Gleb Smirnoff2012-09-202-8/+17
* For UDP transport set IP_RECVDSTADDR sockopt on the socket, and provideGleb Smirnoff2012-09-092-6/+41
* The first part of check_priv() function, that attempts to obtain credsGleb Smirnoff2012-09-082-43/+40
* Fully initialize the stack-allocated "struct sockaddr_in sa" structure.Kevin Lo2012-09-071-1/+2
* Remove end of line whitespace.Joel Dahl2012-06-172-4/+4
* Minor mdoc fixes.Joel Dahl2012-06-175-7/+4
* Count both IPv4 and IPv6 TCP connections in tcpCurrEstabMaksim Yevmenkin2012-06-061-2/+4
* General mdoc(7) and typo fixes.Glen Barber2012-05-112-3/+3
* memset() wants the size of the structure to clear, not the sizeHartmut Brandt2012-03-181-1/+1
* Adter r228571 unbreak architectures with strict alignment rulesBjoern A. Zeeb2011-12-171-7/+7
* Include sys/queue.h: snmpmod.h uses TAILQ.Mikolaj Golub2011-12-111-0/+1
* Fix broken mdoc.Ulrich Spörlein2011-08-011-1/+1
* Properly detect interface's state in the LINK_STATE_UNKNOWN case.Ruslan Ermilov2011-05-031-2/+1
* Don't spam syslog with "inet_ntop(): Address family not supportedRuslan Ermilov2011-04-201-2/+3
* Bring the list of OIDs up-to-date to prevent conflicts.Hartmut Brandt2011-02-031-1/+19
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-204-4/+40