/[radius]/radius/radiusd/radiusd.c
ViewVC logotype

Diff of /radius/radiusd/radiusd.c

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

revision 1.132 by gray, Sat Jun 14 14:44:39 2003 UTC revision 1.133 by gray, Tue Jun 17 16:21:11 2003 UTC
# Line 1315  struct cfg_stmt option_stmt[] = { Line 1315  struct cfg_stmt option_stmt[] = {
1315          { "username-chars", CS_STMT, NULL, cfg_get_string,          { "username-chars", CS_STMT, NULL, cfg_get_string,
1316            &username_valid_chars,            &username_valid_chars,
1317            NULL, NULL },            NULL, NULL },
1318            /* Obsolete statements */
1319            { "usr2delay", CS_STMT, NULL, cfg_obsolete, NULL, NULL, NULL },
1320          { NULL, }          { NULL, }
1321  };  };
1322    
# Line 1368  struct cfg_stmt auth_stmt[] = { Line 1370  struct cfg_stmt auth_stmt[] = {
1370          { "compare-attribute-flag", CS_STMT, NULL,          { "compare-attribute-flag", CS_STMT, NULL,
1371            cfg_get_integer, &auth_comp_flag,            cfg_get_integer, &auth_comp_flag,
1372            NULL, NULL },            NULL, NULL },
1373            /* Obsolete statements */
1374            { "spawn", CS_STMT, NULL, cfg_obsolete, NULL, NULL, NULL },
1375          { NULL, }          { NULL, }
1376  };  };
1377                    
# Line 1388  struct cfg_stmt acct_stmt[] = { Line 1392  struct cfg_stmt acct_stmt[] = {
1392          { "compare-attribute-flag", CS_STMT, NULL,          { "compare-attribute-flag", CS_STMT, NULL,
1393            cfg_get_integer, &acct_comp_flag,            cfg_get_integer, &acct_comp_flag,
1394            NULL, NULL },            NULL, NULL },
1395            /* Obsolete statements */
1396            { "spawn", CS_STMT, NULL, cfg_obsolete, NULL, NULL, NULL },
1397            { NULL, }
1398    };
1399    
1400    struct cfg_stmt proxy_stmt[] = {
1401            { "max-requests", CS_STMT, NULL, cfg_obsolete, NULL, NULL, NULL },
1402            { "request-cleanup-delay", CS_STMT, NULL,
1403              cfg_obsolete, NULL, NULL, NULL },
1404          { NULL, }          { NULL, }
1405  };  };
1406    
# Line 1398  struct cfg_stmt config_syntax[] = { Line 1411  struct cfg_stmt config_syntax[] = {
1411            logging_stmt, logging_stmt_end },            logging_stmt, logging_stmt_end },
1412          { "auth", CS_BLOCK, auth_stmt_begin, NULL, NULL, auth_stmt, NULL },          { "auth", CS_BLOCK, auth_stmt_begin, NULL, NULL, auth_stmt, NULL },
1413          { "acct", CS_BLOCK, acct_stmt_begin, NULL, NULL, acct_stmt, NULL  },          { "acct", CS_BLOCK, acct_stmt_begin, NULL, NULL, acct_stmt, NULL  },
1414            { "proxy", CS_BLOCK, NULL, NULL, NULL, proxy_stmt, NULL  },
1415          { "rewrite", CS_BLOCK, NULL, NULL, NULL, rewrite_stmt, NULL },          { "rewrite", CS_BLOCK, NULL, NULL, NULL, rewrite_stmt, NULL },
1416          { "filters", CS_BLOCK, filters_stmt_term, NULL, NULL, filters_stmt,          { "filters", CS_BLOCK, filters_stmt_term, NULL, NULL, filters_stmt,
1417            NULL },            NULL },

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

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