]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: case-sensitive
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 18:46:38 +0000 (14:46 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:21:46 +0000 (15:21 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/appendices/backend-writers-guide.rst
docs/changelog/4.2.rst
docs/changelog/pre-4.0.rst
docs/manpages/sdig.1.rst
regression-tests/tests/1dyndns-update-add-delete-case-sensitive/command [moved from regression-tests/tests/1dyndns-update-add-delete-casesensative/command with 100% similarity]
regression-tests/tests/1dyndns-update-add-delete-case-sensitive/description [moved from regression-tests/tests/1dyndns-update-add-delete-casesensative/description with 100% similarity]
regression-tests/tests/1dyndns-update-add-delete-case-sensitive/expected_result [moved from regression-tests/tests/1dyndns-update-add-delete-casesensative/expected_result with 100% similarity]
regression-tests/tests/1dyndns-update-add-delete-case-sensitive/skip.nodyndns [moved from regression-tests/tests/1dyndns-update-add-delete-casesensative/skip.nodyndns with 100% similarity]

index 963dd0e4324c3c32f62206df9189b8774ba39a58..5b535071f26a1018b8d29c6bff045f28326307bd 100644 (file)
@@ -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.
 
index aaf47393fc1598f607a878aa8a626151e52eb41e..f3d32f86bd18032fffdc0b88994939087e3223bf 100644 (file)
@@ -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
 
index 92a07e6d4283a8b86982f4f5334c59fc715dbeb3..e14a3f5f7ec3c77a13a66a29cd36baf3634383ef 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^
index 02b98866e58f840ca3150503ca440d4b90de857e..73e5a9e2d787e52c5b51e312c4cbfc9a00f13c6d 100644 (file)
@@ -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