Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-06-28 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > I checked the new one and it looks good. Thanks. > One a semi-related note, I tried doing a make on today's CVS with > disable-shared as a config option. I thought I could do an nm on > radiusd and see symbol definitions for EAP subtype functions, like

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-06-27 Thread Dave Mason
Hi Alan, I checked the new one and it looks good. One a semi-related note, I tried doing a make on today's CVS with disable-shared as a config option. I thought I could do an nm on radiusd and see symbol definitions for EAP subtype functions, like eapmd5_alloc, but they werent there. Is that

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-06-27 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > I just grabbed the June 26 CVS and eap.c looks like the original > unpatched version. Yes, because I said I "just" added it. The snapshot from today should have the fix. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/lis

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-06-26 Thread Dave Mason
I just grabbed the June 26 CVS and eap.c looks like the original unpatched version. Dave Alan DeKok wrote: Dave Mason <[EMAIL PROTECTED]> wrote: That worked like a champ. Here's my new code, with the old code commented out. From eap.c: ... I've added that patch to

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-06-26 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > That worked like a champ. Here's my new code, with the old code > commented out. From eap.c: ... I've added that patch to eap.c. Please double-check that it works before 0.9 is released. Alan DeKok. - List info/subscribe/unsubscribe? See http://ww

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-05-31 Thread Dave Mason
Hi Alan, That worked like a champ. Here's my new code, with the old code commented out. From eap.c: unsigned char *eap_regenerateid(REQUEST *request, unsigned char response_id) { //VALUE_PAIR *nas = NULL; VALUE_PAIR *state = NULL; unsigned char*id = NULL; #ifdef XXREMOVE

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-01-28 Thread Alan DeKok
Dave Mason <[EMAIL PROTECTED]> wrote: > Hi - any thoughts on this? I'm curious if there's a bug here or if > everything is as intended. It's a bug. I'll update rlm_preprocess in the CVS head. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Missing nas->strvalue in add_nas_attr, bad EAP request ID

2003-01-27 Thread Dave Mason
Hi - any thoughts on this? I'm curious if there's a bug here or if everything is as intended. Regards, Dave Dave Mason wrote: Hi, I'm working on a new EAP type, and using the supplied radclient for testing. I didnt add a NAS-IP-Address attribute to the Access Request (and radclient doesnt a