aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp/snmp_mibII
Commit message (Expand)AuthorAgeFilesLines
* Follow the standard object definition from RFC2578Shteryana Shopova2022-12-291-1/+1
* snmp_mibII: use net.inet.ip.fragttl sysctl for ipReasmTimeoutGleb Smirnoff2022-08-211-1/+13
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-012-5/+3
|\
| * Flatten bsnmp vendor area.Hartmut Brandt2008-12-2018-6070/+0
* | Create 64bit mibII counters for all interfaces.Andrey V. Elsukov2019-04-021-21/+0
* | Timer interval is correctly counted in ticks (1/100 s) inGleb Smirnoff2019-01-091-1/+1
* | bsnmpd(8): fix and optimize interface description processingEugene Grosbein2018-08-184-8/+69
* | Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-032-1/+2
* | Remove support for the Arcnet protocol.Brooks Davis2018-04-131-7/+0
* | Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-212-7/+7
* | Add a REVISION section to track changes for the BEGEMOT-IP-MIB MIB fileEnji Cooper2017-01-091-0/+3
* | Use nitems(mib) instead of hardcoding mib's length when calling sysctl(3)Enji Cooper2017-01-091-6/+6
* | Remove unnecessary __unused attribute attached to `ctx` in op_begemot_mibII(..)Enji Cooper2017-01-061-1/+1
* | snmp_mibII(3) requires net/if.h and net/if_mib.hEnji Cooper2017-01-041-1/+3
* | 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
* | Guard against use-after-free after calling mibif_free(..)Enji Cooper2016-12-301-5/+6
* | Fix whitespace in a comment and fixing a spelling error in a commentEnji Cooper2016-12-301-3/+2
* | style(9): clean up trailing whitespaceEnji Cooper2016-12-2716-36/+36
* | Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warningEnji Cooper2016-04-221-1/+1
* | 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
* | Fix variable 'old' is used uninitialized whenever '&&' condition is false.Marcelo Araujo2015-08-071-1/+1
* | Restore the ipNetToMedia MIB, that was broken with new ARP commitGleb Smirnoff2013-04-251-0/+45
* | 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
* | Count both IPv4 and IPv6 TCP connections in tcpCurrEstabMaksim Yevmenkin2012-06-061-2/+4
* | Adter r228571 unbreak architectures with strict alignment rulesBjoern A. Zeeb2011-12-171-7/+7
* | Properly detect interface's state in the LINK_STATE_UNKNOWN case.Ruslan Ermilov2011-05-031-2/+1
* | Fix a typo introduced in r210936 which broke build.Pyun YongHyeon2010-08-061-1/+1
* | Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin2010-08-061-0/+1
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-241-2/+2
* | Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded sys...Shteryana Shopova2009-12-035-3/+77
* | Add an extra (void *) cast. The struct if_msghdr has an 8 byteWarner Losh2009-02-181-1/+1
* | This main goals of this project are:Qing Li2008-12-152-76/+10
|/
* Vendor patch: improve readability by using the IF_Mbps macro.Hartmut Brandt2006-10-301-5/+6
* Virgin import of bsnmpd 1.12Hartmut Brandt2006-02-279-6/+267
* Vendor fix: make mibII HC counters really 64-bit on 32-bit platforms by pollingHartmut Brandt2006-02-135-19/+206
* Vendor patch: Make the link traps more RFC-conform.Hartmut Brandt2006-02-101-9/+12
* Vendor fix: the routing table can change while we are fetching it fromHartmut Brandt2006-01-101-9/+19
* Vendor patch: fix the reporting of ifOperStatus. We now consider anHartmut Brandt2005-11-021-3/+17
* Virgin import of bsnmpd 1.11vendor/bsnmp/1.11Hartmut Brandt2005-10-045-153/+462
* Apply a vendor patch: silence gcc on arm (alignent when casting pointer).Hartmut Brandt2005-05-251-1/+1
* Virgin import of bsnmpd 1.10Hartmut Brandt2005-05-239-27/+31
* Virgin import of bsnmpd 1.8Hartmut Brandt2005-02-284-8/+14
* Virgin import of bsnmpd 1.7vendor/bsnmp/1.7Hartmut Brandt2004-08-0615-367/+308