Howard Chu pushed to branch master at openldap / OpenLDAP
Commits: 7a4812d2 by Greg Burd at 2023-08-08T11:08:22-04:00 Allow caller to determine if the process should exit or not when the regex is found to be problematic.
- - - - - 9142da8e by Howard Chu at 2023-08-08T14:18:21-04:00 Use ConfigArgs in slapi config parsing
- - - - - 2086008a by Howard Chu at 2023-08-08T14:18:33-04:00 Use ConfigArgs in ACL parsing
For better error propagation back to config clients, also remove unconditional use of stderr.
parse_acl() was only partially converted, the rest remains to be done.
- - - - - ba90df4d by Greg Burd at 2023-08-10T15:29:47-04:00 convert Debug to use config args
- - - - -
7 changed files:
- servers/slapd/aci.c - servers/slapd/aclparse.c - servers/slapd/bconfig.c - servers/slapd/proto-slap.h - servers/slapd/slap.h - servers/slapd/slapi/plugin.c - servers/slapd/slapi/proto-slapi.h
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/2738a32de3a324fc56effd4...