mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add filter.c
This commit is contained in:
parent
763c0de59b
commit
3ecc6b8b2c
@ -13,7 +13,7 @@ SRCS = bind.c open.c result.c error.c compare.c search.c \
|
|||||||
controls.c messages.c references.c extended.c cyrus.c \
|
controls.c messages.c references.c extended.c cyrus.c \
|
||||||
modify.c add.c modrdn.c delete.c abandon.c cache.c \
|
modify.c add.c modrdn.c delete.c abandon.c cache.c \
|
||||||
getfilter.c sasl.c sbind.c kbind.c unbind.c \
|
getfilter.c sasl.c sbind.c kbind.c unbind.c \
|
||||||
free.c dsparse.c sort.c \
|
filter.c free.c dsparse.c sort.c \
|
||||||
getdn.c getentry.c getattr.c getvalues.c addentry.c \
|
getdn.c getentry.c getattr.c getvalues.c addentry.c \
|
||||||
request.c os-ip.c url.c sortctrl.c vlvctrl.c \
|
request.c os-ip.c url.c sortctrl.c vlvctrl.c \
|
||||||
init.c options.c print.c string.c util-int.c schema.c \
|
init.c options.c print.c string.c util-int.c schema.c \
|
||||||
@ -22,7 +22,7 @@ OBJS = bind.lo open.lo result.lo error.lo compare.lo search.lo \
|
|||||||
controls.lo messages.lo references.lo extended.lo cyrus.lo \
|
controls.lo messages.lo references.lo extended.lo cyrus.lo \
|
||||||
modify.lo add.lo modrdn.lo delete.lo abandon.lo cache.lo \
|
modify.lo add.lo modrdn.lo delete.lo abandon.lo cache.lo \
|
||||||
getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo \
|
getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo \
|
||||||
free.lo dsparse.lo sort.lo \
|
filter.lo free.lo dsparse.lo sort.lo \
|
||||||
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
|
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
|
||||||
request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.lo \
|
request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.lo \
|
||||||
init.lo options.lo print.lo string.lo util-int.lo schema.lo \
|
init.lo options.lo print.lo string.lo util-int.lo schema.lo \
|
||||||
|
@ -14,7 +14,7 @@ XXSRCS = apitest.c test.c extended.c \
|
|||||||
bind.c controls.c open.c result.c error.c compare.c search.c \
|
bind.c controls.c open.c result.c error.c compare.c search.c \
|
||||||
modify.c add.c modrdn.c delete.c abandon.c cache.c cyrus.c \
|
modify.c add.c modrdn.c delete.c abandon.c cache.c cyrus.c \
|
||||||
getfilter.c sasl.c sbind.c kbind.c unbind.c \
|
getfilter.c sasl.c sbind.c kbind.c unbind.c \
|
||||||
free.c dsparse.c sort.c \
|
filter.c free.c dsparse.c sort.c \
|
||||||
getdn.c getentry.c getattr.c getvalues.c addentry.c \
|
getdn.c getentry.c getattr.c getvalues.c addentry.c \
|
||||||
request.c os-ip.c url.c sortctrl.c vlvctrl.c \
|
request.c os-ip.c url.c sortctrl.c vlvctrl.c \
|
||||||
init.c options.c print.c string.c util-int.c schema.c \
|
init.c options.c print.c string.c util-int.c schema.c \
|
||||||
@ -29,7 +29,7 @@ OBJS = threads.lo rdwr.lo tpool.lo \
|
|||||||
bind.lo controls.lo open.lo result.lo error.lo compare.lo search.lo \
|
bind.lo controls.lo open.lo result.lo error.lo compare.lo search.lo \
|
||||||
modify.lo add.lo modrdn.lo delete.lo abandon.lo cache.lo cyrus.lo \
|
modify.lo add.lo modrdn.lo delete.lo abandon.lo cache.lo cyrus.lo \
|
||||||
getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo \
|
getfilter.lo sasl.lo sbind.lo kbind.lo unbind.lo \
|
||||||
free.lo dsparse.lo sort.lo \
|
filter.lo free.lo dsparse.lo sort.lo \
|
||||||
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
|
getdn.lo getentry.lo getattr.lo getvalues.lo addentry.lo \
|
||||||
request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.lo \
|
request.lo os-ip.lo url.lo sortctrl.lo vlvctrl.lo \
|
||||||
init.lo options.lo print.lo string.lo util-int.lo schema.lo \
|
init.lo options.lo print.lo string.lo util-int.lo schema.lo \
|
||||||
|
Loading…
Reference in New Issue
Block a user