Re: Broken builds

2017-05-08 Thread Magnus Fromreide
On Mon, May 08, 2017 at 10:21:03PM -0700, Bart Van Assche wrote: > On 05/06/17 20:48, Magnus Fromreide wrote: > > On Fri, May 05, 2017 at 05:31:06PM -0700, Bart Van Assche wrote: > >> On 05/04/17 14:52, Magnus Fromreide wrote: > >>> On Thu, May 04, 2017 at 06:40:14AM -0700, Bart Van Assche wrote: >

Re: Broken builds

2017-05-08 Thread Bart Van Assche
On 05/06/17 20:48, Magnus Fromreide wrote: > On Fri, May 05, 2017 at 05:31:06PM -0700, Bart Van Assche wrote: >> On 05/04/17 14:52, Magnus Fromreide wrote: >>> On Thu, May 04, 2017 at 06:40:14AM -0700, Bart Van Assche wrote: On 05/04/17 00:25, Magnus Fromreide wrote: > I looks like the cha

How to get the interface list similar to if-mib? Any snmp API call?

2017-05-08 Thread Murali Karicheri
Hello Coders, I am new to Net-SNMP and have made progress so far to implement a dummy scalar and table using the example mib modules. My next step is to implement the lreInterfaceConfigTable defined by iec-62439-3 mib spec. It requires to query the interfaces in the Linux and identify HSR interfa

Re: Preventing brute force on Account Password

2017-05-08 Thread Łukasz Wrzesiński
Easiest way to perform DoS attack with such functionality. 2017-05-08 8:36 GMT+02:00 Madhusudhana R : > Hi Coders, > > > > An automated brute forcing the account passwords to access agent could > lead to security breach. > > > > Will blocking username for some time which tried with incorrect pass

Re: Username existence disclosure from Agent

2017-05-08 Thread Łukasz Wrzesiński
SNMP v3 UserName is send in clear text in each SNMPv3 PDU, also for Auth and AuthPriv. You could obtain it by sniffing packages, without any SNMP query (you could check it using WireShark or something similar). Your change is pointless. 2017-05-08 8:04 GMT+02:00 Ulrich Windl : > >>> Madhusudhan