freeipa/daemons/ipa-slapi-plugins/ipa-extdom-extop/test_data
Sumit Bose 50c8f0c801 extdom: handle ERANGE return code for getXXYYY_r() calls
The getXXYYY_r() calls require a buffer to store the variable data of
the passwd and group structs. If the provided buffer is too small ERANGE
is returned and the caller can try with a larger buffer again.

Cmocka/cwrap based unit-tests for get*_r_wrapper() are added.

Resolves https://fedorahosted.org/freeipa/ticket/4908

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2015-03-09 14:48:08 +01:00
..
group extdom: handle ERANGE return code for getXXYYY_r() calls 2015-03-09 14:48:08 +01:00
passwd extdom: handle ERANGE return code for getXXYYY_r() calls 2015-03-09 14:48:08 +01:00
test_setup.sh extdom: handle ERANGE return code for getXXYYY_r() calls 2015-03-09 14:48:08 +01:00