summaryrefslogtreecommitdiffstats
path: root/lib/libbsnmp
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-153-55/+55
| | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy.
* Add an empty definition of the MIBS variable so that the makefile doesharti2003-11-131-0/+1
| | | | | | not try to use a MIBS definition from the environment. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* The snmp_netgraph module depends on libnetgraph. So add a dependency andharti2003-11-121-0/+3
| | | | | | add libnetgraph to the list of prebuilt libraries in the main Makefile. Reviewed by: ru
* Fix the build by adjusting the include directives. The problem washarti2003-11-102-4/+6
| | | | | that the sources use "..." includes to get at include files that later on reside in an include sub-directory.
* Add build infrastructure for libbsnmp and the modules. Add theharti2003-11-1020-0/+3216
netgraph module for the SNMP daemon.
OpenPOWER on IntegriCloud