Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits: c9ff501e by Howard Chu at 2020-04-03T21:25:34+01:00 ITS#9121 memberof counting
Keep track of number of uses of memberOf in config, to allow bypassing code if not in use.
- - - - - 015eae8f by Howard Chu at 2020-04-03T21:25:43+01:00 ITS#9121 optimize dyngroup membership checking
parse dyngroup URLs in advance, don't use the ACL engine's evaluator any more
- - - - - 906cab75 by Howard Chu at 2020-04-03T21:25:58+01:00 ITS#9121 fix memberOf filtering
Replace (memberOf=<groupDN>) filter with expansion of group's URI
- - - - - 5d82ba49 by Howard Chu at 2020-04-03T21:27:48+01:00 ITS#9121 fix typo
- - - - - 8180326f by Howard Chu at 2020-04-03T21:29:25+01:00 ITS#9121 typos
- - - - - 15a922a5 by Howard Chu at 2020-04-03T21:38:41+01:00 ITS#9121 memberof fix
Fix for groupURI with no filter
- - - - - 0debad58 by Howard Chu at 2020-04-04T03:48:14+01:00 ITS#9121 memberOf shortcut
Don't try to generate it if it wasn't requested
- - - - - 06688778 by Quanah Gibson-Mount at 2020-04-06T15:42:00+00:00 ITS#9191 - Avoid div 0 error
- - - - - 4358ab5d by Quanah Gibson-Mount at 2020-04-06T18:46:01+00:00 ITS#9184 - Document V[V[V]] option to slapd
- - - - - 6d6a3300 by Ondřej Kuzník at 2020-04-06T20:44:09+00:00 ITS#8245 Use Relax control to avoid uniqueness checks
Still needs to retrieve the entry for ACL resolution until we can restrict controls with ACLs.
- - - - - 5bfd8d88 by Howard Chu at 2020-04-07T16:26:35+01:00 ITS#9121 Fix MatchingRuleAssertion init
- - - - - e557c696 by Quanah Gibson-Mount at 2020-04-10T14:42:50+00:00 Run autoreconf before running configure
- - - - - eaf7f88a by Quanah Gibson-Mount at 2020-04-10T15:05:32+00:00 Temporarily disable asyncmeta until deadlock is fixed
- - - - - 1a55a5c6 by Quanah Gibson-Mount at 2020-04-10T17:44:56+00:00 ITS#9177 - Finish updating migration to latest autoconf and related build tools
- - - - - 5ba456b2 by Quanah Gibson-Mount at 2020-04-10T18:14:45+00:00 ITS#9177 -- regenerate
- - - - - 5b6573bf by Quanah Gibson-Mount at 2020-04-10T18:17:01+00:00 Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - - a7a4c654 by Quanah Gibson-Mount at 2020-04-10T18:17:36+00:00 ITS#9177 -- regenerate configure
- - - - -
22 changed files:
- .gitlab-ci.yml - aclocal.m4 - + build/libtool.m4 - build/ltmain.sh - + build/ltoptions.m4 - + build/ltsugar.m4 - + build/ltversion.m4 - + build/lt~obsolete.m4 - build/missing - build/shtool - configure - configure.in - contrib/ldapc++/aclocal.m4 - contrib/ldapc++/ltmain.sh - contrib/ldapc++/missing - doc/man/man5/slapo-unique.5 - doc/man/man8/slapd.8 - include/portable.hin - libraries/liblutil/meter.c - servers/slapd/overlays/dynlist.c - servers/slapd/overlays/unique.c - tests/scripts/test024-unique
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a1a34a909044a3837f79d1c...