-
unleashnetworks registered the Trisul project.
2008-03-28 13:51:47 UTC in Trisul
-
This patch applies to the module net-snmp/agent/mibgroup/mibII/vacm_vars.c
Calls to getViewEntry() were passing the second parameter as a length prefixed OID. This patch changes this to pass a plain OID and adjusts the length parameter appropriately.
The effects of not applying the patch are:
1. create a view .1.3.6.1.6.3.15.1.2.2.1.10
2. create a view .1.3.6.1.6.3.15.1.2.2.1.7
The...
2007-02-21 19:33:28 UTC in net-snmp
-
In function netsnmp_view_get(), the method ignores the OID checks altogether when the VACM_IGNORE_MASK is set.
This patch ignores the VACM mask, but still checks the OIDs for a match.
To see the side effects of not applying this patch, do the following test.
1. create a view entry for .1.3.6.1.6.3.15.1.2.2.1.10
2. create a view entry for .1.3.6.1.6.3.15.1.2.2.1.7
The second one...
2007-02-21 19:27:05 UTC in net-snmp