Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

flt_httpauth.c File Reference

#include "config.h"
#include "defines.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <sys/types.h>
#include "readline.h"
#include "hashlib.h"
#include "utils.h"
#include "configparser.h"
#include "cfcgi.h"
#include "template.h"
#include "clientlib.h"

Go to the source code of this file.

Functions

int flt_httpauth_run (t_cf_hash *head, t_configuration *dc, t_configuration *vc)

Variables

t_conf_opt flt_httpauth_config []
t_handler_config flt_httpauth_handlers []
t_module_config flt_httpauth


Detailed Description

Author:
Christian Kruse, <cjk@wwwtech.de>
This plugin implements user authentification over the HTTP authentification

Definition in file flt_httpauth.c.


Variable Documentation

t_module_config flt_httpauth
 

Initial value:

 {
  flt_httpauth_config,
  flt_httpauth_handlers,
  NULL,
  NULL,
  NULL,
  NULL
}

Definition at line 69 of file flt_httpauth.c.

t_conf_opt flt_httpauth_config[]
 

Initial value:

 {
  { NULL, NULL, NULL }
}

Definition at line 60 of file flt_httpauth.c.

t_handler_config flt_httpauth_handlers[]
 

Initial value:

 {
  { AUTH_HANDLER, flt_httpauth_run },
  { 0, NULL }
}

Definition at line 64 of file flt_httpauth.c.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5