unbound/util
rezky_nightky 1c4cc1f944
fix: cross typos, see detail below
What I changed:

Respected repo rules / avoided generated & third‑party artifacts

Skipped Autotools/libtool generated files like configure, aclocal.m4, ltmain.sh, config.guess, config.sub.
Skipped large test vectors (testdata/, dnscrypt/testdata/) and non-UTF8 sample data (pythonmod/examples/dict_data.txt).
Skipped contrib/fastrpz.patch (patch content is effectively third‑party / not meant to be edited in-tree).

Fixed typos in maintained sources/docs

Various doc/comment spelling fixes (e.g. doc/Changelog, doc/example.conf.in, headers, etc.).
Fixed a real typo in a runtime log message: cachedb/redis.c ("%swith" -> "%s with").
Updated Makefile.in to avoid the misspelling Decomissioned while still matching both spellings via regex.
Fixed Synthetize -> Synthesize and other comment-level typos.
Improved a few “codespell false-positive” tokens by adjusting comments (e.g. inout -> in/out).

Repaired an accidental corruption

During edits, daemon/remote.c got partially mangled around the view local-data handlers. I restored it by:
Reintroducing do_view_data_remove()
Repairing do_view_datas_add() and its end-of-function logic
Cleaning up the remaining removed 0 ... message text

Added future-proof configuration

Created repo-root .codespellrc with:

skip = ... list matching the “do not edit / generated / testdata” policy
ignore-words-list = ... for known project terms / false positives
ignore-regex = ... to preserve your existing ignore patterns

Verification

codespell --config ./.codespellrc . now exits 0 (clean run).
Summary
Typos were fixed where safe, generated/third-party areas were excluded, .codespellrc was added for repeatable checks, and codespell now passes cleanly using that config.

Signed-off-by: rezky_nightky <with.rezky@gmail.com>
2026-01-22 01:24:16 +07:00
..
data fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
shm_side check before use daemon->shm_info (#1229) 2025-01-21 15:47:51 +01:00
storage Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
alloc.c - Fix add reallocarray to alloc stats unit test, and disable 2024-10-10 10:43:23 +02:00
alloc.h - Fix that unbound-control reload frees the rrset keys and returns 2018-05-01 14:00:06 +00:00
as112.c And document the files. 2016-02-09 13:51:35 +00:00
as112.h And document the files. 2016-02-09 13:51:35 +00:00
config_file.c Merge branch 'branch-1.24.1' 2025-10-22 12:44:59 +02:00
config_file.h fix: cross typos, see detail below 2026-01-22 01:24:16 +07:00
configlexer.lex Merge branch 'branch-1.24.1' 2025-10-22 12:44:59 +02:00
configparser.y Do not initialize quic_table unless it is enabled (#1381) 2026-01-08 14:12:32 +01:00
configyyrename.h Prevent a few more yacc clashes. 2021-01-19 17:13:00 +01:00
edns.c Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
edns.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
fptr_wlist.c - Fix for #1344: Fix that respip and dns64 can be enabled at the 2025-09-30 11:28:15 +02:00
fptr_wlist.h - Fix for #1344: Fix that respip and dns64 can be enabled at the 2025-09-30 11:28:15 +02:00
iana_ports.inc - iana portlist updated. 2025-11-12 11:49:21 +01:00
locks.c - Fix to rename internally used types from _t to _type, because _t 2017-01-19 10:25:41 +00:00
locks.h DNSoverQUIC (#871) 2024-10-09 10:32:03 +02:00
log.c Do not shadow tm on line 236. (#1243) 2025-02-25 09:36:44 +01:00
log.h - Fix #1144: [FR] log timestamps in ISO8601 format with timezone. 2024-09-25 11:16:46 +02:00
mini_event.c - Fix bitwise operators in conditional expressions with parentheses. 2025-06-11 15:46:31 +02:00
mini_event.h - Fix mini_event.h on OpenBSD cannot find fd_set. 2020-08-04 08:14:25 +02:00
module.c - For #1189, homogenize the input buffer size for dname_str(). 2024-12-02 11:53:56 +01:00
module.h - Fix for #1344: Fix that respip and dns64 can be enabled at the 2025-09-30 11:28:15 +02:00
net_help.c - Fix #1366: Infra cache does not work correctly for NAT64, by 2025-11-01 15:10:27 +01:00
net_help.h - Fix #1366: Infra cache does not work correctly for NAT64, by 2025-11-01 15:10:27 +01:00
netevent.c Compile fixup for #1381. 2026-01-08 14:19:06 +01:00
netevent.h - Limit the number of consecutive reads on an HTTP/2 session. 2025-08-29 15:35:32 +02:00
proxy_protocol.c - For #1110: Test for fallthrough attribute in configure and add 2024-07-23 09:47:42 +02:00
proxy_protocol.h proxy-protocol, review comments: 2023-09-29 17:31:52 +02:00
random.c - Fix #1288: [FR] Improve fuzzing of unbound by adapting the netbound 2025-05-21 12:41:54 +02:00
random.h - Fix Bad Randomness in Seed, reported by X41 D-Sec. 2019-11-20 14:40:50 +01:00
rbtree.c fixes for _t changes. 2017-01-19 14:11:59 +00:00
rbtree.h layout. 2017-01-20 16:09:37 +00:00
regional.c - Fix regional_alloc_init for potential unaligned source of the copy. 2023-08-17 15:22:54 +02:00
regional.h - Fix padding of struct regional for 32bit systems. 2020-11-24 17:06:54 +01:00
rfc_1982.c Prevent warnings from -Wmissing-prototypes. 2023-09-05 17:35:30 +02:00
rfc_1982.h - For #762: relocate RFC 1982 serial number arithmetic functions to their own 2023-08-01 17:26:14 +02:00
rtt.c Introduce infra-cache-max-rtt option to config max retransmit timeout 2022-07-16 01:46:18 -07:00
rtt.h Introduce infra-cache-max-rtt option to config max retransmit timeout 2022-07-16 01:46:18 -07:00
siphash.c - For #1110: Test for fallthrough attribute in configure and add 2024-07-23 09:47:42 +02:00
siphash.h - For #762: More generic integration for siphash.c 2023-06-22 11:45:08 +02:00
tcp_conn_limit.c Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
tcp_conn_limit.h Fast Reload Option (#1042) 2025-03-31 15:25:24 +02:00
timehist.c timeval_func: move all timeval manipulation to separate file 2023-04-26 03:23:41 -07:00
timehist.h QNX Porting support for unbound branch-1.24.1 (#1388) 2026-01-21 13:12:13 +01:00
timeval_func.c - Fix for #882: small changes, date updated in Copyright for 2023-04-26 13:49:33 +02:00
timeval_func.h - Fix for #882: small changes, date updated in Copyright for 2023-04-26 13:49:33 +02:00
tube.c Fix heap corruption when calling ub_ctx_delete in Windows (#1157) 2024-11-01 16:26:05 +01:00
tube.h - Fix to log a verbose message at operational notice level if a 2022-09-01 15:14:20 +02:00
ub_event.c - Fix ub_event and include dnstap and win_svc headers. 2025-04-03 10:59:41 +02:00
ub_event.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
ub_event_pluggable.c Don't call a function which hasn't been defined 2021-07-15 17:55:33 +01:00
winsock_event.c - Fix to timeval_add for remaining second in microseconds. 2019-08-01 16:48:41 +02:00
winsock_event.h fixes for _t changes. 2017-01-19 14:11:59 +00:00