#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 |
Definition in file flt_httpauth.c.
|
|
Initial value: {
flt_httpauth_config,
flt_httpauth_handlers,
NULL,
NULL,
NULL,
NULL
}
Definition at line 69 of file flt_httpauth.c. |
|
|
Initial value: {
{ NULL, NULL, NULL }
}
Definition at line 60 of file flt_httpauth.c. |
|
|
Initial value: {
{ AUTH_HANDLER, flt_httpauth_run },
{ 0, NULL }
}
Definition at line 64 of file flt_httpauth.c. |
1.3.5