aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
Commit message (Expand)AuthorAgeFilesLines
* Install the MIBs and the definition file to the new location underHartmut Brandt2004-04-151-2/+2
* Use a MANFILTER to patch the man pages to point to the right path.Hartmut Brandt2004-04-142-0/+8
* Put the name of the module first in the list of all .Nm calls withHartmut Brandt2004-04-141-0/+1
* Compare with 0 if comparing an integer, not with NULL.Hartmut Brandt2004-04-141-1/+1
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toHartmut Brandt2004-04-141-2/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-0/+1
* Rename the makefile variable MIBS to BMIBS so that it does notHartmut Brandt2004-01-241-3/+3
* Rename the MIBS makefile variable to BMIBS so that it does not conflictHartmut Brandt2004-01-242-4/+4
* Create the OID and tree files while building the modules and the daemonHartmut Brandt2004-01-238-187/+32
* Update generated files.Hartmut Brandt2004-01-233-3/+21
* Catch up with import of version 1.5a of bsnmp.Hartmut Brandt2004-01-231-1/+2
* Catch up with the import of version 1.5a of bsnmp.Hartmut Brandt2004-01-231-2/+4
* Style: remove an empty line.Hartmut Brandt2004-01-231-1/+0
* Clean up makefiles.Ruslan Ermilov2004-01-193-15/+11
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-153-55/+55
* Add an empty definition of the MIBS variable so that the makefile doesHartmut Brandt2003-11-131-0/+1
* The snmp_netgraph module depends on libnetgraph. So add a dependency andHartmut Brandt2003-11-121-0/+3
* Correct the include path so that the include files are foundHartmut Brandt2003-11-102-5/+7
* Fix the build by adjusting the include directives. The problem wasHartmut Brandt2003-11-102-4/+6
* Add the build infrastructure for the SNMP daemon that is the baseHartmut Brandt2003-11-108-0/+202
* Add build infrastructure for libbsnmp and the modules. Add theHartmut Brandt2003-11-109-0/+2735