- 06 Nov, 2019 6 commits
-
-
Diego dos Santos Fronza authored
-
Diego dos Santos Fronza authored
Note: ans6/ans6.py is a helper script that allows tests.sh to open/close TCP connections to some BIND instance.
-
Diego dos Santos Fronza authored
This variable will report the maximum number of simultaneous tcp clients that BIND has served while running. It can be verified by running rndc status, then inspect "tcp high-water: count", or by generating statistics file, rndc stats, then inspect the line with "TCP connection high-water" text. The tcp-highwater variable is atomically updated based on an existing tcp-quota system handled in ns/client.c.
-
Diego dos Santos Fronza authored
Add {isc,ns}_stats_{update_if_greater,get_counter}() functions that are used to set and collect high-water type of statistics.
-
Diego dos Santos Fronza authored
The isc_stat_t type was too similar to isc_stats_t type, so the name was changed to something more distinguishable.
-
Diego dos Santos Fronza authored
For TCP high-water work, we need to keep the used integer types widths in sync. Note: int_fast32_t is used on WIN32 platform
-
- 05 Nov, 2019 8 commits
-
-
Mark Andrews authored
Resolve "geoip2 default data path" Closes #1301 See merge request !2520
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Mark Andrews authored
-
Ondřej Surý authored
Describe the polynomial backoff curve used in the quota adjustment Closes #664 See merge request !2519
-
Ondřej Surý authored
-
- 04 Nov, 2019 10 commits
-
-
Ondřej Surý authored
Add LLVM/Clang scan-build checks into the GitLab CI Closes #45 See merge request !2452
-
Ondřej Surý authored
Related scan-build report: dnstap_test.c:169:2: warning: Value stored to 'result' is never read result = dns_test_makeview("test", &view); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dnstap_test.c:193:2: warning: Value stored to 'result' is never read result = dns_compress_init(&cctx, -1, dt_mctx); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated.
-
Ondřej Surý authored
The named_g_defaultdnstap was never used as the dnstap requires explicit configuration of the output file. Related scan-build report: ./server.c:3476:14: warning: Value stored to 'dpath' during its initialization is never read const char *dpath = named_g_defaultdnstap; ^~~~~ ~~~~~~~~~~~~~~~~~~~~~ 1 warning generated.
-
Ondřej Surý authored
libdns: Change check_dnskey_sigs() return type to void to match the reality how the function is used
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- 31 Oct, 2019 16 commits
-
-
Ondřej Surý authored
Do not flush the cache for `rndc validation status` See merge request !2462
-
Ondřej Surý authored
-
Tony Finch authored
And add a note to the man page that `rndc validation` flushes the cache when the validation state is changed. (It is necessary to flush the cache when turning on validation, to avoid continuing to use cryptographically invalid data. It is probably wise to flush the cache when turning off validation to recover from lameness problems.)
-
Ondřej Surý authored
Include all views in output of `rndc validation status` See merge request !2461
-
Tony Finch authored
-
Tony Finch authored
The implementation of `rndc validation status` iterates over all the views to print their validation status. It takes care to print newlines in between, but it also used put a nul byte at the end of the first view which truncated the output. After this change, the nul byte is added at the end so that it prints the validation status in all views. The `_bind` view is skipped because its validation status is irrelevant.
-
Michal Nowak authored
digdelv: Extra quotes prevent IPv6 runs See merge request !2390
-
Michal Nowak authored
Portion of the digdelv test are skipped on IPv6 due to extra quotes around $TESTSOCK6: "I:digdelv:IPv6 unavailable; skipping". Researched by @michal. Regressed with 351efd88.
-
Ondřej Surý authored
Update the git-replay-merge to use the latest GitLab -o options See merge request !2503
-
Ondřej Surý authored
-
Ondřej Surý authored
Minor documentation updates Closes #876 See merge request !2483
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Brian Conry authored
-
Mark Andrews authored
-
Mark Andrews authored
-