Branch: Tag:

2000-03-26

2000-03-26 23:01:17 by Martin Nilsson <mani@lysator.liu.se>

Fixed a bug in configuration_authenticate. Removed some commented defines.

Rev: server/base_server/roxen.pike:1.466

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.465 2000/03/24 20:55:25 per Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.466 2000/03/26 23:01:17 nilsson Exp $";      object backend_thread;   ArgCache argcache;
24:   inherit "language";   inherit "supports";    +    // --- Debug defines ---    - // #define SSL3_DEBUG - // #define PRIVS_DEBUG - // #define THREAD_DEBUG - // #define DUMP_DEBUG -  +    #ifdef SSL3_DEBUG   # define SSL3_WERR(X) werror("SSL3: "+X+"\n")   #else
3324:    RoxenModule o;    foreach(configuration_auth, o)    { +  if(!o->auth || !functionp(o->auth)) continue;    auth=o->auth( ({"",id->realauth}), id);    if(auth) break;    }