]> git.sur5r.net Git - openldap/commit
Rename filter entry's strcpy_special() to strcpy_regex() to better
authorKurt Zeilenga <kurt@openldap.org>
Tue, 24 Aug 1999 01:13:30 +0000 (01:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 24 Aug 1999 01:13:30 +0000 (01:13 +0000)
commit2d2719123dc05d1b5327f03acdd6f39e9465d294
tree6ac841df9f373a912f0ae30f5e5821bb13e38791
parentb8a3a153bb13bb54aaced796335b11d767d31280
Rename filter entry's  strcpy_special() to strcpy_regex() to better
reflect its purpose.  Modify switch to support REG_EXTENDED expressions.
Use REG_EXTENDED instead of REG_BASIC everywhere.
Modify <ac/regex.h> to support <gnuregex.h> for testing purposes.
Requires: env CPPFLAGS="-DHAVE_GNUREGEX_H=1" LIBS=-lgnuregex ./configure
include/ac/regex.h
libraries/libldap/getfilter.c
servers/slapd/filterentry.c