/[radius]/radius/radiusd/rewrite.y
ViewVC logotype

Diff of /radius/radiusd/rewrite.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by gray, Fri Oct 31 15:01:51 2003 UTC revision 1.71 by gray, Sat Nov 1 13:48:41 2003 UTC
# Line 4381  rw_attrs0() Line 4381  rw_attrs0()
4381                    
4382          if ((pair = avl_find(AVPLIST(&mach), attr)) == NULL)          if ((pair = avl_find(AVPLIST(&mach), attr)) == NULL)
4383                  pushs(&nil, 1);                  pushs(&nil, 1);
4384          else if (attr == DA_USER_PASSWORD) {          else if (pair->prop & AP_ENCRYPT) {
4385                  char string[AUTH_STRING_LEN+1];                  char string[AUTH_STRING_LEN+1];
4386                  int len;                  int len;
4387                  req_decrypt_password(string, mach.req, pair);                  req_decrypt_password(string, mach.req, pair);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26