#include "apr.h"
#include "apr_network_io.h"
#include "apr_strings.h"
#include "apr_optional.h"
#include "apr_want.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "util_ebcdic.h"
Go to the source code of this file.
|
| static apr_status_t | rfc1413_connect (apr_socket_t **newsock, conn_rec *conn, server_rec *srv, apr_time_t timeout) |
| |
| static apr_status_t | rfc1413_query (apr_socket_t *sock, conn_rec *conn, server_rec *srv) |
| |
| static const char * | set_idcheck (cmd_parms *cmd, void *d_, int arg) |
| |
| static const char * | set_timeout (cmd_parms *cmd, void *d_, const char *arg) |
| |
| static void * | create_ident_dir_config (apr_pool_t *p, char *d) |
| |
| static void * | merge_ident_dir_config (apr_pool_t *p, void *old_, void *new_) |
| |
| static const char * | ap_ident_lookup (request_rec *r) |
| |
| static void | register_hooks (apr_pool_t *p) |
| |
◆ APR_WANT_STDIO
◆ APR_WANT_STRFUNC
◆ DEFAULT_RFC1413
◆ FROM_UNKNOWN
| #define FROM_UNKNOWN "unknown" |
◆ RFC1413_MAXDATA
◆ RFC1413_PORT
◆ RFC1413_TIMEOUT
◆ RFC1413_UNSET
◆ RFC1413_USERLEN
◆ ap_ident_lookup()
◆ create_ident_dir_config()
◆ merge_ident_dir_config()
| static void * merge_ident_dir_config |
( |
apr_pool_t * |
p, |
|
|
void * |
old_, |
|
|
void * |
new_ |
|
) |
| |
|
static |
◆ register_hooks()
◆ rfc1413_connect()
◆ rfc1413_query()
◆ set_idcheck()
◆ set_timeout()
◆ aplog_module_index
| int* const aplog_module_index = &( ident_module.module_index) |
|
static |
◆ ident_cmds
Initial value:=
{
{
"IdentityCheck" ,
set_idcheck ,
NULL , 128 | 64 ,
FLAG,
"Enable identd (RFC 1413) user lookups - SLOW" },
{
"IdentityCheckTimeout" ,
set_timeout ,
NULL , 128 | 64 ,
TAKE1,
"Identity check (RFC 1413) timeout duration (sec)" },
}
static const char * set_idcheck(cmd_parms *cmd, void *d_, int arg)
static const char * set_timeout(cmd_parms *cmd, void *d_, const char *arg)
Definition at line 288 of file mod_ident.c.