[server] minor header formating update
This commit is contained in:
parent
4ff518d54a
commit
cb61fd886d
@ -296,35 +296,35 @@ typedef struct acc_stanza
|
||||
char *restrict_ports;
|
||||
acc_port_list_t *rport_list;
|
||||
char *key;
|
||||
int key_len;
|
||||
int key_len;
|
||||
char *key_base64;
|
||||
char *hmac_key;
|
||||
int hmac_key_len;
|
||||
int hmac_key_len;
|
||||
char *hmac_key_base64;
|
||||
int hmac_type;
|
||||
unsigned char use_rijndael;
|
||||
int fw_access_timeout;
|
||||
unsigned char enable_cmd_exec;
|
||||
int hmac_type;
|
||||
unsigned char use_rijndael;
|
||||
int fw_access_timeout;
|
||||
unsigned char enable_cmd_exec;
|
||||
char *cmd_exec_user;
|
||||
uid_t cmd_exec_uid;
|
||||
uid_t cmd_exec_uid;
|
||||
char *require_username;
|
||||
unsigned char require_source_address;
|
||||
unsigned char require_source_address;
|
||||
char *gpg_home_dir;
|
||||
char *gpg_decrypt_id;
|
||||
char *gpg_decrypt_pw;
|
||||
unsigned char gpg_require_sig;
|
||||
unsigned char gpg_ignore_sig_error;
|
||||
unsigned char use_gpg;
|
||||
unsigned char gpg_allow_no_pw;
|
||||
unsigned char gpg_require_sig;
|
||||
unsigned char gpg_ignore_sig_error;
|
||||
unsigned char use_gpg;
|
||||
unsigned char gpg_allow_no_pw;
|
||||
char *gpg_remote_id;
|
||||
acc_string_list_t *gpg_remote_id_list;
|
||||
time_t access_expire_time;
|
||||
int expired;
|
||||
int encryption_mode;
|
||||
unsigned char force_nat;
|
||||
time_t access_expire_time;
|
||||
int expired;
|
||||
int encryption_mode;
|
||||
unsigned char force_nat;
|
||||
char *force_nat_ip;
|
||||
char *force_nat_proto;
|
||||
unsigned int force_nat_port;
|
||||
unsigned int force_nat_port;
|
||||
struct acc_stanza *next;
|
||||
} acc_stanza_t;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user