da9bc9b BIND 9.11: Port to new dyndb API.

Authored and Committed by pspacek 7 years ago
    BIND 9.11: Port to new dyndb API.
    
    This is first step which allows the plugin to run.
    It requires configuration in format
    dyndb <name> <library> {
    	{option1 value}
    	{option2 value}
    };
    
    This will be improved in another patch.
    
        
file modified
+10 -18
file modified
+1 -1
file modified
+0 -2
file modified
+95 -40
file modified
+6 -2
file modified
+44 -54
file modified
+3 -3
file modified
+3 -3
file modified
+1 -1
file modified
+11 -17
file modified
+1 -1
file modified
+1 -1
file removed
-205
file removed
-29
file modified
+4 -7