Pass | Half | Fail | Excluded | Total | ||||
---|---|---|---|---|---|---|---|---|
|
66.67% |
33.33% |
0.00% |
100% |
||||
|
13.79% |
86.21% |
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% |
100.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 | create_authz_default_dir_config(apr_pool_t *p, char *d) |
33 | |
34 | apr_palloc : /usr/include/apr-1/apr_pools.h line=419 column=21 apr_palloc(p : modules/aaa/mod_authz_default.c line=32 column=58 p, sizeof(*conf)); |
35 | |
36 | conf-> : enter=1, leave=1 ->authoritative : modules/aaa/mod_authz_default.c line=29 column=9 authoritative = : enter=1, leave=1 = 1; /* keep the fortress secure by default */ |
37 | return conf : modules/aaa/mod_authz_default.c line=34 column=31 conf; |
38 | |
39 | |
40 | |
41 | |
42 | ap_set_flag_slot, |
43 | authoritative), |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | check_user_access(request_rec *r) |
53 | |
54 | r-> : enter=0, leave=0 ->per_dir_config : include/httpd.h line=977 column=30 per_dir_config, |
55 | authz_default_module); |
56 | r-> : enter=0, leave=0 ->method_number : include/httpd.h line=831 column=9 method_number; |
57 | |
58 | |
59 | ap_requires : include/http_core.h line=336 column=40 ap_requires(r : modules/aaa/mod_authz_default.c line=52 column=43 r); |
60 | |
61 | |
62 | |
63 | |
64 | |
65 | if (! : true=0, false=0 !reqs_arr : modules/aaa/mod_authz_default.c line=59 column=31 reqs_arr) { |
66 | return OK; |
67 | |
68 | reqs = : pass=0 = (require_line *)reqs_arr : modules/aaa/mod_authz_default.c line=59 column=31 reqs_arr-> : enter=0, leave=0 ->elts : /usr/include/apr-1/apr_tables.h line=62 column=11 elts; |
69 | |
70 | for (x : modules/aaa/mod_authz_default.c line=58 column=18 x = : pass=0 = 0; x : modules/aaa/mod_authz_default.c line=58 column=18 x < : true=0, false=0 < reqs_arr : modules/aaa/mod_authz_default.c line=59 column=31 reqs_arr-> : enter=0, leave=0 ->nelts : /usr/include/apr-1/apr_tables.h line=58 column=9 nelts; x : modules/aaa/mod_authz_default.c line=58 column=18 x++ : pass=0 ++) { |
71 | if (! : true=0, false=0 !(reqs : modules/aaa/mod_authz_default.c line=60 column=19 reqs[] : enter=0, leave=0 [x : modules/aaa/mod_authz_default.c line=58 column=18 x].method_mask : include/http_core.h line=300 column=17 method_mask & : pass=0 & (AP_METHOD_BIT << : pass=0 << m : modules/aaa/mod_authz_default.c line=56 column=9 m))) { |
72 | continue; |
73 | |
74 | method_restricted = : pass=0 = 1; |
75 | break; |
76 | |
77 | |
78 | if (method_restricted : modules/aaa/mod_authz_default.c line=57 column=9 method_restricted == : true=0, false=0 == 0) { |
79 | return OK; |
80 | |
81 | |
82 | if (! : true=0, false=0 !(conf : modules/aaa/mod_authz_default.c line=54 column=31 conf-> : enter=0, leave=0 ->authoritative : modules/aaa/mod_authz_default.c line=29 column=9 authoritative)) { |
83 | return DECLINED; |
84 | |
85 | |
86 | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 | |
93 | ap_log_rerror : include/http_log.h line=219 column=18 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r : modules/aaa/mod_authz_default.c line=52 column=43 r, |
94 | |
95 | r-> : enter=0, leave=0 ->uri : include/httpd.h line=946 column=11 uri); |
96 | |
97 | ap_note_auth_failure : include/http_protocol.h line=470 column=18 ap_note_auth_failure(r : modules/aaa/mod_authz_default.c line=52 column=43 r); |
98 | return HTTP_UNAUTHORIZED; |
99 | |
100 | |
101 | register_hooks(apr_pool_t *p) |
102 | |
103 | ap_hook_auth_checker : modules/aaa/ check_user_access,NULL,NULL,APR_HOOK_LAST); |
104 | |
105 | |
106 | |
107 | |
108 | |
109 | create_authz_default_dir_config, /* dir config creater */ |
110 | |
111 | |
112 | |
113 | authz_default_cmds, /* command apr_table_t */ |
114 | register_hooks /* register hooks */ |
115 | |
116 |