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.
Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_5 at openldap / OpenLDAP
Commits:
f4bfb5e0 by Emily Backes at 2020-03-20T19:08:22+00:00
ITS#7074 - change olcDatabaseDummy initialization for windows
- - - - -
23af2c36 by Kurt Zeilenga at 2020-03-26T18:45:00+00:00
ITS#8675 - Fix tools to not continue on TLS error
The spec says that upon StartTLS 'success', both TLS communications is
established on the octet following the Start TLS response (and the
request)... and that once one starts TLS communications, one can never
go back to LDAP without TLS. So if there's a TLS failure (whether as
part of TLS nego or later), LDAP communications cannot be continued
(without TLS).
Only ignoring LDAP errors (rc > 0) ensures that if TLS negotiation
fails, we don't attempt to send LDAP operations without TLS.
- - - - -
57b7003a by Sergei Trofimovich at 2020-03-26T22:06:41+00:00
thr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'
thr_posix.c: In function 'ldap_pvt_thread_set_concurrency':
thr_posix.c:96:9: error: implicit declaration of function 'pthread_setconcurrency'
return pthread_setconcurrency( n );
^~~~~~~~~~~~~~~~~~~~~~
pthread_setcanceltype
Signed-off-by: Sergei Trofimovich <slyfox(a)gentoo.org>
- - - - -
d86caaca by Ryan Tandy at 2020-03-29T10:00:45-07:00
ITS#8837 Fix pw-pbkdf2 manpage name to get it installed
- - - - -
a5b8a41c by Quanah Gibson-Mount at 2020-04-01T19:40:27+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
- - - - -
52fad51d by Peter Marschall at 2020-04-01T22:29:10+00:00
ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC
- - - - -
7732cb27 by Ryan Tandy at 2020-04-02T15:52:31+00:00
ITS#9086 Add debug logging for more GnuTLS errors
- - - - -
822ed8c1 by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 saslauthz cleanups (no functional change)
- give authid-rewrite's argument a name
- tidy saslauthz.c whitespace (mixed spaces/tabs)
- always declare slap_sasl_regexp_destroy: fixes an implicit declaration
warning when configured without librewrite
- delete dead code: ENABLE_REWRITE implies SLAP_AUTH_REWRITE, so this
code is never compiled
- make slap_sasl_regexp_rewrite_config static
- omit sasl_regexp unused fields when built with librewrite
- - - - -
c4db9061 by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthzRegexp insert/delete support
- - - - -
1d562a7a by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthIDRewrite insert/delete support
- - - - -
2b01b8dd by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 Create test script
- - - - -
05e07805 by Quanah Gibson-Mount at 2020-04-02T16:28:58+00:00
ITS#6035 - regenerate configure
- - - - -
bd7675b5 by Quanah Gibson-Mount at 2020-04-02T16:35:14+00:00
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
- - - - -
da58a21a by Quanah Gibson-Mount at 2020-04-02T16:35:41+00:00
ITS#9194 - regenerate configure
- - - - -
19 changed files:
- clients/tools/common.c
- configure
- configure.in
- contrib/slapd-modules/passwd/pbkdf2/Makefile
- contrib/slapd-modules/passwd/pbkdf2/slapo-pw-pbkdf2.5 → contrib/slapd-modules/passwd/pbkdf2/slapd-pw-pbkdf2.5
- doc/man/man5/slapd-ldap.5
- libraries/libldap/tls_g.c
- libraries/libldap_r/thr_posix.c
- servers/slapd/back-ldap/chain.c
- servers/slapd/back-meta/config.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/pcache.c
- servers/slapd/overlays/rwm.c
- servers/slapd/overlays/translucent.c
- servers/slapd/proto-slap.h
- servers/slapd/saslauthz.c
- tests/run.in
- tests/scripts/defines.sh
- + tests/scripts/test076-authid-rewrite
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8eb5d579d73832ab82dc77…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8eb5d579d73832ab82dc77…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
822ed8c1 by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 saslauthz cleanups (no functional change)
- give authid-rewrite's argument a name
- tidy saslauthz.c whitespace (mixed spaces/tabs)
- always declare slap_sasl_regexp_destroy: fixes an implicit declaration
warning when configured without librewrite
- delete dead code: ENABLE_REWRITE implies SLAP_AUTH_REWRITE, so this
code is never compiled
- make slap_sasl_regexp_rewrite_config static
- omit sasl_regexp unused fields when built with librewrite
- - - - -
c4db9061 by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthzRegexp insert/delete support
- - - - -
1d562a7a by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 olcAuthIDRewrite insert/delete support
- - - - -
2b01b8dd by Ryan Tandy at 2020-04-02T09:10:51-07:00
ITS#6035 Create test script
- - - - -
9 changed files:
- configure.in
- servers/slapd/back-meta/config.c
- servers/slapd/bconfig.c
- servers/slapd/overlays/rwm.c
- servers/slapd/proto-slap.h
- servers/slapd/saslauthz.c
- tests/run.in
- tests/scripts/defines.sh
- + tests/scripts/test076-authid-rewrite
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7732cb27945e6330259000…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/7732cb27945e6330259000…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
57b7003a by Sergei Trofimovich at 2020-03-26T22:06:41+00:00
thr_posix.c: fix implicit function declaration for 'pthread_setconcurrency'
thr_posix.c: In function 'ldap_pvt_thread_set_concurrency':
thr_posix.c:96:9: error: implicit declaration of function 'pthread_setconcurrency'
return pthread_setconcurrency( n );
^~~~~~~~~~~~~~~~~~~~~~
pthread_setcanceltype
Signed-off-by: Sergei Trofimovich <slyfox(a)gentoo.org>
- - - - -
1 changed file:
- libraries/libldap_r/thr_posix.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/57b7003a6473206e2526dcc…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/57b7003a6473206e2526dcc…
You're receiving this email because of your account on git.openldap.org.