Request help to fix bug #563486: Proxying over TCP transport hangs after lost TCP connection

2006-02-23 Thread Michael Bunk
d this email, but net-snmp-coders has much more subscribers than net-snmp-bugs. Kindest regards, Michael Bunk pgpgRq07WYm2J.pgp Description: PGP signature

Code Merge Request #1: Minor editorial changes to Perl bindings (open)

2013-12-06 Thread Michael Bunk
Dear SNMP-Devs, I discovered that SourceForge supports merge requests like GitHub... don't know since when. But since mine ended up as the first for net-snmp, I decided that it might be a good idea to draw some attention to it, so it doesn't go unnoticed: http://sourceforge.net/p/net-snmp/code/m

Re: all connections are refused except SNMP queries

2014-04-30 Thread Michael Bunk
I cannot understand from your description what is going on, but did you check basic things like * that no firewall interferes * whether snmpd listens for tcp at all with "netstat -lp" * snmpd logs * starting "snmpd -f" to eventually see more error messages Best regards, Michael smime.p7s Des

Re: [PATCH] Let Perl access the security engine ID

2014-10-23 Thread Michael Bunk
> As with most open source projects, committers get more and fewer cycles to > look at contributions. We're trying to make an effort in the next couple > of months to get the queue down. Despite understanding your reasoning and life in open source projects, we are still bothered by our impatienc

use after free: C callback for SNMP.pm called twice

2014-04-25 Thread Michael Bunk - Computer Leipzig
its callback, fixing it one level earlier in the call stack. But I cannot decide which fix is right. Attached patch prevents the use-after-free condition and I would be grateful if you could explain to me why it works and help me prepare it for integration into net-snm

Re: use after free: C callback for SNMP.pm called twice

2014-05-16 Thread Michael Bunk - Computer Leipzig
Hello, any news on this? I would also read some RFC to help me properly understand the problem and the solution... I just need some hint on how to proceed. Best regards, Michael On 25.04.2014 16:27, Michael Bunk - Computer Leipzig wrote: > Hello, > > I'm using the Perl mod