[389-devel] Re: csiphash on Sparc

2017-10-26 Thread William Brown
On Thu, 2017-10-26 at 12:47 +0200, Lukas Slebodnik wrote: > On (13/10/17 20:35), William Brown wrote: > > On Wed, 2017-10-11 at 13:36 +0200, Lukas Slebodnik wrote: > > > But following code should work. Please correct me if I am wrong. > > > I didn't test. > > >   char *str = strdup("ABCDEFGH1234567

[389-devel] Re: bug in 389-ds-base-1.2.11.15-91.el6_9.x86_64 with large paged searches

2017-10-26 Thread Mark Reynolds
On 10/26/2017 02:49 PM, Jeffrey Eaton wrote: > I can try to build out a RHEL7 system with 1.3 and see if I can > reproduce it there with my data set as well.  I'll let you know what I > find. Great! > > I created issue 49429 with more or less the same details as below. Thank you! > > -jeaton > >>

[389-devel] Re: bug in 389-ds-base-1.2.11.15-91.el6_9.x86_64 with large paged searches

2017-10-26 Thread Jeffrey Eaton
I can try to build out a RHEL7 system with 1.3 and see if I can reproduce it there with my data set as well. I'll let you know what I find. I created issue 49429 with more or less the same details as below. -jeaton On Oct 26, 2017, at 12:50 PM, Mark Reynolds mailto:marey...@redhat.com>> wrote

[389-devel] Re: bug in 389-ds-base-1.2.11.15-91.el6_9.x86_64 with large paged searches

2017-10-26 Thread Mark Reynolds
On 10/26/2017 12:16 PM, Jeffrey Eaton wrote: > I recently updated to 389-ds-base-1.2.11.15-91.el6_9.x86_64 (from > 389-ds-base-1.2.11.15-50.el6_6.x86_64) and have uncovered a bug with > large paged searches blocking all other searches on the server.  I > tried to access https://pagure.io/389-ds-b

[389-devel] bug in 389-ds-base-1.2.11.15-91.el6_9.x86_64 with large paged searches

2017-10-26 Thread Jeffrey Eaton
I recently updated to 389-ds-base-1.2.11.15-91.el6_9.x86_64 (from 389-ds-base-1.2.11.15-50.el6_6.x86_64) and have uncovered a bug with large paged searches blocking all other searches on the server. I tried to access https://pagure.io/389-ds-base/new_issue to open a bug there, but its giving a

[389-devel] Re: csiphash on Sparc

2017-10-26 Thread Lukas Slebodnik
On (13/10/17 20:35), William Brown wrote: >On Wed, 2017-10-11 at 13:36 +0200, Lukas Slebodnik wrote: >> But following code should work. Please correct me if I am wrong. I didn't >> test. >> char *str = strdup("ABCDEFGH12345678"); >> char *key = malloc(16); >> >> yes, function sds_siphash13 is