X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fstr2filter.c;h=504ee5f7431e7984f12bf4992abb6bb9ae931777;hb=a2badc7c3c6245dad7f8fb22923969fcc57643f7;hp=b6aa778c6b85fd71bd1567eeb4d47b7555d596bd;hpb=dc0eacd40b625258355eea866d62188e5aa7ce3b;p=openldap diff --git a/servers/slapd/str2filter.c b/servers/slapd/str2filter.c index b6aa778c6b..504ee5f743 100644 --- a/servers/slapd/str2filter.c +++ b/servers/slapd/str2filter.c @@ -1,8 +1,8 @@ -/* str2filter.c - parse an RFC 2554 string filter */ +/* str2filter.c - parse an RFC 4515 string filter */ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2005 The OpenLDAP Foundation. + * Copyright 1998-2007 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,12 +34,6 @@ #include "slap.h" -#if 0 /* unused */ -static char *find_matching_paren( const char *s ); -#endif /* unused */ -static Filter *str2list( const char *str, long unsigned int ftype); -static Filter *str2simple( const char *str); -static int str2subvals( const char *val, Filter *f); Filter * str2filter_x( Operation *op, const char *str )