]>
git.ipfire.org Git - thirdparty/openldap.git/log
Quanah Gibson-Mount [Fri, 10 Apr 2020 15:05:32 +0000 (15:05 +0000)]
Temporarily disable asyncmeta until deadlock is fixed
Quanah Gibson-Mount [Fri, 10 Apr 2020 14:42:50 +0000 (14:42 +0000)]
Run autoreconf before running configure
Howard Chu [Tue, 7 Apr 2020 15:26:02 +0000 (16:26 +0100)]
ITS#9121 Fix MatchingRuleAssertion init
Ondřej Kuzník [Tue, 22 Sep 2015 20:40:20 +0000 (21:40 +0100)]
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.
Quanah Gibson-Mount [Fri, 3 Apr 2020 23:48:39 +0000 (23:48 +0000)]
ITS#9184 - Document V[V[V]] option to slapd
Quanah Gibson-Mount [Fri, 3 Apr 2020 17:11:28 +0000 (17:11 +0000)]
ITS#9191 - Avoid div 0 error
Howard Chu [Sat, 4 Apr 2020 01:54:03 +0000 (02:54 +0100)]
ITS#9121 memberOf shortcut
Don't try to generate it if it wasn't requested
Howard Chu [Fri, 3 Apr 2020 20:38:41 +0000 (21:38 +0100)]
ITS#9121 memberof fix
Fix for groupURI with no filter
Howard Chu [Fri, 3 Apr 2020 20:29:25 +0000 (21:29 +0100)]
ITS#9121 typos
Howard Chu [Fri, 3 Apr 2020 20:27:48 +0000 (21:27 +0100)]
ITS#9121 fix typo
Howard Chu [Fri, 3 Apr 2020 19:42:59 +0000 (20:42 +0100)]
ITS#9121 fix memberOf filtering
Replace (memberOf=<groupDN>) filter with expansion of group's URI
Howard Chu [Thu, 2 Apr 2020 18:47:55 +0000 (19:47 +0100)]
ITS#9121 optimize dyngroup membership checking
parse dyngroup URLs in advance, don't use the ACL engine's
evaluator any more
Howard Chu [Thu, 2 Apr 2020 16:47:37 +0000 (17:47 +0100)]
ITS#9121 memberof counting
Keep track of number of uses of memberOf in config, to
allow bypassing code if not in use.
Quanah Gibson-Mount [Fri, 3 Apr 2020 17:02:14 +0000 (17:02 +0000)]
ITS#8383 - Regenerate configure
Ryan Tandy [Sun, 1 Sep 2019 18:53:37 +0000 (11:53 -0700)]
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.
Ondřej Kuzník [Fri, 3 Apr 2020 09:27:03 +0000 (10:27 +0100)]
ITS#6207 Add GitLab CI
Ondřej Kuzník [Thu, 2 Apr 2020 15:21:15 +0000 (16:21 +0100)]
ITS#6207 Print out test timings
Ondřej Kuzník [Tue, 31 Mar 2020 15:33:24 +0000 (16:33 +0100)]
ITS#8753 Fix pinning test script with no openssl
Quanah Gibson-Mount [Thu, 2 Apr 2020 16:28:58 +0000 (16:28 +0000)]
ITS#6035 - regenerate configure
Ryan Tandy [Tue, 24 Mar 2020 00:37:20 +0000 (17:37 -0700)]
ITS#6035 Create test script
Ryan Tandy [Mon, 31 Aug 2015 23:54:34 +0000 (16:54 -0700)]
ITS#6035 olcAuthIDRewrite insert/delete support
Ryan Tandy [Sat, 29 Aug 2015 18:07:39 +0000 (11:07 -0700)]
ITS#6035 olcAuthzRegexp insert/delete support
Ryan Tandy [Mon, 31 Aug 2015 18:43:12 +0000 (11:43 -0700)]
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
Ryan Tandy [Fri, 20 Sep 2019 23:41:26 +0000 (16:41 -0700)]
ITS#9086 Add debug logging for more GnuTLS errors
Peter Marschall [Sun, 16 Aug 2015 11:46:46 +0000 (13:46 +0200)]
ITS#8628 - contrib/passwd/pbkdf2: new Makefile variables SSL_LIB & SSL_INC
Quanah Gibson-Mount [Mon, 17 Jun 2019 14:50:13 +0000 (14:50 +0000)]
ITS#9003
Note that with slapd-ldap, the special character "*" actually allows anonymous rather than denies, as is the case with authz-policy
Ryan Tandy [Sun, 29 Mar 2020 17:00:45 +0000 (10:00 -0700)]
ITS#8837 Fix pw-pbkdf2 manpage name to get it installed
Sergei Trofimovich [Mon, 19 Jun 2017 20:48:05 +0000 (21:48 +0100)]
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@gentoo.org>
Kurt Zeilenga [Mon, 19 Jun 2017 23:09:41 +0000 (16:09 -0700)]
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.
Emily Backes [Fri, 6 Feb 2015 02:46:24 +0000 (18:46 -0800)]
ITS#7074 - change olcDatabaseDummy initialization for windows
Howard Chu [Mon, 16 Mar 2020 17:07:43 +0000 (17:07 +0000)]
ITS#9181 Fix race on Windows mutex init
Howard Chu [Wed, 11 Mar 2020 19:17:10 +0000 (19:17 +0000)]
ITS#9182 pcache: fix private DB init
Ryan Tandy [Fri, 28 Feb 2020 21:18:48 +0000 (13:18 -0800)]
ITS#8639 Delete LM hash support from smbk5pwd
Ryan Tandy [Fri, 28 Feb 2020 20:13:50 +0000 (12:13 -0800)]
ITS#8639 Regenerate configure and portable.hin
Andrew Lawrence [Fri, 9 Feb 2018 23:32:28 +0000 (23:32 +0000)]
ITS#8639 remove LANMAN hashed passwords
Howard Chu [Fri, 6 Mar 2020 17:28:46 +0000 (17:28 +0000)]
ITS#9121 fix filter error message
Filters use parentheses, not brackets.
Ryan Tandy [Fri, 28 Feb 2020 20:00:14 +0000 (12:00 -0800)]
Fix SLAPD_OVER_RETCODE description
Ryan Tandy [Fri, 28 Feb 2020 20:00:10 +0000 (12:00 -0800)]
Regenerate portable.hin with autoheader 2.69
Howard Chu [Tue, 25 Feb 2020 18:05:20 +0000 (18:05 +0000)]
ITS#9121 plug entry leak
Quanah Gibson-Mount [Fri, 21 Feb 2020 21:10:49 +0000 (21:10 +0000)]
ITS#9175 - Fix argument cast
Fixes potential segfault in ldapsearch
Ondřej Kuzník [Fri, 21 Feb 2020 10:27:44 +0000 (10:27 +0000)]
Correct cyrus-sasl version verison check
Ondřej Kuzník [Fri, 21 Feb 2020 10:26:53 +0000 (10:26 +0000)]
ITS#9171 Insert callback in the right place
Howard Chu [Fri, 14 Feb 2020 22:32:03 +0000 (22:32 +0000)]
ITS#9121 fix prev commit
Only flush entry if dynlist_prepare_entry altered it
Ryan Tandy [Wed, 12 Feb 2020 18:53:52 +0000 (10:53 -0800)]
ITS#9166 Fix slapdconfig.sdf mismatched braces
Ondřej Kuzník [Fri, 7 Feb 2020 11:34:20 +0000 (11:34 +0000)]
Revert "ITS#9160 OOM handling in mdb tools", wrong branch.
This reverts commit
be61a967e632fdf7836b6efb4e0fc2776d9d3e52 .
Ondřej Kuzník [Thu, 30 Jan 2020 09:03:59 +0000 (09:03 +0000)]
ITS#9160 OOM handling in back-asyncmeta
Ondřej Kuzník [Thu, 30 Jan 2020 09:03:41 +0000 (09:03 +0000)]
ITS#9160 OOM handling in back-meta
Ondřej Kuzník [Thu, 30 Jan 2020 09:02:25 +0000 (09:02 +0000)]
ITS#9160 OOM handling in libldap
Ondřej Kuzník [Thu, 30 Jan 2020 09:01:32 +0000 (09:01 +0000)]
ITS#9160 OOM handling in slapd
Ondřej Kuzník [Thu, 30 Jan 2020 08:59:57 +0000 (08:59 +0000)]
ITS#9160 OOM handling in mdb tools
Ondřej Kuzník [Thu, 30 Jan 2020 08:58:50 +0000 (08:58 +0000)]
ITS#9160 OOM handling in test programs
Ondřej Kuzník [Thu, 30 Jan 2020 08:55:59 +0000 (08:55 +0000)]
ITS#9160 OOM handling in contrib
Ondřej Kuzník [Tue, 12 Nov 2019 10:35:53 +0000 (10:35 +0000)]
ITS#8575 Accept parameters for hashing new passwords
Ondřej Kuzník [Mon, 11 Nov 2019 17:42:03 +0000 (17:42 +0000)]
ITS#8575 Add a libsodium based implementation
Simon Levermann [Wed, 25 Jan 2017 14:11:06 +0000 (15:11 +0100)]
ITS#8575 Implement argon2 password hashing as a module
This change implements argon2, which won the Password Hashing
Competition (https://password-hashing.net/) as a contrib-module in order
to provide a modern password hashing alternative in openldap. The
currently available password hashing algorithms are relatively old, and
modern hardware, especially GPUs can compute quite a few (ranging from
tens of thousands to millions) of hashes per second. Argon2 was designed
to withstand such attacks.
This implementation uses the default work factors used in the argon2
command line client, but the resulting hashes are stored in a way that
would allow retroactive changes to these values, or even exposing them
as configuration in the module.
Howard Chu [Tue, 4 Feb 2020 16:35:56 +0000 (16:35 +0000)]
ITS#9121 fix filtering of dyngroups with memberof
Quanah Gibson-Mount [Mon, 3 Feb 2020 19:12:36 +0000 (19:12 +0000)]
ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module
Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/
Specifically in this case, commit
5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100
Quanah Gibson-Mount [Mon, 3 Feb 2020 16:55:34 +0000 (16:55 +0000)]
Move CONFIG_DELETE out from behind LDAP_DEVEL
Quanah Gibson-Mount [Sun, 2 Feb 2020 19:02:18 +0000 (19:02 +0000)]
ITS#8040 - Move LAZY_COMMIT to be active outside of LDAP_DEVEL
Quanah Gibson-Mount [Sat, 1 Feb 2020 20:15:23 +0000 (20:15 +0000)]
ITS#8040 - Fix missing ifdefs for LAZY_COMMIT
Quanah Gibson-Mount [Fri, 31 Jan 2020 20:47:59 +0000 (20:47 +0000)]
ITS#8966 - Remove DO_DSEE ifdef Remove ifdef for DO_DSEE as it's required to be defined for syncrepl.c to compile
Quanah Gibson-Mount [Fri, 31 Jan 2020 18:40:14 +0000 (18:40 +0000)]
Update configure to use autoconf 2.69
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:51:34 +0000 (18:51 +0000)]
Remove LDAP_FEATURE_X_CANCHAINOPS from behind LDAP_DEVEL
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:14:31 +0000 (18:14 +0000)]
Return to engineering
Quanah Gibson-Mount [Thu, 30 Jan 2020 18:13:03 +0000 (18:13 +0000)]
Merge remote-tracking branch 'origin/mdb.RE/0.9'
Quanah Gibson-Mount [Thu, 30 Jan 2020 17:57:13 +0000 (17:57 +0000)]
Release 0.9.25
Quanah Gibson-Mount [Thu, 30 Jan 2020 16:08:50 +0000 (16:08 +0000)]
This test no longer valid after the fix for ITS#9015, skip it
Quanah Gibson-Mount [Tue, 28 Jan 2020 16:08:50 +0000 (16:08 +0000)]
ITS#7855 - Update config.guess and config.sub
Update config.guess and config.sub from official upstream project at https://savannah.gnu.org/projects/config/
Specifically in this case, commit
5256817ace8493502ec88501a19e4051c2e220b0 for the date Wed Jan 1 19:36:58 2020 +1100
Ondřej Kuzník [Tue, 28 Jan 2020 12:16:59 +0000 (12:16 +0000)]
ITS#8983 Fix compiler warning
Ondřej Kuzník [Tue, 28 Jan 2020 12:10:43 +0000 (12:10 +0000)]
ITS#9145 Fix type signature
Ondřej Kuzník [Tue, 28 Jan 2020 12:10:17 +0000 (12:10 +0000)]
Check transaction identifier is returned
Ondřej Kuzník [Tue, 28 Jan 2020 11:50:33 +0000 (11:50 +0000)]
Remove LDAP_X_TXN and rename accordingly
Ondřej Kuzník [Mon, 27 Jan 2020 14:11:59 +0000 (14:11 +0000)]
ITS#9156 Fix leftover typo
Ondřej Kuzník [Mon, 28 Oct 2019 12:14:03 +0000 (12:14 +0000)]
ITS#9156 Document ppolicy changes
Ondřej Kuzník [Thu, 24 Oct 2019 13:14:05 +0000 (14:14 +0100)]
ITS#9156 Add some ppolicy v10 tests
Ondřej Kuzník [Thu, 24 Oct 2019 13:11:59 +0000 (14:11 +0100)]
ITS#9156 Add pwdCheckModuleArg to ppolicy
Ondřej Kuzník [Thu, 24 Oct 2019 13:09:56 +0000 (14:09 +0100)]
ITS#9156 Implement pwdMaxIdle
Ondřej Kuzník [Thu, 24 Oct 2019 13:07:23 +0000 (14:07 +0100)]
ITS#9156 Implement pwdMinDelay and pwdMaxDelay
Ondřej Kuzník [Thu, 24 Oct 2019 13:04:35 +0000 (14:04 +0100)]
ITS#9156 Implement pwdStartTime and pwdEndTime
Ondřej Kuzník [Thu, 24 Oct 2019 12:54:36 +0000 (13:54 +0100)]
ITS#9156 Implement pwdMaxLength
Ondřej Kuzník [Thu, 24 Oct 2019 12:43:34 +0000 (13:43 +0100)]
ITS#9156 Implement pwdGraceExpiry
Ondřej Kuzník [Thu, 24 Oct 2019 12:41:07 +0000 (13:41 +0100)]
ITS#9156 Keep module info around for longer
Ondřej Kuzník [Thu, 24 Oct 2019 11:54:53 +0000 (12:54 +0100)]
ITS#9156 Update ppolicy schema to the latest draft
Ondřej Kuzník [Thu, 24 Oct 2019 13:18:13 +0000 (14:18 +0100)]
ITS#9156 Document corner cases and omissions
Ondřej Kuzník [Thu, 24 Oct 2019 10:13:02 +0000 (11:13 +0100)]
ITS#9156 Move ppolicy schema into the module
Ondřej Kuzník [Thu, 23 Jan 2020 12:30:50 +0000 (12:30 +0000)]
ITS#9126 Add a missed normalised copy of pwdChangedTime
Quanah Gibson-Mount [Thu, 23 Jan 2020 16:10:20 +0000 (16:10 +0000)]
Merge remote-tracking branch 'origin/mdb.RE/0.9'
Howard Chu [Thu, 23 Jan 2020 14:52:50 +0000 (14:52 +0000)]
ITS#9155
Howard Chu [Thu, 23 Jan 2020 14:50:00 +0000 (14:50 +0000)]
ITS#9155 lmdb: free mt_spill_pgs in non-nested txn on end
Howard Chu [Tue, 21 Jan 2020 23:36:56 +0000 (23:36 +0000)]
ITS#9121 more memberof tweaks
Howard Chu [Tue, 21 Jan 2020 11:27:21 +0000 (11:27 +0000)]
ITS#9121 dynlist: fix not filters
Howard Chu [Sun, 19 Jan 2020 19:05:04 +0000 (19:05 +0000)]
ITS#9120 fix tm2time compat breakage
Add lutil_tm2gtime for Proleptic Gregorian calendar,
revert lutil_tm2time to previous behavior using Unix epoch
Howard Chu [Sat, 18 Jan 2020 12:53:07 +0000 (12:53 +0000)]
ITS#9154 back-mdb add number of entries to cn=monitor
Howard Chu [Fri, 17 Jan 2020 14:49:58 +0000 (14:49 +0000)]
ITS#9121 fix memberOf eval
Must disable ACL group caching when checking membership
Howard Chu [Sat, 11 Jan 2020 04:24:54 +0000 (04:24 +0000)]
ITS#9150 fix nosync FALSE config
Howard Chu [Sat, 11 Jan 2020 04:16:01 +0000 (04:16 +0000)]
ITS#9147 plug descriptor leak if ldaps connect fails
Quanah Gibson-Mount [Thu, 9 Jan 2020 17:23:08 +0000 (17:23 +0000)]
ITS#9144 - Regenerate configure
Ryan Tandy [Thu, 19 Dec 2019 22:34:58 +0000 (14:34 -0800)]
ITS#9144 Remove unused ICU detection and linking
This reverts commits
a956f75924c5d8f2a80ccb899666820cd71a4d6b ("Add (not
yet used) ICU detection") and
1cf5838e081fa3198161c53fb8e783b5f0f24503
("detect ICU and link it into slapd(8)").
Quanah Gibson-Mount [Thu, 9 Jan 2020 16:50:21 +0000 (16:50 +0000)]
Happy New Year!
Quanah Gibson-Mount [Thu, 9 Jan 2020 16:47:22 +0000 (16:47 +0000)]
Merge remote-tracking branch 'origin/mdb.RE/0.9'