Howard Chu pushed to branch master 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
- - - - -
1 changed file:
- servers/slapd/overlays/dynlist.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4ac88b219dd1a2d28c652f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/4ac88b219dd1a2d28c652f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
720057f4 by Ondřej Kuzník at 2020-04-03T09:47:46+01:00
ITS#8753 Fix pinning test script with no openssl
- - - - -
6d9e9e6c by Ondřej Kuzník at 2020-04-03T09:47:46+01:00
ITS#6207 Print out test timings
- - - - -
e0c80d6b by Ondřej Kuzník at 2020-04-03T10:27:03+01:00
ITS#6207 Add GitLab CI
- - - - -
27545be4 by Ryan Tandy at 2020-04-03T16:59:15+00:00
ITS#8383 Look for socklen_t in <ws2tcpip.h> too
MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.
- - - - -
4ac88b21 by Quanah Gibson-Mount at 2020-04-03T17:02:14+00:00
ITS#8383 - Regenerate configure
- - - - -
a1a34a90 by Quanah Gibson-Mount at 2020-04-03T17:03:39+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
6 changed files:
- + .gitlab-ci.yml
- configure
- configure.in
- tests/run.in
- tests/scripts/all
- tests/scripts/test067-tls
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/da58a21aa75a3b08e854d0…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/da58a21aa75a3b08e854d0…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
27545be4 by Ryan Tandy at 2020-04-03T16:59:15+00:00
ITS#8383 Look for socklen_t in <ws2tcpip.h> too
MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.
- - - - -
1 changed file:
- configure.in
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/27545be45fea02e14e55e7a…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/27545be45fea02e14e55e7a…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
720057f4 by Ondřej Kuzník at 2020-04-03T09:47:46+01:00
ITS#8753 Fix pinning test script with no openssl
- - - - -
6d9e9e6c by Ondřej Kuzník at 2020-04-03T09:47:46+01:00
ITS#6207 Print out test timings
- - - - -
e0c80d6b by Ondřej Kuzník at 2020-04-03T10:27:03+01:00
ITS#6207 Add GitLab CI
- - - - -
4 changed files:
- + .gitlab-ci.yml
- tests/run.in
- tests/scripts/all
- tests/scripts/test067-tls
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/05e0780558bb1e2a75beb8…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/05e0780558bb1e2a75beb8…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_4 at openldap / OpenLDAP
Commits:
9b8cd201 by Emily Backes at 2020-04-02T20:43:03+00:00
ITS#7074 - change olcDatabaseDummy initialization for windows
- - - - -
8ab59cc4 by Quanah Gibson-Mount at 2020-04-02T20:48:52+00:00
ITS#7074
- - - - -
468c8ee2 by Quanah Gibson-Mount at 2020-04-02T21:18:24+00:00
ITS#9003
Note that with slapd-ldap, the special character "*" actually allows anonymous rather than denies, as is the case with authz-policy
- - - - -
4d590c95 by Quanah Gibson-Mount at 2020-04-02T21:26:18+00:00
ITS#9003
- - - - -
61bdf0e6 by Howard Chu at 2020-04-02T21:28:37+00:00
ITS#9181 Fix race on Windows mutex init
- - - - -
cc666818 by Quanah Gibson-Mount at 2020-04-02T21:30:32+00:00
ITS#9181
- - - - -
727c1a3b by Howard Chu at 2020-04-02T21:30:51+00:00
ITS#9182 pcache: fix private DB init
- - - - -
4bfec018 by Quanah Gibson-Mount at 2020-04-02T21:32:07+00:00
ITS#9182
- - - - -
7 changed files:
- CHANGES
- doc/man/man5/slapd-ldap.5
- include/ldap_int_thread.h
- libraries/libldap_r/thr_nt.c
- servers/slapd/back-ldap/chain.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/translucent.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/619ab049076a6f15deeef5…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/619ab049076a6f15deeef5…
You're receiving this email because of your account on git.openldap.org.