Re: Question on usm_parse_security_parameters

2005-10-10 Thread Dave Shield
On Fri, 2005-10-07 at 20:04 -0400, Robert Story wrote: > On Fri, 7 Oct 2005 23:02:19 +0100 Dave wrote: > DS> Perhaps when the chaos of the 5.2.2 and 5.3 releases has > DS> died down, we could return to this again. > > Yeah, right! If I hand a nickel for every issue we've tabled, > never to be seen

Re: Question on usm_parse_security_parameters

2005-10-07 Thread Robert Story
On Fri, 7 Oct 2005 23:02:19 +0100 Dave wrote: DS> Perhaps when the chaos of the 5.2.2 and 5.3 releases has DS> died down, we could return to this again. Yeah, right! If I hand a nickel for every issue we've tabled, never to be seen again... ;-) (and what are you doing online at such an hour?) --

Re: Question on usm_parse_security_parameters

2005-10-07 Thread Dave Shield
DS> The difficulty is that it would blow a massive hole in DS> the principle of backward compatability. *All* DS> existing programs that use the Net-SNMP libraries DS> would need to be changed to match > I don't think that's true. The compiler generally accepts differently > named types so long a

Re: Question on usm_parse_security_parameters

2005-10-07 Thread Robert Story
On Mon, 03 Oct 2005 13:29:53 +0100 Dave wrote: DS> Replacing all int/long declarations with suitable DS> int32_t/int64_t (or unsigned equivalents) would be DS> a tedious but fairly straightforward process. The DS> difficulty is that it would blow a massive hole in DS> the principle of backward c

Re: Question on usm_parse_security_parameters

2005-10-03 Thread Dave Shield
On Sat, 2005-10-01 at 11:38 -0700, rwilcox wrote: > --- Robert Story <[EMAIL PROTECTED]> wrote: > > Knowing full well that it is a waste of my time to > > do so, I proposed a mega search/replace of all ints > > and longs with the new int32_t, with cleanup for > > int64_t where needed. > > > > I

Re: Question on usm_parse_security_parameters

2005-10-02 Thread rwilcox
--- Robert Story <[EMAIL PROTECTED]> wrote: > On Mon, 26 Sep 2005 15:08:37 -0700 Wes wrote: > WH> rwilcox> This is a problem for me because after > enginetime exceeds > WH> rwilcox> 65535, I begin receiving REPORT-PDUs > and then I see other > WH> rwilcox> corruption I am currently attributing >

Re: Question on usm_parse_security_parameters

2005-10-02 Thread Robert Story
On Mon, 26 Sep 2005 15:08:37 -0700 Wes wrote: WH> rwilcox> This is a problem for me because after enginetime exceeds WH> rwilcox> 65535, I begin receiving REPORT-PDUs and then I see other WH> rwilcox> corruption I am currently attributing to this 4 byte vs 2 WH> rwilcox> byte issue. WH> WH> Err...

Re: Question on usm_parse_security_parameters

2005-09-26 Thread Wes Hardaker
> On Wed, 21 Sep 2005 12:15:45 -0700 (PDT), rwilcox <[EMAIL PROTECTED]> > said: rwilcox> This is a problem for me because after enginetime exceeds rwilcox> 65535, I begin receiving REPORT-PDUs and then I see other rwilcox> corruption I am currently attributing to this 4 byte vs 2 rwilcox>

Question on usm_parse_security_parameters

2005-09-21 Thread rwilcox
Hello, The function usm_parse_security_parameters, in snmpusm.c, uses u_int for boots_uint and time_uint: int usm_parse_security_parameters(u_char * secParams, size_t remaining, u_char * secEngineID, siz