-
9d04c729
by Howard Chu at 2026-04-28T18:42:35+00:00
ITS#10280 slapd: add a SLAPD_FILTER_REUSED flag
To indicate this filter reuses the f_list of some other filter,
and so the f_list should not be freed.
-
021222f7
by Howard Chu at 2026-04-28T18:42:35+00:00
ITS#10280 dynlist: fix filters that reuse the same term multiple times
Use SLAPD_FILTER_REUSED for redundant filter terms
-
34a93772
by Howard Chu at 2026-04-28T18:42:35+00:00
ITS#10280 more filter choice fixups
Make sure they use (f_choice & SLAPD_FILTER_MASK) when needed