History log of /sssd/src/util/io.c
Revision Date Author Comments Expand
6ef7f6e81e2789d90e649bdf949836bd342559a7 27-Mar-2013 Abhishek Singh <abhishekkumarsingh.cse@gmail.com>

filename in comment is corrected

73d33c230d20ec645c661884ec06c955611e8abd 25-Mar-2013 Jakub Hrozek <jhrozek@redhat.com>

Include config.h to build io.c on RHEL5

3a4186ae40d0c3b7be46a4c973166f6048fcfe38 18-Mar-2013 Lukas Slebodnik <lslebodn@redhat.com>

Fix sss_client breakage. Adding missing dependencies for linker. Missing dependency was introduced by commit 22d381367c27910fe82f476a76b9f4ede555e35a in changed file src/sss_client/nss_mc_common.c All function declaration for io.c was moved from util.h to separate file io.h, https://fedorahosted.org/sssd/ticket/1838

22d381367c27910fe82f476a76b9f4ede555e35a 13-Mar-2013 Lukas Slebodnik <lslebodn@redhat.com>

Reuse sss_open_cloexec at other places in code. Functions open_cloexec and openat_cloexec were renamed with prefix "sss_" and moved to separete file. Replacing duplicated code of function sss_open_cloexec everywhere in the source code. https://fedorahosted.org/sssd/ticket/1794