Commits on Source (20)
-
Simon Pichugin authored
Bug Description: When the access log buffer capacity is exceeded we log an emergency error and the access log line is not logged at all. Fix Description: Log the error message to errors log and log the access log message but truncate its elements (for the search access log message). Or just log what is in the buffer in other cases. Add CI test to ds_logs test suite for the basic feature testing. https://pagure.io/389-ds-base/issue/49232 Reviewed by: mreynolds, tbordaz, firstyear (Thanks!!)
-
Anuj Borah authored
Investigate and port TET matching rules filter tests(index) Relates: https://pagure.io/389-ds-base/issue/48851 Author: aborah Reviewed by: Simon Pichugin
-
Mark Reynolds authored
Bug Description: On RHEL we still displayed "389 Directory Server" in the Cockpit vertical navigation panel instead of "Red Hat Directory Server". Fix Description: Instead of using separate files, just do a "sed" replacement in the specfile to handle the branding https://pagure.io/389-ds-base/issue/50454 Reviewed by: viktor & mhonek (Thanks!!)
-
William Brown authored
Bug Description: In some situations, waitpid will fail with a no child process error, when the pid file has a value but no pid exists. Fix Description: Catch the exception, because in this case we have no pids to wait upon, so there is no harm to skip this. https://pagure.io/389-ds-base/issue/50439 Author: William Brown <william@blackhats.net.au> Review by: ???
-
Viktor Ashirov authored
Description: Add a new test case for #50378 instead of the older one that was testing an unsupported corner case (ip=*). Relates: https://pagure.io/389-ds-base/issue/50378 Reviewed by: mreynolds (Thanks!)
-
Anuj Borah authored
Bug Description: Add more test cases to the match test suite. Relates: https://pagure.io/389-ds-base/issue/48851 Author: aborah Reviewed by: Simon Pichugin
-
Matúš Honěk authored
Bug Description: dsconf lacks options to configure security options Fix Description: Implementing options to configure security related attributes and handle ciphers configuration. Fixes: https://pagure.io/389-ds-base/issue/50217 Author: Matus Honek <mhonek@redhat.com> Review by: firstyear, mreynolds (Thanks!)
-
Mark Reynolds authored
Description: Port some of the failing ticket tests to suites related: https://pagure.io/389-ds-base/issue/50462 Reviewed by: vashirov, mhonek, spichugi, and aadhikari (thanks!)
-
Mark Reynolds authored
Description: Port CI test to use DSLDapObject instead of raw types, and add sleeps after every config change. Also increased replication timeout in the referint_plugin test. related: https://pagure.io/389-ds-base/issue/50462 Reviewed by: vashirov(thanks!)
-
Ludwig Krispenz authored
Bug: In ssl initialization a lot of memory is allocated by calls to nss functions and not freed Fix: free all allocations reported by asan Reviewed by: Mark, thanks
-
Matúš Honěk authored
Bug Description: Same constraints resulting in error are reported as different LDAP result codes when using different operation for adjusting these. Fix Description: A part of the code had not conveyed the error reason down the stack, therefore adding this information and returning the proper code. Fixes: https://pagure.io/389-ds-base/issue/50474 Author: Matus Honek <mhonek@redhat.com> Review by: mreynolds, spichugi (thanks!)
-
Viktor Ashirov authored
Description: Fix test failures in tier0 and tier1 tests: * Skip tests where it's not implemented. * Set custom fd limits to the value less than allowed per process. * Use a correct URI for ACI related tests in paged_results_test.py. Relates: https://pagure.io/389-ds-base/issue/49761 Reviewed by: mreynolds (Thanks!)
-
Akshay Adhikari authored
Bug Description: Import task should not be deleted too rapidely after import finishes to be able to query the status. Fix Description: A new attribute 'ttl' is order to tune the life time of the task. The default value is increased to '86400'. Added a test to check that and added it to ImportTask & ExportTask classes in lib389 so it will create ttl attribute by default. Fixes: https://pagure.io/389-ds-base/issue/50177 Review by: mreynolds (Thanks!)
-
Akshay Adhikari authored
Bug Description: If the suffix provided in the command line does not exist or it's not replicated, we have an error message that it's regarding the RUV Fix Description: Added a test case that will validate if a wrong suffix is passed then a proper error message is displayed or not. Relates: https://pagure.io/389-ds-base/issue/49997 Review by: vashirov (Thanks!)
-
Akshay Adhikari authored
Bug Description: ds-replcheck unreliable, showing false positives, showing missing tombstone entries in the report. Fix Description: Added a test case to check missing tombstone entries is not reported, also fixed py3 issue in ds-replcheck by explicitly adding bytes. Relates: https://pagure.io/389-ds-base/issue/49239 Review by: vashirov, mreynolds (Thanks!)
-
Mark Reynolds authored
Description: Fix a regression from the initial coverity commit that caused the memebrOf groupattrs to become corrupted and crash the server. https://pagure.io/389-ds-base/issue/50431 Reviewed by: vashirov(Thanks!)
-
Mark Reynolds authored
-
Timo Aaltonen authored
-
Timo Aaltonen authored
-
Timo Aaltonen authored
This diff is collapsed.