]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace "master/slave" terms in code
authorMatthijs Mekking <matthijs@isc.org>
Tue, 5 Oct 2021 09:28:24 +0000 (11:28 +0200)
committerEvan Hunt <each@isc.org>
Tue, 12 Oct 2021 20:11:13 +0000 (13:11 -0700)
commit2af05beafa648492934854145d288797336b7b1a
treed59304e59d070612ce27ca00d263bda02939cede
parentaf17ca97044acf2bbfe6fb36d2973b9b56f923b5
Replace "master/slave" terms in code

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.
15 files changed:
bin/dnssec/dnssec-signzone.c
bin/named/server.c
bin/nsupdate/nsupdate.c
doc/design/keydone
doc/misc/cfg_test.c
lib/bind9/check.c
lib/dns/catz.c
lib/dns/include/dns/master.h
lib/dns/include/dns/xfrin.h
lib/dns/master.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/isc/include/isc/result.h
lib/isc/result.c
lib/ns/update.c