freebsd-dev/usr.sbin/bsnmpd
Hartmut Brandt e55adffce7 Reduce the memory requirements for the tables by (1) using malloced strings
instead of maximum sized arrays embedded in the table structures and (2)
using pointers to constant oids instead of copying the oid into each
table structure. This also fixes indexing in the case when a string used
for indexing is longer than the maximum size allowed in the MIB.

Submitted by:	Victor Cruceru <soc-victor@>
2006-07-14 09:07:56 +00:00
..
bsnmpd Add missing library dependencies. 2006-04-13 12:49:24 +00:00
gensnmptree Catch up with the import of bsnmp-1.11. Add a couple of new 2005-10-04 15:03:39 +00:00
modules Reduce the memory requirements for the tables by (1) using malloced strings 2006-07-14 09:07:56 +00:00
Makefile Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. 2005-03-14 17:32:16 +00:00
Makefile.inc