]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Expand list in chaos authors response
authorAydın Mercan <aydin@isc.org>
Fri, 10 May 2024 20:37:52 +0000 (23:37 +0300)
committerAydın Mercan <aydin@isc.org>
Mon, 13 May 2024 08:24:29 +0000 (11:24 +0300)
The list isn't exactly maintained but it helped with some BIND history
tracking and is basically harmless so it might be worth holding onto it.
I have adapted the name to ASCII so IDN support won't be necessary.

bin/named/builtin.c

index 1f46f0ad4fece5cb045a0cac70c99d5b34efa22e..9c446e7c2f1ffb82274e08e50c50d6a1d0929b0d 100644 (file)
@@ -529,13 +529,17 @@ authors_lookup(bdbnode_t *node) {
        isc_result_t result;
        const char **p = NULL;
        static const char *authors[] = {
-               "Mark Andrews",   "Curtis Blackburn",   "James Brister",
-               "Ben Cottrell",   "John H. DuBois III", "Francis Dupont",
-               "Michael Graff",  "Andreas Gustafsson", "Bob Halley",
-               "Evan Hunt",      "JINMEI Tatuya",      "Witold Krecicki",
-               "David Lawrence", "Scott Mann",         "Danny Mayer",
-               "Damien Neil",    "Matt Nelson",        "Jeremy C. Reed",
-               "Michael Sawyer", "Brian Wellington",   NULL
+               "Mark Andrews",       "Curtis Blackburn",
+               "James Brister",      "Ben Cottrell",
+               "John H. DuBois III", "Francis Dupont",
+               "Michael Graff",      "Andreas Gustafsson",
+               "Bob Halley",         "Evan Hunt",
+               "JINMEI Tatuya",      "Witold Krecicki",
+               "David Lawrence",     "Scott Mann",
+               "Danny Mayer",        "Aydin Mercan",
+               "Damien Neil",        "Matt Nelson",
+               "Jeremy C. Reed",     "Michael Sawyer",
+               "Brian Wellington",   NULL
        };
 
        /*