Data Fields | |
| char | port [10] |
| unsigned long | interval |
| unsigned char | donotuselock |
| char | srv_addr [512] |
| char | password [100] |
| char | nuauthdn [512] |
| unsigned char | debug_mode |
| int | tempo |
| char * | certfile |
| char * | keyfile |
| char * | cafile |
| char * | crlfile |
| char * | pkcs12file |
| char * | pkcs12password |
| char * | krb5_service |
Definition at line 72 of file nutcpc.c.
| char* nutcpc_context_t::cafile |
Definition at line 83 of file nutcpc.c.
Referenced by do_connect(), init_library(), and parse_cmdline_options().
Definition at line 81 of file nutcpc.c.
Referenced by do_connect(), init_library(), and parse_cmdline_options().
| unsigned char nutcpc_context_t::debug_mode |
Debug mode enabled if different than zero
Definition at line 79 of file nutcpc.c.
Referenced by do_connect(), init_library(), and parse_cmdline_options().
| unsigned char nutcpc_context_t::donotuselock |
Do not user lock
Definition at line 75 of file nutcpc.c.
Referenced by daemonize_process(), and parse_cmdline_options().
| unsigned long nutcpc_context_t::interval |
Number of millisecond for sleep in main loop (default value: 100ms)
Definition at line 74 of file nutcpc.c.
Referenced by parse_cmdline_options().
Definition at line 82 of file nutcpc.c.
Referenced by do_connect(), init_library(), and parse_cmdline_options().
| char nutcpc_context_t::nuauthdn[512] |
| char nutcpc_context_t::password[100] |
| char nutcpc_context_t::port[10] |
Port (service) number / name
Definition at line 73 of file nutcpc.c.
Referenced by do_connect(), main_loop(), and parse_cmdline_options().
| char nutcpc_context_t::srv_addr[512] |
Nuauth server hostname
Definition at line 76 of file nutcpc.c.
Referenced by do_connect(), init_library(), main_loop(), and parse_cmdline_options().
Number of second between each connection retry
Definition at line 80 of file nutcpc.c.
Referenced by main_loop(), and parse_cmdline_options().
1.4.7