Hartmut Brandt
1e1c4c13fb
Make the generated oid.h dependend on the Makefile. The Makefile defines
...
the symbols to be extracted from the MIB and if that list of symbols is
changed, oid.h should be re-generated.
2006-11-08 10:36:57 +00:00
Gleb Smirnoff
99eebd2a7c
Fix buildworld.
2006-10-31 21:44:46 +00:00
Ruslan Ermilov
e4a9274404
Add missing library dependencies.
2006-04-13 12:49:24 +00:00
Hartmut Brandt
7a775b30e9
Silence some warnings by defining configuration preprocessor symbols.
2006-03-13 09:23:51 +00:00
Hartmut Brandt
3f9b405c78
Catch up with the import of bsnmp-1.11. Add a couple of new
...
configuration flags to CFLAGS.
2005-10-04 15:03:39 +00:00
Hartmut Brandt
8bacf1a614
Enable tcp-wrapper support in the SNMP daemon.
...
Submitted by: glebius
2005-04-26 16:49:15 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Tom Rhodes
5f892a7ff0
Fix build in the !NOATM case by using the begemot library in place of
...
using libisc which was a part of BIND8.
Discussed with: des, re, dougb
Submitted by: harti (one part)
Reviewed by: harti (previous version)
2004-09-24 22:10:34 +00:00
Hartmut Brandt
a0f139102f
Install the MIBs and the definition file to the new location under
...
/usr/share/snmp.
Noted by: bmah
2004-04-15 08:56:06 +00:00
Hartmut Brandt
16b2454cdb
Use a MANFILTER to patch the man pages to point to the right path.
...
Noted by: phk
2004-04-14 16:31:54 +00:00
Mark Murray
16fc3635f7
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
...
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).
There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.
Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".
Tested on: i386 sparc64
2004-03-05 08:10:19 +00:00
Hartmut Brandt
92ba581c32
Rename the makefile variable MIBS to BMIBS so that it does not
...
conflict with the environment variable MIBS that is used by net-snmp.
2004-01-24 20:14:03 +00:00
Hartmut Brandt
b6a6dd1872
Create the OID and tree files while building the modules and the daemon
...
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.
Submitted by: ru
2004-01-23 16:22:49 +00:00
Hartmut Brandt
006d70f8ec
Update generated files.
2004-01-23 11:08:47 +00:00
Hartmut Brandt
ec8a2cd977
Catch up with import of version 1.5a of bsnmp.
2004-01-23 11:08:17 +00:00
Hartmut Brandt
1e1beb03a8
Catch up with the import of version 1.5a of bsnmp.
...
Fix the script to insert $FreeBSD$ into the generated file instead
of the script's FreeBSD id.
2004-01-23 11:07:55 +00:00
Hartmut Brandt
723d6e6459
Correct the include path so that the include files are found
...
with include "...".
2003-11-10 14:04:34 +00:00
Hartmut Brandt
91a2f929e4
Add the build infrastructure for the SNMP daemon that is the base
...
for the NgATM ILMI daemon and for the tree parsing helper program.
2003-11-10 09:22:40 +00:00