/[anubis]/anubis/src/rc.c
ViewVC logotype

Diff of /anubis/src/rc.c

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

revision 1.36 by gray, Fri Nov 21 01:23:18 2003 UTC revision 1.37 by gray, Sat Nov 22 09:28:54 2003 UTC
# Line 235  process_rcfile(int method) Line 235  process_rcfile(int method)
235  #define KW_READ_ENTIRE_BODY    16  #define KW_READ_ENTIRE_BODY    16
236  #define KW_LOCAL_DOMAIN        17  #define KW_LOCAL_DOMAIN        17
237  #define KW_SASL_PASSWORD_DB    18  #define KW_SASL_PASSWORD_DB    18
238    #define KW_SASL_ALLOWED_MECH   19
239    
240  char **  char **
241  list_to_argv(LIST *list)  list_to_argv(LIST *list)
# Line 414  control_parser(int method, int key, LIST Line 415  control_parser(int method, int key, LIST
415                          return RC_KW_ERROR;                          return RC_KW_ERROR;
416                  anubis_set_password_db (arg, list_item(arglist, 1));                  anubis_set_password_db (arg, list_item(arglist, 1));
417                  break;                  break;
418    
419            case KW_SASL_ALLOWED_MECH:
420                    anubis_set_mech_list(arglist);
421                    break;
422  #endif  #endif
423          default:          default:
424                  return RC_KW_UNKNOWN;                  return RC_KW_UNKNOWN;
# Line 443  static struct rc_kwdef init_supervisor_k Line 448  static struct rc_kwdef init_supervisor_k
448          { "rule-priority", KW_RULE_PRIORITY },          { "rule-priority", KW_RULE_PRIORITY },
449          { "control-priority", KW_CONTROL_PRIORITY },          { "control-priority", KW_CONTROL_PRIORITY },
450          { "sasl-password-db", KW_SASL_PASSWORD_DB },          { "sasl-password-db", KW_SASL_PASSWORD_DB },
451            { "sasl-allowed-mech", KW_SASL_ALLOWED_MECH },
452          { NULL }          { NULL }
453  };  };
454    

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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