Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-27 | filename in comment is corrected | Abhishek Singh | 1 | -1/+1 | |
2013-03-25 | Include config.h to build io.c on RHEL5 | Jakub Hrozek | 1 | -0/+2 | |
2013-03-18 | Fix sss_client breakage. | Lukas Slebodnik | 1 | -1/+7 | |
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 | |||||
2013-03-13 | Reuse sss_open_cloexec at other places in code. | Lukas Slebodnik | 1 | -0/+90 | |
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 |