summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.syrinx2010-12-2018-82/+1970
* Silence the compiler warnings in libbsnmp by removing several (now)syrinx2010-12-163-21/+18
* Add a forgotten file from r216294 and unbreak the build.syrinx2010-12-081-0/+404
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...syrinx2010-12-0829-254/+4517
* Remove mention of non-existant -o flag for debugging options.uqs2010-10-231-5/+3
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* Fix two minor typos.joel2010-08-161-2/+2
* Bump document date after content changes.uqs2010-08-161-1/+1
* Wordsmithing of bsnmpd.1uqs2010-08-161-18/+16
* Fix a typo introduced in r210936 which broke build.yongari2010-08-061-1/+1
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butjhb2010-08-061-0/+1
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-249-18/+18
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2010-03-272-2/+2
* Fix typo in macro name and macro usage.uqs2010-03-122-2/+3
* Fix a problem with high CPU consumption (up to 30%) by bsnmpd on a loaded sys...syrinx2009-12-035-3/+77
OpenPOWER on IntegriCloud