Re: CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-30 Thread Wes Hardaker
On Wed, 29 Dec 2010 09:28:44 +0100, Niels Baggesen n...@users.sourceforge.net said: NB FYI, I am trying to set up some buildbots under VMware to verify NB that the 5-5 and 5-6 patches branches compile and minimally works NB under current *BSD and Solaris releases, but it will probably take NB

Re: CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-29 Thread Niels Baggesen
On Tue, Dec 28, 2010 at 05:33:16PM -0800, Wes Hardaker wrote: On Wed, 22 Dec 2010 15:55:14 +0100, Niels Baggesen n...@users.sourceforge.net said: NB Index: snmplib/vacm.c FYI, applied. Thanks. It has been (is still) a bit hectic over Xmas work-wise, so I hadn't gotten around to it.

Re: CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-28 Thread Wes Hardaker
On Wed, 22 Dec 2010 15:55:14 +0100, Niels Baggesen n...@users.sourceforge.net said: NB Index: snmplib/vacm.c FYI, applied. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Learn

CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-22 Thread Niels Baggesen
The bug describes how the view mask is lost when read from the snmpd persistent file. This patch fixes it (and removes some identity casts). The crucial point is setting the viewMaskLen before calling read_octet_string. Index: snmplib/vacm.c

Re: CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-22 Thread Robert Story
On Wed, 22 Dec 2010 15:55:14 +0100 Niels wrote: NB The bug describes how the view mask is lost when read from the snmpd NB persistent file. NB NB This patch fixes it (and removes some identity casts). The crucial NB point is setting the viewMaskLen before calling read_octet_string. +1

Re: CFV: Fix for bug 3109144: cant load vacmView from persistent storage

2010-12-22 Thread Dave Shield
On 22 December 2010 14:55, Niels Baggesen n...@users.sourceforge.net wrote: The bug describes how the view mask is lost when read from the snmpd persistent file. 5.5.1: +1 5.6.1: +1 iff rc2 scheduled -1 otherwise Dave