#include <netinet/in.h>Include dependency graph for nuclient.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define DEBUG 0 |
Definition at line 37 of file nuclient.h.
Referenced by acl_check(), add_idmef_object(), authpckt_new_connection(), authpckt_new_connection_v3(), compare(), free_user_cache(), init_module_from_conf(), log_state_established(), mysasl_negotiate_v3(), nuauth_bind(), nufw_session_send(), period_start_element_handler(), pgsql_conn_init(), pgsql_update_state(), sasl_parse_user_os(), sasl_user_check(), search_and_fill(), search_and_fill_complete_of_authreq(), search_and_fill_completing(), search_and_fill_ready(), send_user_pckt(), stop_thread_pool(), stop_threads(), take_decision(), thread_wait_end(), tls_nufw_accept(), tls_nufw_main_loop(), tls_sasl_connect(), tls_user_accept(), treat_nufw_request(), treat_user_request(), update_decision(), verify_user_password(), and wait_thread_pool().
| #define DEFAULT_KRB5_REALM "nuauth" |
| #define NUAUTH_IP "192.168.1.1" |
| #define nuclient_error nuclient_error_t |
Definition at line 82 of file nuclient.h.
| #define NUCLIENT_VERSION "2.1.1-3" |
Definition at line 36 of file nuclient.h.
Referenced by main(), nu_check_version(), nu_get_version(), and pam_sm_authenticate().
| #define UDP_TIMEOUT 30 |
| typedef struct nuauth_session nuauth_session_t |
Definition at line 84 of file nuclient.h.
| anonymous enum |
| anonymous enum |
Definition at line 62 of file nuclient.h.
Error family
Definition at line 55 of file nuclient.h.
| const char* nu_client_default_hostname | ( | ) |
Definition at line 209 of file sys_config.c.
References default_hostname.
Referenced by do_connect().
| const char* nu_client_default_port | ( | ) |
| int nu_client_default_suppress_fqdn_verif | ( | ) |
Definition at line 239 of file sys_config.c.
References default_suppress_fqdn_verif.
Referenced by init_library().
| const char* nu_client_default_tls_ca | ( | ) |
Definition at line 219 of file sys_config.c.
References default_tls_ca.
Referenced by init_library().
| const char* nu_client_default_tls_cert | ( | ) |
Definition at line 224 of file sys_config.c.
References default_tls_cert.
Referenced by init_library().
| const char* nu_client_default_tls_crl | ( | ) |
Definition at line 234 of file sys_config.c.
References default_tls_crl.
Referenced by do_connect().
| const char* nu_client_default_tls_key | ( | ) |
Definition at line 229 of file sys_config.c.
References default_tls_key.
Referenced by init_library().
| void nu_client_set_debug | ( | nuauth_session_t * | session, | |
| unsigned char | enabled | |||
| ) |
1.4.7