7c5cd2e KRB5: Move checking for illegal RE to krb5_utils.c

Authored and Committed by jhrozek 9 years ago
    KRB5: Move checking for illegal RE to krb5_utils.c
    
    Otherwise we would have to link krb5_child with pcre and transfer the
    regex, which would be cumbersome. Check for illegal patterns when
    expanding the template instead.
    
    Related:
    https://fedorahosted.org/sssd/ticket/2370
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
    
        
file modified
+1 -1
file modified
+30 -48