Re: Default AgentX target

2010-03-18 Thread Magnus Fromreide
On Thu, Mar 18, 2010 at 09:02:57PM +0100, Bart Van Assche wrote: > Hello, > > During the latest Net-SNMP administrative meeting it has been brought up > that it is inconvenient that AgentX clients on Windows using the Net-SNMP > library have to set the AgentX target explicitly to "localhost:705".

Default AgentX target

2010-03-18 Thread Bart Van Assche
Hello, During the latest Net-SNMP administrative meeting it has been brought up that it is inconvenient that AgentX clients on Windows using the Net-SNMP library have to set the AgentX target explicitly to "localhost:705". The patch below overcomes this, but at the same time changes the default Ag

Does Net-SNMP use 3DES encryption?

2010-03-18 Thread Eyre, Bernadette (Bernadette)
All, Do you know which DES algorithm is used in Net-SNMP user password and or message encryption? Thanks, Bernadette -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find

RE: "Dense Tables"

2010-03-18 Thread Prakash
Can you please provide an example to implement "table-within-a-table" with a Subagent. Prakash -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Thursday, March 18, 2010 7:48 PM To: PrakashRaju Meka Cc: net-snmp-coders@

Re: SF.net SVN: net-snmp:[18327] trunk/net-snmp/snmplib

2010-03-18 Thread Robert Story
On Thu, 18 Mar 2010 09:50:27 +0100 Magnus wrote: MF> > Author: rstory MF> > MF> > Log Message: MF> > --- MF> > move cert init to snmp init MF> MF> This patch breaks builds without TLS. fixing -- Download I

Re: "compairing array with NULL"

2010-03-18 Thread Robert Story
On Thu, 18 Mar 2010 10:43:59 + Dave wrote: DS> On 18 March 2010 10:50, sanjaykumar wrote: DS> > I am not telling to remove the validation but update it DS> > eg: DS> >  In below code udpEndpointLocalAddress is an array hence "(NULL == DS> > tbl_idx->udpEndpointLocalAddress) " will be never VAL

Re: "Dense Tables"

2010-03-18 Thread Dave Shield
On 18 March 2010 14:11, Prakash wrote: > Please find the attached image now. I suggest you ask whoever supplied you with that image. It looks as if this is describing a "table-within-a-table" (e.g. hrPartitionTable in the HOST-RESOURCES-MIB) which they seem to be calling a "dependent table" But

RE: "Dense Tables"

2010-03-18 Thread Prakash
Sorry Dave -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Thursday, March 18, 2010 7:33 PM To: PrakashRaju Meka Subject: Re: "Dense Tables" On 18 March 2010 13:26, Prakash wrote: > Thank you Dave, > > Please see the

Re: "Dense Tables"

2010-03-18 Thread Dave Shield
On 18 March 2010 11:22, Prakash wrote: > What is  a “Dense Table” and how to access it. Context? Where did you come across this term? All that I can think of immediately is in contrast to a "sparse table". Which is one where certain MIB objects don't necessarily have a value in every single r

"Dense Tables"

2010-03-18 Thread Prakash
Hi All What is a "Dense Table" and how to access it. -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: "compairing array with NULL"

2010-03-18 Thread Dave Shield
On 18 March 2010 10:50, sanjaykumar wrote: > I am not telling to remove the validation but update it > eg: >  In below code udpEndpointLocalAddress is an array hence "(NULL == > tbl_idx->udpEndpointLocalAddress) " will be never VALID. With the current code, that appears to be true. The existing d

Re: "compairing array with NULL"

2010-03-18 Thread sanjaykumar
Dave Shield wrote: On 18 March 2010 07:34, sanjaykumar wrote: Hi I find many places in net-snmp code "compairing array with NULL" Firstly, the code fragments which you quote appear to be part of the MfD framework, which is nothing to do with me. So I don't claim to ha

Re: "compairing array with NULL"

2010-03-18 Thread Dave Shield
On 18 March 2010 07:34, sanjaykumar wrote: > Hi I find many places in net-snmp code "compairing array with NULL" Firstly, the code fragments which you quote appear to be part of the MfD framework, which is nothing to do with me. So I don't claim to have any great knowledge or understanding of t

Re: SF.net SVN: net-snmp:[18327] trunk/net-snmp/snmplib

2010-03-18 Thread Magnus Fromreide
On Wed, 2010-03-17 at 18:54 +, [email protected] wrote: > Revision: 18327 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=18327&view=rev > Author: rstory > Date: 2010-03-17 18:54:39 + (Wed, 17 Mar 2010) > > Log Message: > --- > move cert init to snmp