#include <auth_plaintext.h>
Collaboration diagram for plaintext_acl:

Data Fields | |
| char * | aclname |
| decision_t | decision |
| int | proto |
| GSList * | users |
| GSList * | groups |
| GSList * | apps |
| GSList * | os |
| GSList * | types |
| GSList * | src_ip |
| GSList * | src_ports |
| GSList * | dst_ip |
| GSList * | dst_ports |
| iface_nfo_t | iface_nfo |
| gchar * | period |
| gchar * | log_prefix |
| gint | flags |
| gint | auth_quality |
Definition at line 51 of file auth_plaintext.h.
| char* plaintext_acl::aclname |
Definition at line 52 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::apps |
Definition at line 58 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::dst_ip |
Definition at line 66 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::dst_ports |
Definition at line 67 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| gint plaintext_acl::flags |
| GSList* plaintext_acl::groups |
Definition at line 57 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
Definition at line 69 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| gchar* plaintext_acl::log_prefix |
| GSList* plaintext_acl::os |
Definition at line 59 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| gchar* plaintext_acl::period |
Definition at line 71 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::src_ip |
Definition at line 63 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::src_ports |
Definition at line 64 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::types |
Definition at line 61 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
| GSList* plaintext_acl::users |
Definition at line 56 of file auth_plaintext.h.
Referenced by acl_check(), read_acl_list(), and unload_module_with_params().
1.4.7