Re: netsnmp_trapd_check_auth

2006-08-25 Thread Thomas Anders
Robert Story wrote: > On Fri, 25 Aug 2006 14:07:22 +0200 Thomas wrote: > TA> apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as > TA> > TA> int netsnmp_trapd_check_auth(int authtypes) > TA> > TA> but gets called as > TA>

Re: netsnmp_trapd_check_auth

2006-08-25 Thread Robert Story
On Fri, 25 Aug 2006 14:07:22 +0200 Thomas wrote: TA> apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as TA> TA> int netsnmp_trapd_check_auth(int authtypes) TA> TA> but gets called as TA> TA> netsnmp_trapd_check_auth(traph->authtype

Re: netsnmp_trapd_check_auth

2006-08-25 Thread Wes Hardaker
>>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes: TA> in apps/snmptrapd_handlers.c which we didn't notice because there wasn't TA> even a prototype for netsnmp_trapd_check_auth() in You know, I actually spotted that about a week ago but

netsnmp_trapd_check_auth

2006-08-25 Thread Thomas Anders
-Coders, apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as int netsnmp_trapd_check_auth(int authtypes) but gets called as netsnmp_trapd_check_auth(traph->authtypes, pdu) in apps/snmptrapd_handlers.c which we didn't notice because there wasn't even a