Deleted Added
full compact
config_file.h (276605) config_file.h (276699)
1/*
2 * util/config_file.h - reads and stores the config file for unbound.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 178 unchanged lines hidden (view full) ---

187 int prefetch;
188 /** if prefetching of DNSKEYs should be performed. */
189 int prefetch_key;
190
191 /** chrootdir, if not "" or chroot will be done */
192 char* chrootdir;
193 /** username to change to, if not "". */
194 char* username;
1/*
2 * util/config_file.h - reads and stores the config file for unbound.
3 *
4 * Copyright (c) 2007, NLnet Labs. All rights reserved.
5 *
6 * This software is open source.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 178 unchanged lines hidden (view full) ---

187 int prefetch;
188 /** if prefetching of DNSKEYs should be performed. */
189 int prefetch_key;
190
191 /** chrootdir, if not "" or chroot will be done */
192 char* chrootdir;
193 /** username to change to, if not "". */
194 char* username;
195 uid_t uid;
196 gid_t gid;
195 /** working directory */
196 char* directory;
197 /** filename to log to. */
198 char* logfile;
199 /** pidfile to write pid to. */
200 char* pidfile;
201
202 /** should log messages be sent to syslogd */

--- 74 unchanged lines hidden (view full) ---

277 int unblock_lan_zones;
278
279 /** remote control section. enable toggle. */
280 int remote_control_enable;
281 /** the interfaces the remote control should listen on */
282 struct config_strlist* control_ifs;
283 /** port number for the control port */
284 int control_port;
197 /** working directory */
198 char* directory;
199 /** filename to log to. */
200 char* logfile;
201 /** pidfile to write pid to. */
202 char* pidfile;
203
204 /** should log messages be sent to syslogd */

--- 74 unchanged lines hidden (view full) ---

279 int unblock_lan_zones;
280
281 /** remote control section. enable toggle. */
282 int remote_control_enable;
283 /** the interfaces the remote control should listen on */
284 struct config_strlist* control_ifs;
285 /** port number for the control port */
286 int control_port;
287 /** use certificates for remote control */
288 int remote_control_use_cert;
285 /** private key file for server */
286 char* server_key_file;
287 /** certificate file for server */
288 char* server_cert_file;
289 /** private key file for unbound-control */
290 char* control_key_file;
291 /** certificate file for unbound-control */
292 char* control_cert_file;

--- 412 unchanged lines hidden ---
289 /** private key file for server */
290 char* server_key_file;
291 /** certificate file for server */
292 char* server_cert_file;
293 /** private key file for unbound-control */
294 char* control_key_file;
295 /** certificate file for unbound-control */
296 char* control_cert_file;

--- 412 unchanged lines hidden ---