abbra / bind-dyndb-ldap

Forked from bind-dyndb-ldap 5 years ago
Clone

23f2ddb Rework all functions in zone_register.c to work with exact match on zone name.

Authored and Committed by pspacek 9 years ago
    Rework all functions in zone_register.c to work with exact match on zone name.
    
    This change allows us to store inactive and active zones in the same zone
    register, without a risk that update in inactive zone will change data
    in an active zone.
    
    https://fedorahosted.org/bind-dyndb-ldap/ticket/127
    
    Signed-off-by: Petr Spacek <pspacek@redhat.com>
    
        
file modified
+11 -15
file modified
+1 -1
file modified
+11 -5
file modified
+85 -37
file modified
+6 -4
file modified
+17 -29
file modified
+1 -2