Commit Graph

23785 Commits

Author SHA1 Message Date
Tero Saarni
255a37461e ITS#9468 fixed typos 2021-05-11 15:05:50 +00:00
Tero Saarni
06ed787137 ITS#9468 summarize discussion about rebind-as-user 2021-05-11 15:05:50 +00:00
Tero Saarni
de6c939047 ITS#9468 documented that re-connecting does not happen after idle-timeout or conn-ttl 2021-05-11 15:05:50 +00:00
Tero Saarni
b1226f5606 ITS#9468 removed accidental unicode characters 2021-05-11 15:05:50 +00:00
Tero Saarni
97217da5e3 ITS#9468 back-ldap: Return disconect if rebind cannot be done 2021-05-11 15:05:50 +00:00
Tero Saarni
6b55a3ba1c ITS#9468 Added test case for proxy re-binding anonymously 2021-05-11 15:05:50 +00:00
Ondřej Kuzník
cba03e49a4 ITS#8747 Protect shutdown code while workers are still alive 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
8e4d7ffe79 ITS#8747 Remove c_private from LloadConnection 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
1cb65102ce ITS#8747 Keep an explicit backend pointer 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
3802fa9217 ITS#8747 Fix lloadd builds --without-tls 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
a186fd70ab ITS#8747 Do not continue reading if connection is dying 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
4f4997551d ITS#8747 Avoid epoch recursion in connection_write_cb 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
2c1bb42f01 ITS#8747 Do not observe an epoch while calling dispose_cb 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
c472639170 Report mbe->register_entry() errors 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
f9b5163670 ITS#6207 Log timings for lloadd tests 2021-05-10 18:49:13 +00:00
Ondřej Kuzník
de0caafe96 ITS#8721 Do not update ri_last unless we're actually retrying 2021-05-07 19:26:19 +00:00
Ondřej Kuzník
180092fe30 ITS#8721 Regression test 2021-05-07 19:26:19 +00:00
Quanah Gibson-Mount
5c8bd550dd ITS#9548 - Ensure modules in the pwmods directory get installed 2021-05-07 16:08:58 +00:00
Howard Chu
cd3567d750 ITS#9521 additional ciphersuite fixes
Actually check version of matched ciphersuite names.
Also, don't change existing TLS1.3 suites if none are specified
in the new suite string. Avoids ITS#9546.
2021-05-06 20:16:40 +01:00
Howard Chu
4993b34365 ITS#9544 fix #9511 patch
Include was erroneously deleted. partially reverts 6cdfc85fc5
2021-05-04 10:04:20 +01:00
Michael Ströder
60b7dc731c ITS#9542 fix AuthZ Identity control OIDs
Did not match RFC3829
2021-05-01 12:53:01 +01:00
Howard Chu
16fcba1e98 ITS#9541 fix typo in util-int.c
From 94fbd96826
2021-04-30 09:25:13 +01:00
Howard Chu
7b2c9aed3c ITS#9541 fix typo in daemon.c
From commit ee49c83976
2021-04-30 09:24:32 +01:00
Howard Chu
145325dcc1 ITS#9537 slap_op_time: avoid duplicates across restarts
Initialize last_ times with current time sec & usec
2021-04-27 17:10:51 +01:00
Howard Chu
0c90b8c001 ITS#9531 back-mdb: fix delete of context entry
We already checked if attempting to delete the suffix, but
didn't skip the parent check as we should have.
2021-04-26 18:27:40 +01:00
Howard Chu
6cb792fe93 ITS#9535 avoid non-portable wc format
Use awk to count lines instead
2021-04-24 17:40:51 +01:00
Howard Chu
2cda679e3b ITS#9534 fix prev commit 2021-04-24 15:47:03 +01:00
Howard Chu
87099f8e0d ITS#9534 additional
Partially revert 0b20b92ec1
Reuse the client conn for delta-sync startup
2021-04-24 15:45:58 +01:00
Howard Chu
8a72584bd1 ITS#9534 fix delta-sync startup
When transitioning from plain refresh to delta mode, don't
wait for a reschedule, go immediately.
Partially reverts f2740c79b3
2021-04-24 15:38:02 +01:00
Howard Chu
9624bb5af0 ITS#9513 fix prev commit
01e5664c7c removed an include that is needed
2021-04-23 17:10:02 +01:00
Ondřej Kuzník
defa618405 ITS#9532 Check homedir overlay is enabled before testing it 2021-04-23 08:07:20 +01:00
Ondřej Kuzník
9bbbbf5f6a ITS#9502 TCP_USER_TIMEOUT for lloadd 2021-04-22 21:52:12 +00:00
Nadezhda Ivanova
6e3f6639b9 ITS#9502 Implement tcp-user-timeout support for back-ldap/(async)meta 2021-04-22 21:52:12 +00:00
Nadezhda Ivanova
db389d38ce ITS#9502 Implement LDAP_OPT_TCP_USER_TIMEOUT 2021-04-22 21:52:12 +00:00
Howard Chu
c63216abdc ITS#9529 pcache: update refresh_time after query refresh 2021-04-21 22:32:42 +01:00
Howard Chu
6d285a33f8 ITS#9529 pcache: fix consistency_check locking 2021-04-21 22:15:27 +01:00
Howard Chu
edfc4e7ffe ITS#9530 ldo_defbase now must be freed in ldap_ld_free() 2021-04-21 18:06:26 +01:00
Norm Green
87397b345b ITS#9530 fix double-free of LDAP_OPT_DEFBASE 2021-04-21 18:03:43 +01:00
Quanah Gibson-Mount
7307d7763b ITS#8707 -- Regenerate configure 2021-04-21 01:30:29 +00:00
Ondřej Kuzník
72caa56a8c ITS#8707 systemd notifications from lloadd 2021-04-20 22:54:19 +00:00
Quanah Gibson-Mount
0786f6d5d4 ITS#8707 - Update CI/CD for systemd notification support 2021-04-20 22:54:19 +00:00
SATOH Fumiyasu
f3501534d4 ITS#8707 - Add slapd.service and lloadd.service for systemd 2021-04-20 22:54:19 +00:00
Ondřej Kuzník
629cafc98d ITS#8707 Add systemd service notification support 2021-04-20 22:54:19 +00:00
Quanah Gibson-Mount
45fd7f5b71 ITS#9527 - Fix typo ocDatabase to olcDatabase 2021-04-19 18:07:05 +00:00
Quanah Gibson-Mount
c62d48ed11 ITS#9525 - Rework contrib module builds
Adjust to honor CFLAGS and LDFLAGS
Drop -Wall from the OPTimization flag
2021-04-19 16:57:10 +00:00
Howard Chu
8f392914ca ITS#9526 slapd-mdb tools: fix cursor init check 2021-04-18 17:51:30 +01:00
Ondřej Kuzník
7df2a0f394 ITS#8847 Allocate a large enough buffer 2021-04-15 15:16:19 +01:00
Ondřej Kuzník
ae77343d67 ITS#9520 Refuse parallelism if not compiled with libargon2 2021-04-14 18:17:59 +01:00
Ondřej Kuzník
8b353df0e2 ITS#9517 Add module args support to slappaswd and relevant docs 2021-04-14 18:17:59 +01:00
Ondřej Kuzník
d0eae40961 Expose slapTool for use elsewhere 2021-04-14 18:17:59 +01:00