Expand list in chaos authors response
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.
This commit is contained in:
@@ -529,13 +529,17 @@ authors_lookup(bdbnode_t *node) {
|
|||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
const char **p = NULL;
|
const char **p = NULL;
|
||||||
static const char *authors[] = {
|
static const char *authors[] = {
|
||||||
"Mark Andrews", "Curtis Blackburn", "James Brister",
|
"Mark Andrews", "Curtis Blackburn",
|
||||||
"Ben Cottrell", "John H. DuBois III", "Francis Dupont",
|
"James Brister", "Ben Cottrell",
|
||||||
"Michael Graff", "Andreas Gustafsson", "Bob Halley",
|
"John H. DuBois III", "Francis Dupont",
|
||||||
"Evan Hunt", "JINMEI Tatuya", "Witold Krecicki",
|
"Michael Graff", "Andreas Gustafsson",
|
||||||
"David Lawrence", "Scott Mann", "Danny Mayer",
|
"Bob Halley", "Evan Hunt",
|
||||||
"Damien Neil", "Matt Nelson", "Jeremy C. Reed",
|
"JINMEI Tatuya", "Witold Krecicki",
|
||||||
"Michael Sawyer", "Brian Wellington", NULL
|
"David Lawrence", "Scott Mann",
|
||||||
|
"Danny Mayer", "Aydin Mercan",
|
||||||
|
"Damien Neil", "Matt Nelson",
|
||||||
|
"Jeremy C. Reed", "Michael Sawyer",
|
||||||
|
"Brian Wellington", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user