]> git.ipfire.org Git - thirdparty/pdns.git/blob - meson_options.txt
Meson: Hardening - Control Flow Protection
[thirdparty/pdns.git] / meson_options.txt
1 option('lua', type: 'combo', choices: ['auto', 'luajit', 'lua'], value: 'auto', description: 'Lua implementation to use')
2 option('hardening', type: 'feature', value: 'auto', description: 'Compiler security checks')
3 option('hardening-experimental-cf', type: 'combo', choices: ['disabled', 'full', 'branch', 'return', 'check'], value: 'disabled', description: 'Control Flow hardening')
4 option('hardening-fortify-source', type: 'combo', choices: ['auto', 'disabled', '1', '2', '3'], value: '2', description: 'Source fortification level')
5 option('rng-kiss', type: 'boolean', value: false, description: 'Use the unsafe KISS RNG')
6 option('signers-libsodium', type: 'feature', value: 'auto', description: 'Enable libsodium-based signers')
7 option('signers-libdecaf', type: 'feature', value: 'auto', description: 'Enable libdecaf-based signers')
8 option('signers-libcrypto', type: 'feature', value: 'auto', description: 'Enable OpenSSL libcrypto-based signers)')
9 option('signers-libcrypto-path', type: 'string', value: '', description: 'Custom path to find OpenSSL libcrypto')
10 option('tls-libssl', type: 'feature', value: 'auto', description: 'OpenSSL-based TLS')
11 option('tls-gnutls', type: 'feature', value: 'auto', description: 'GnuTLS-based TLS')
12 option('dns-over-tls', type: 'boolean', value: false, description: 'DNS over TLS (requires GnuTLS or OpenSSL)')
13 option('ipcipher', type: 'feature', value: 'auto', description: 'IPcipher (requires libcrypto)')
14 option('unit-tests', type: 'boolean', value: false, description: 'Build and run unit tests')
15 option('unit-tests-backends', type: 'boolean', value: false, description: 'Build and run backend unit tests')
16 option('reproducible', type: 'boolean', value: false, description: 'Reproducible builds (for distro maintainers, makes debugging difficult)')
17 option('fuzz-targets', type: 'boolean', value: false, description: 'Enable fuzzing targets')
18 option('verbose-logging', type: 'boolean', value: false, description: 'Enable verbose logging')
19 option('experimental-pkcs11', type: 'feature', value: 'disabled', description: 'PKCS11 support')
20 option('experimental-gss-tsig', type: 'feature', value: 'disabled', description: 'GSS-TSIG support')
21 option('socket-dir', type: 'string', value: '/var/run', description: 'Where the control socket lives')
22 option('module-bind', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'static', description: 'Bind backend')
23 option('module-pipe', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'dynamic', description: 'Pipe backend')
24 option('module-gmysql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic MySQL backend')
25 option('module-godbc', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic ODBC backend')
26 option('module-gpgsql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic PostgreSQL backend')
27 option('module-gsqlite3', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic SQLite3 backend')
28 option('module-ldap', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'LDAP backend')
29 option('module-remote', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Remote backend')
30 option('module-remote-zeromq', type: 'boolean', value: false, description: 'Use ZeroMQ in the Remote backend')
31 option('module-tinydns', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'TinyDNS backend')
32 option('module-geoip', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'GeoIP backend')
33 option('module-lmdb', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'LMDB backend')
34 option('module-lua2', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Lua2 backend')
35 option('tools', type: 'boolean', value: false, description: 'Build extra tools')
36 option('tools-ixfrdist', type: 'boolean', value: false, description: 'Build ixfrdist')
37 option('lua-records', type: 'boolean', value: true, description: 'Support Lua records')
38 option('systemd-service-user', type: 'string', value: 'pdns', description: 'Systemd service user (setuid and unit file; user is not created)')
39 option('systemd-service-group', type: 'string', value: 'pdns', description: 'Systemd service group (setgid and unit file; group is not created)')
40 option('auto-var-init', type: 'combo', value: 'disabled', choices: ['zero', 'pattern', 'disabled'], description: 'Enable initialization of automatic variables')
41 option('malloc-trace', type: 'boolean', value: false, description: 'Enable malloc-trace')