aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
Commit message (Expand)AuthorAgeFilesLines
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+1
* MFC: BIND 9 and related bits.Dag-Erling Smørgrav2004-09-261-3/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-1813-3254/+0
* Link to the build again. The problem was that we need a newHartmut Brandt2004-08-111-3/+3
* Again something bad is happening so comment out the ATM module.Hartmut Brandt2004-08-111-3/+3
* Now, after the import of NgATM-1.1, re-enable the atm module.Hartmut Brandt2004-08-111-1/+1
* Disable the snmp_atm module until the source gets fixed. This will unbreakScott Long2004-08-101-1/+1
* Link the snmp_atm module to the build unless NOATM is defined.Hartmut Brandt2004-08-091-1/+6
* Now that gensnmptree can read and merge more than one tree makeHartmut Brandt2004-08-091-4/+4
* A module for bsnmpd(1) that exports a MIB that contains information aboutHartmut Brandt2004-08-094-0/+478
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-19/+38
* 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