Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d2fa5806 by Howard Chu at 2022-11-28T14:32:33+00:00
ITS#9806 LMDB page_split: key threshold depends on page size
32 was chosen for page size of 4KB. Not large nough for 16KB pages.
- - - - -
0c216899 by Quanah Gibson-Mount at 2022-11-28T17:51:38+00:00
ITS#9806
- - - - -
139831a5 by Howard Chu at 2022-11-28T23:18:56+00:00
ITS#9916 liblmdb: use alternate MDB_page2 struct for some accesses
fakepage pointers are only guaranteed to be 2-byte aligned. Use a
2-byte aligned struct definition when referencing 2-byte page members
if a page pointer possibly points to a fakepage.
- - - - -
f16ef18f by Howard Chu at 2022-11-28T23:41:00+00:00
ITS#9916
- - - - -
10d44616 by Quanah Gibson-Mount at 2022-12-05T16:21:51+00:00
Merge remote-tracking branch 'origin/mdb.RE/0.9'
- - - - -
2 changed files:
- libraries/liblmdb/CHANGES
- libraries/liblmdb/mdb.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c8e039aa15e5b8a45ab903…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c8e039aa15e5b8a45ab903…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
d337ae75 by Howard Chu at 2022-12-01T15:39:03+00:00
ITS#9929 slapo-dynlist: more performance tweaks
Minimize cost of dynamic lists while still making them filterable:
require their attrs to be explicitly mapped if filtering is to be supported.
Also check config scope in compare op
- - - - -
cc79020b by Howard Chu at 2022-12-01T15:39:03+00:00
ITS#9929: more performance tweaks
For simple (non-nested) member compares, avoid unnecessary fetches
of dyngroups that can't match the filter.
cache filter/entry instance info across multiple dyn entries to
avoid refetching each filter entry for each dyngruop test.
- - - - -
9d53f7cc by Howard Chu at 2022-12-01T15:39:03+00:00
ITS#9929 preserve e_name for memberOf values
- - - - -
00610ee8 by Howard Chu at 2022-12-01T15:39:03+00:00
ITS#9121 dynlist: cleanup unused code
- - - - -
c8e039aa by Howard Chu at 2022-12-01T15:39:03+00:00
ITS#9929 plug memleaks
- - - - -
9 changed files:
- doc/man/man5/slapo-dynlist.5
- servers/slapd/ava.c
- servers/slapd/backend.c
- servers/slapd/filter.c
- servers/slapd/overlays/dynlist.c
- servers/slapd/proto-slap.h
- tests/data/dynlist.out
- tests/data/slapd-dynlist.conf
- tests/scripts/test044-dynlist
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/31e6efeb073547244ebbd2…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/31e6efeb073547244ebbd2…
You're receiving this email because of your account on git.openldap.org.