From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:46:38 +0000 (-0400) Subject: spelling: case-sensitive X-Git-Tag: rec-5.2.0-alpha1~6^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23ec3fc8bb110ea192a33f59a83e32cdd526f8e5;p=thirdparty%2Fpdns.git spelling: case-sensitive Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/docs/appendices/backend-writers-guide.rst b/docs/appendices/backend-writers-guide.rst index 963dd0e432..5b535071f2 100644 --- a/docs/appendices/backend-writers-guide.rst +++ b/docs/appendices/backend-writers-guide.rst @@ -16,7 +16,7 @@ return records matching the description asked for. .. warning:: However, please note that your backend can get queries in - aNy CAsE! If your database is case sensitive, like most are (with the + aNy CAsE! If your database is case-sensitive, like most are (with the notable exception of MySQL), you must make sure that you do find answers which differ only in case. diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index aaf47393fc..f3d32f86bd 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -550,7 +550,7 @@ Changelogs for 4.2.x * Do not busy loop if we get lots of notifies. * Improve error reporting with garbage in the 'master' field of the database * Do not exit on exception resolving addresses to notify - * Auth ringbuffer summaries were case sensitive & accounted delegations incorrectly + * Auth ringbuffer summaries were case-sensitive & accounted delegations incorrectly * plug mysql_thread_init memory leak * Ensure we increase the number of queued queries before decreasing it diff --git a/docs/changelog/pre-4.0.rst b/docs/changelog/pre-4.0.rst index 92a07e6d42..e14a3f5f7e 100644 --- a/docs/changelog/pre-4.0.rst +++ b/docs/changelog/pre-4.0.rst @@ -4682,7 +4682,7 @@ Bugs fixed wasted memory and also led to the continued non-existence of hosts that since had come into existence. - The Generic SQL backends did not lowercase the names of records, - which led to new records not being found by case sensitive databases + which led to new records not being found by case-sensitive databases (notably PostgreSQL). Found by Volker Goetz. - NS queries for zones for which we did not carry authority, but only had delegation information, had their NS records in the wrong @@ -5909,7 +5909,7 @@ Bugs fixed www.powerdns.com. While this did not confuse resolvers, it is better to conserve case. This has semantic consequences for all backends, which the documentation now spells out. -- PostgreSQL backend was case sensitive and returned only answers in +- PostgreSQL backend was case-sensitive and returned only answers in case an exact match was found. The Generic PostgreSQL backend is now officially all lower case and zone2sql in PostgreSQL mode enforces this. Documentation has been updated to reflect the case change. @@ -6326,7 +6326,7 @@ Feature enhancements prefix. - zone2sql now accepts a ^^zone-name parameter - BindBackend maturing - 9500 zones parsed in 3.5 seconds. No longer - case sensitive. + case-sensitive. Performance enhancements ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/manpages/sdig.1.rst b/docs/manpages/sdig.1.rst index 02b98866e5..73e5a9e2d7 100644 --- a/docs/manpages/sdig.1.rst +++ b/docs/manpages/sdig.1.rst @@ -13,7 +13,7 @@ Description If the address starts with an ``h``, it is assumed to be a DoH endpoint, and *PORT* is ignored. If qname and qtype are both `-` and tcp is used, multiple lines are read from stdin, where each line contains a qname and a type. If the address is ``stdin``, a DNS packet is read from stdin instead of from the network, and *PORT* is ignored. -All input is literal and case sensitive. +All input is literal and case-sensitive. Queries need option `recurse` to expect a resource record reply if the query target is not known to be the authoritative server for that record. Options diff --git a/regression-tests/tests/1dyndns-update-add-delete-casesensative/command b/regression-tests/tests/1dyndns-update-add-delete-case-sensitive/command similarity index 100% rename from regression-tests/tests/1dyndns-update-add-delete-casesensative/command rename to regression-tests/tests/1dyndns-update-add-delete-case-sensitive/command diff --git a/regression-tests/tests/1dyndns-update-add-delete-casesensative/description b/regression-tests/tests/1dyndns-update-add-delete-case-sensitive/description similarity index 100% rename from regression-tests/tests/1dyndns-update-add-delete-casesensative/description rename to regression-tests/tests/1dyndns-update-add-delete-case-sensitive/description diff --git a/regression-tests/tests/1dyndns-update-add-delete-casesensative/expected_result b/regression-tests/tests/1dyndns-update-add-delete-case-sensitive/expected_result similarity index 100% rename from regression-tests/tests/1dyndns-update-add-delete-casesensative/expected_result rename to regression-tests/tests/1dyndns-update-add-delete-case-sensitive/expected_result diff --git a/regression-tests/tests/1dyndns-update-add-delete-casesensative/skip.nodyndns b/regression-tests/tests/1dyndns-update-add-delete-case-sensitive/skip.nodyndns similarity index 100% rename from regression-tests/tests/1dyndns-update-add-delete-casesensative/skip.nodyndns rename to regression-tests/tests/1dyndns-update-add-delete-case-sensitive/skip.nodyndns