mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-11 10:40:56 -04:00
Replace some "master/slave" terminology in the code with the preferred
"primary/secondary" keywords. This also changes user output such as
log messages, and fixes a typo ("seconary") in cfg_test.c.
There are still some references to "master" and "slave" for various
reasons:
- The old syntax can still be used as a synonym.
- The master syntax is kept when it refers to master files and formats.
- This commit replaces mainly keywords that are local. If "master" or
"slave" is used in for example a structure that is all over the
place, it is considered out of scope for the moment.
|
||
|---|---|---|
| .. | ||
| addressdb | ||
| cds-child | ||
| compression | ||
| database | ||
| db_rules | ||
| decompression | ||
| dispatch | ||
| dnssec-policy | ||
| dscp | ||
| keydone | ||
| logging | ||
| ncache | ||
| netmgr.md | ||
| rdataset | ||
| red-black | ||
| resolver | ||
| search | ||
| tasks | ||
| unsupported-algorithms-in-bind9 | ||
| verify | ||
| zone | ||