Re: security fix for local/fixproc (Bug 1203376)

2005-05-24 Thread Aaron Walker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Anders wrote: > -Coders, > > I've proposed a fix for the fixproc security issue reported as bug 1203376: > > http://sf.net/tracker/index.php?func=detail&aid=1203376&group_id=12694&atid=112694 > > > Hopefully this can be integrated before rel

Re: How can I porting net-snmp to arm platform

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 16:23:05 +0800, flyeagers <[EMAIL PROTECTED]> said: flyeagers> cannot find module (SNMPV2-MIB):At line 0 in (none) Did you do a make install? -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by Yahoo.

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 10:08:41 +0100, Dave Shield <[EMAIL PROTECTED]> said: Dave> is there any reason why the command options used for specifying Dave> the pass phrase and the algorithm (for both authentication and privacy) Dave> are the opposite way round with "net-snmp-config --create-snmpv3

Re: integrate SuSE 9.3 patches?

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 15:43:53 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> ...Mike has done similar things with the Red Hat... They gave us direct permission to use those patches under a BSD license. If the patches are GPLed in any way (you'll need to ask them) then we can'

Re: getting rid of strtok: leftover in perl/SNMP/SNMP.xs [patch]

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 15:36:46 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> Fixed what? AFAICS, perl/SNMP/SNMP.xs still is *not* fixed in Thomas> 5.3.dev, unless cvs is playing tricks on me. I suspect it is: # grep strtok *.xs entry = strtok_r(newkey, "*", &st);

Re: net-snmp on Mac OS X

2005-05-24 Thread Wes Hardaker
> On Mon, 23 May 2005 19:23:42 -0400, "Richard J. Zak" <[EMAIL PROTECTED]> > said: Richard> 1. (*) text/plain ( ) text/html Richard> Trying to compile net-snmp 5.2.1 on Mac OS X 10.4.0 You can get around this by telling it not to include that mib module... --with-o

Re: Compiling Error of shared lib

2005-05-24 Thread Wes Hardaker
> On Tue, 24 May 2005 17:49:20 +0800, "Paul Chen (QD/LJC)" <[EMAIL > PROTECTED]> said: Paul> The version of the ucd-snmp is 4.2.3, and gcc version Paul> egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) . I'd bet if you used a new version of net-snmp you'd find that it's configure script

Compiling Error of shared lib

2005-05-24 Thread Paul Chen (QD/LJC)
Hi, all I need to build a shared library in a project. So I changed the ./config.h and ./libtool, with the difference as the following: [EMAIL PROTECTED] ucd-snmp-brasc]# diff config.h config.h.bk 1062c1062 < #define CONFIGURE_OPTIONS " --enable-shared --disab

net-snmp on Mac OS X

2005-05-24 Thread Richard J. Zak
Trying to compile net-snmp 5.2.1 on Mac OS X 10.4.0ucd-snmp/disk.c: In function 'disk_parse_config':ucd-snmp/disk.c:273: warning: pointer targets in passing argument 2 of 'add_device' differ in signednessucd-snmp/disk.c: In function 'find_and_add_allDisks':ucd-snmp/disk.c:387: error: storage size o

Re: integrate SuSE 9.3 patches?

2005-05-24 Thread Thomas Anders
Thomas Anders wrote: I've created patch tracker item #1207748 in order to help reviewing/incorporating the patches shipped by SuSE in their SuSE Linux 9.3 net-snmp-5.1.2-5 source rpm. ^^^ Oops: net-snmp-5.2.1-5, of course. +Thomas -- Thomas Anders (thomas.anders at blue-cab

Re: getting rid of strtok: leftover in perl/SNMP/SNMP.xs [patch]

2005-05-24 Thread Thomas Anders
Robert Story wrote: On Mon, 23 May 2005 14:52:02 +0200 Thomas wrote: TA> now that strtok should have been replaced by strtok_r in all 5.[123].x TA> code, I noticed that there are still some occurrences of strtok() in TA> perl/SNMP/SNMP.xs. TA> TA> I've updated patch tracker item #1040330 accordi

integrate SuSE 9.3 patches?

2005-05-24 Thread Thomas Anders
-Coders, I've created patch tracker item #1207748 in order to help reviewing/incorporating the patches shipped by SuSE in their SuSE Linux 9.3 net-snmp-5.1.2-5 source rpm. Mike has done similar things with the Red Hat and Debian patches quite successfully, back then. http://sf.net/tracker/in

Re: snmpv3 Decryption error with net-snmp 5.2.1

2005-05-24 Thread Dave Shield
On Mon, 2005-05-23 at 21:02, Wes Hardaker wrote: > > On Mon, 23 May 2005 10:26:58 +0200, Stage Iup - Fabrice & Frédéric > > <[EMAIL PROTECTED]> said: > > Stage> I use net-snmp 5.2.1, i have created a snmpv3 user with : > Stage> net-snmp-config --create-snmpv3-user -ro -x mypassword -X DES

RE: Peername in snmp-seesion object

2005-05-24 Thread Dave Shield
On Mon, 2005-05-23 at 17:27, Rajeswari Natarajan wrote: > Hi , > Can you please let us know ,how to get peer information when receiving > trap. The address information is held in the two PDU fields "pdu->transport_data" and "pdu->transport_data_length" It can be interpreted using the tr

How can I porting net-snmp to arm platform

2005-05-24 Thread flyeagers
I successfully cross compiled the net-snmp,but using this command: configure --target=arm-linux --host=arm --with-mib-modules="myownmodule" --with-cc=arm-linux-gcc --with-ar=arm-linux-ar --with-endianess=big.But when I run it in arm platform,when I use snmpget command,it always shows the folling me