bind9/lib/isccfg
Ondřej Surý 379929e052
Deprecate setting operating system limits from named.conf
It was possible to set operating system limits (RLIMIT_DATA,
RLIMIT_STACK, RLIMIT_CORE and RLIMIT_NOFILE) from named.conf.  It's
better to leave these untouched as setting these is responsibility of
the operating system and/or supervisor.

Deprecate the configuration options and remove them in future BIND 9
release.
2022-11-14 16:48:52 +01:00
..
include Handle large numbers when parsing/printing a duration 2022-10-17 08:45:45 +00:00
aclconf.c Clean up #include <isc/string.h> 2022-05-03 12:38:59 +00:00
dnsconf.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
duration.c Handle large numbers when parsing/printing a duration 2022-10-17 08:45:45 +00:00
kaspconf.c Add isccfg duration utility functions 2022-06-28 11:56:31 +02:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move duration structure to libisccfg/duration 2022-06-28 11:56:31 +02:00
namedconf.c Deprecate setting operating system limits from named.conf 2022-11-14 16:48:52 +01:00
parser.c Change the return type of isc_lex_create() to void 2022-10-26 12:55:06 +02:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00