Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
65d09368 by OndÅ™ej KuznÃk at 2020-04-16T16:41:35+00:00
ITS#8245 Silence warning
- - - - -
8f01fdec by OndÅ™ej KuznÃk at 2020-04-16T16:41:35+00:00
ITS#8731 Remove unused arguments
- - - - -
550476b5 by OndÅ™ej KuznÃk at 2020-04-16T16:41:35+00:00
ITS#9112 Silence warnings
- - - - -
2 changed files:
- servers/slapd/daemon.c
- servers/slapd/overlays/unique.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8a677f65f0ff057dc1d89b…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/8a677f65f0ff057dc1d89b…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
38f9dd2f by Ryan Tandy at 2020-04-14T10:04:33-07:00
ITS#7878 Replace uint32_t with unsigned in back-mdb
init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
flags as unsigned int.
search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
silence a warning about signed/unsigned comparison.
config.c: parse checkpoint config more carefully. Reject negative or
unreasonably large values for kbytes and minutes. Ensure both values are
parsed successfully before making any changes.
Fixes a compilation failure under MinGW, where stdint.h types are not
implicitly pulled in by other headers.
- - - - -
4 changed files:
- servers/slapd/back-mdb/back-mdb.h
- servers/slapd/back-mdb/config.c
- servers/slapd/back-mdb/init.c
- servers/slapd/back-mdb/search.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/38f9dd2fb87d5b851e54a6c…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/commit/38f9dd2fb87d5b851e54a6c…
You're receiving this email because of your account on git.openldap.org.
Ryan Tandy pushed to branch master at openldap / OpenLDAP
Commits:
5c20342b by Peter Marschall at 2020-04-14T09:26:19-07:00
ITS#9203 contrib/passwd/argon2: add manual page
Add manual page slapd-pw-argon2.5 and make sure it gets installed.
Signed-off-by: Peter Marschall <peter(a)adpm.de>
- - - - -
2be4576a by Ryan Tandy at 2020-04-14T09:26:19-07:00
ITS#9203 slapd-argon2 -> pw-argon2
Based on initial patch by Peter Marschall.
- - - - -
40ce9a46 by Peter Marschall at 2020-04-14T09:26:19-07:00
ITS#9206 contrib/passwd/argon2: consolidate libsodium implementation
* use 'crypto_pwhash_str_alg(..., crypto_pwhash_ALG_ARGON2ID13)' to set
the algorithm to Argon2.
According to libsodium's documentation, the original 'crypto_pwhash_str()'
only guarantees a "memory-hard, CPU-intensive hash function", but not
necessarily Argon2. Although in released versions of libsodium Argon2 is
the only implemented backend, this may chane in the future.
* multiply the 'memory' parameter by 1024 to align it with the libargon2
implementation. The objective is to have consistent configuration in
OpenLDAP's pw-argon2 module no matter what backend implementation is used.
Signed-off-by: Peter Marschall <peter(a)adpm.de>
- - - - -
64856677 by Ryan Tandy at 2020-04-14T09:26:19-07:00
ITS#9206 Initialize libsodium before calling its functions
- - - - -
307b06ff by Ryan Tandy at 2020-04-14T09:26:19-07:00
ITS#9206 Convert libsodium default memlimit to KiB
- - - - -
0ec42b08 by Ryan Tandy at 2020-04-14T09:26:19-07:00
ITS#9206 Use argon2id default values explicitly
- - - - -
feb6f21d by Ryan Tandy at 2020-04-14T09:26:19-07:00
ITS#9203 Remove default values from slapd-pw-argon2.5
The defaults vary by crypto library and possibly even version, so it's
not worth trying to keep them accurate.
- - - - -
4 changed files:
- contrib/slapd-modules/passwd/argon2/Makefile
- contrib/slapd-modules/passwd/argon2/README
- contrib/slapd-modules/passwd/argon2/pw-argon2.c
- + contrib/slapd-modules/passwd/argon2/slapd-pw-argon2.5
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f6d9fdc4f1ed402083145f…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/f6d9fdc4f1ed402083145f…
You're receiving this email because of your account on git.openldap.org.
Quanah Gibson-Mount pushed to branch master at openldap / OpenLDAP
Commits:
e1876446 by Ryan Tandy at 2020-04-13T18:57:50+00:00
ITS#9212 Restore snprintf to caller-provided buffer
76df74dbeab47195e42946a474c3a5f8557c168d removed some snprintfs to
buffers that are actually returned to the client. Restore these.
- - - - -
bbe20cbf by Ryan Tandy at 2020-04-13T18:57:50+00:00
ITS#8731 cleanup unused logbuf
- - - - -
3 changed files:
- servers/slapd/back-meta/init.c
- servers/slapd/back-sql/add.c
- servers/slapd/schema_check.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e50741e459d4a524f06ec6…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/e50741e459d4a524f06ec6…
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:
7cf7aa31 by Howard Chu at 2020-04-13T16:32:35+00:00
ITS#8650 loop on incomplete TLS handshake
Always retry ldap_int_tls_connect() if it didn't complete,
regardless of blocking or non-blocking socket. Code from
ITS#7428 was wrong to only retry for async.
- - - - -
7631dcea by Quanah Gibson-Mount at 2020-04-13T16:33:26+00:00
ITS#8650
- - - - -
2 changed files:
- CHANGES
- libraries/libldap/tls2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c385351acb029d5bd3dceb…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c385351acb029d5bd3dceb…
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:
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/a1a34a909044a3837f79d1…
--
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/a1a34a909044a3837f79d1…
You're receiving this email because of your account on git.openldap.org.