bind9/bin/named/include/named
Evan Hunt d57fa148af Delay release of root privileges until after configuring controls
On systems where root access is needed to configure privileged
ports, we don't want to fully relinquish root privileges until
after the control channel (which typically runs on port 953) has
been established.

named_os_changeuser() now takes a boolean argument 'permanent'.
This allows us to switch the effective userid temporarily with
named_os_changeuser(false) and restore it with named_os_restoreuser(),
before permanently dropping privileges with named_os_changeuser(true).
2024-08-29 10:34:38 -07:00
..
.clang-format Add missing .clang-format in the named headers directory 2021-10-13 12:43:58 +02:00
builtin.h make builtin a standalone dns_db implementation 2023-02-21 10:13:10 -08:00
config.h use algorithm number instead of name to create TSIG keys 2023-06-14 08:14:38 +00:00
control.h Implement dummy 'rndc skr -import' command 2024-08-22 08:21:52 +02:00
fuzz.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
geoip.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
globals.h Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
log.h Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
logconf.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
main.h use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
os.h Delay release of root privileges until after configuring controls 2024-08-29 10:34:38 -07:00
server.h remove the "dialup" and "heartbeat-interval" options 2024-08-22 11:11:10 -07:00
smf_globals.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
statschannel.h Apply adjusted clang-format 2023-03-10 17:31:28 +01:00
tkeyconf.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
transportconf.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tsigconf.h use ISC_REFCOUNT_IMPL for dns_tsigkey and dns_tsigkeyring 2023-06-14 08:14:38 +00:00
types.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.h Refactor findmatchingkeys and keylistfromrdataset 2024-01-25 14:41:25 +01:00