Pass | Half | Fail | Excluded | Total | ||||
---|---|---|---|---|---|---|---|---|
|
66.67% |
33.33% |
0.00% |
100% |
||||
|
16.67% |
83.33% |
0.00% |
100% |
||||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
100% |
||||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | create_authn_default_dir_config(apr_pool_t *p, char *d) |
34 | |
35 | apr_palloc : /usr/include/apr-1/apr_pools.h line=419 column=21 apr_palloc(p : modules/aaa/mod_authn_default.c line=33 column=58 p, sizeof(*conf)); |
36 | |
37 | conf-> : enter=1, leave=1 ->authoritative : modules/aaa/mod_authn_default.c line=30 column=9 authoritative = : enter=1, leave=1 = 1; /* keep the fortress secure by default */ |
38 | return conf : modules/aaa/mod_authn_default.c line=35 column=31 conf; |
39 | |
40 | |
41 | |
42 | |
43 | ap_set_flag_slot, |
44 | |
45 | authoritative), |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 | |
54 | |
55 | authenticate_no_user(request_rec *r) |
56 | |
57 | r-> : enter=0, leave=0 ->per_dir_config : include/httpd.h line=977 column=30 per_dir_config, |
58 | authn_default_module); |
59 | |
60 | |
61 | |
62 | if (! : true=0, false=0 !(type : modules/aaa/mod_authn_default.c line=60 column=17 type = : pass=0 = ap_auth_type : enter=0, leave=0 ap_auth_type : include/http_core.h line=310 column=26 ap_auth_type(r : modules/aaa/mod_authn_default.c line=55 column=46 r))) { |
63 | return DECLINED; |
64 | |
65 | |
66 | |
67 | if (! : true=0, false=0 !strcasecmp : enter=0, leave=0 strcasecmp : /usr/include/string.h line=536 column=12 strcasecmp(type : modules/aaa/mod_authn_default.c line=60 column=17 type, "Basic")) { |
68 | |
69 | |
70 | |
71 | if ((res : modules/aaa/mod_authn_default.c line=69 column=13 res = : pass=0 = ap_get_basic_auth_pw : enter=0, leave=0 ap_get_basic_auth_pw : include/http_protocol.h line=500 column=17 ap_get_basic_auth_pw(r : modules/aaa/mod_authn_default.c line=55 column=46 r, &sent_pw : modules/aaa/mod_authn_default.c line=68 column=21 sent_pw)) != : true=0, false=0 != OK) { |
72 | return res : modules/aaa/mod_authn_default.c line=69 column=13 res; |
73 | |
74 | |
75 | |
76 | if (conf : modules/aaa/mod_authn_default.c line=57 column=31 conf-> : enter=0, leave=0 ->authoritative : modules/aaa/mod_authn_default.c line=30 column=9 authoritative == : true=0, false=0 == 0) { |
77 | return DECLINED; |
78 | |
79 | |
80 | ap_log_rerror : include/http_log.h line=219 column=18 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r : modules/aaa/mod_authn_default.c line=55 column=46 r, |
81 | |
82 | |
83 | r-> : enter=0, leave=0 ->uri : include/httpd.h line=946 column=11 uri, r : modules/aaa/mod_authn_default.c line=55 column=46 r-> : enter=0, leave=0 ->user : include/httpd.h line=930 column=11 user conditional operator : true=0, false=0 ? r : modules/aaa/mod_authn_default.c line=55 column=46 r-> : enter=0, leave=0 ->user : include/httpd.h line=930 column=11 user : "<null>"); |
84 | |
85 | ap_note_auth_failure : include/http_protocol.h line=470 column=18 ap_note_auth_failure(r : modules/aaa/mod_authn_default.c line=55 column=46 r); |
86 | return HTTP_UNAUTHORIZED; |
87 | |
88 | |
89 | register_hooks(apr_pool_t *p) |
90 | |
91 | ap_hook_check_user_id : modules/aaa/ authenticate_no_user,NULL,NULL,APR_HOOK_LAST); |
92 | |
93 | |
94 | |
95 | |
96 | |
97 | create_authn_default_dir_config,/* dir config creater */ |
98 | |
99 | |
100 | |
101 | authn_default_cmds, /* command apr_table_t */ |
102 | register_hooks /* register hooks */ |
103 | |
104 |