From 8ebd8a9576f8e1c1b5388a2621a0366157809059 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 8 Jan 2016 16:24:41 -0600 Subject: [PATCH] Matching rules for olc attrs new syslog engine regcomp/regexec --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 75a9846112..e1f2329cf3 100644 --- a/TODO +++ b/TODO @@ -37,3 +37,13 @@ Update slapo-unique to have an option to disable manageDSAit (ITS#8245) Leftover bits from ITS#8294 -- Drop custom SHA2 code, use default crypto library SHA2 functions instead May need to document minimum crypto library version requirements Can also include sha2.c in slapd-sha2.c and make everything static + +Matching rules for olc* attrs, see also ITS#8341 + +New syslog engine + +[12:45] I meant regcomp and regexec +[12:45] mainly - compile a pattern, then fill in substitution parameters later +[12:46] yes but the idea is still based on numbered substitution parameters +[12:47] it's a pretty obvious approach, and with regex, time-tested. +[12:48] I may try to sneak it into OpenLDAP 2.5 -- 2.39.5