bind9/bin
Michał Kępień 009df30f3a Fix logging long named command lines
The saved_command_line buffer in bin/named/main.c is 8192 bytes long.
The size of libisc's internal logging buffer (defined by the value of
the LOG_BUFFER_SIZE constant in lib/isc/log.c) is also 8192 bytes.
Since the buffer containing the ellipsis is passed as the last argument
to isc_log_write() and the buffer containing the potentially trimmed
named command line (saved_command_line) is passed as the second argument
in the same isc_log_write() call, it may happen that saved_command_line
will exhaust all available space in libisc's internal logging buffer, in
which case the ellipsis will be elided from the output.

Make saved_command_line 4096 bytes long as that value is arguably also
large enough for any reasonable use case and at the same time it ensures
ellipsis will always be printed for excessively long named command
lines.
2019-11-29 09:06:41 +01:00
..
check Extend ttlval to accept ISO 8601 durations 2019-11-06 22:31:44 +01:00
confgen Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
delv dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
dig dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
dnssec dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
named Fix logging long named command lines 2019-11-29 09:06:41 +01:00
nsupdate optionally associate a netmgr with a task manager when creating 2019-11-07 11:55:37 -08:00
pkcs11 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00
python prep 9.15.3 2019-08-12 14:08:12 +00:00
rndc prep 9.15.6 2019-11-17 18:59:41 -08:00
tests Fix logging long named command lines 2019-11-29 09:06:41 +01:00
tools dns_master_indent and dns_master_indentstr must not be global 2019-11-26 13:52:18 +01:00
win32/BINDInstall Fix libuv.dll handling 2019-11-12 09:14:59 +00:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00