[389-devel] Jenkins build is back to normal : NIGHTLY #101

2017-10-06 Thread mareynol
See 

___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


[389-devel] Please Review: Issue 49381 - Refactor ACL test suite docstrings

2017-10-06 Thread Amita Sharma
Hello,

Please review my patch for ACL test suite docstrings.

https://pagure.io/389-ds-base/issue/49381

https://pagure.io/389-ds-base/issue/raw/files/b670abf315e22b2695a6a7796162e0ffa83d712fd4cc39690634b89cf6880d1b-0001-Issue-49381-Refactor-ACL-test-suite-docstrings.patch

Thanks & Regards,
Amita
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


[389-devel] csiphash on Sparc

2017-10-06 Thread Carsten Grzemba
Currently the code src/libsds/external/csiphash/csiphash.c do not work on 
Sparc. 
The casting void* or char* to unit64_t* throws Bus-Error.

The solution would be to copy the content of the void and char pointer so that 
the variabeles are suitably aligned.
To prevent have to use malloc: do we know the max of src_sz?

Thanks

___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org