3996e391054a1c02ab62e1541ae21a8204bd5d0a |
|
03-Aug-2017 |
AmitKumar <amitkuma@redhat.com> |
Moving headers used by both server and client to special folder
These are the header files which are used by both client and server:
src/util/io.h
src/util/murmurhash3.h
src/util/util_safealign.h
This patch is about moving these header files to special folder
(src/shared). It will be easier to identify these headers when looking
for them in the src tree.
util_safalign.h is renamed as safalign.h because util_ namespace is
appropriate when this file belonged to the util's folder which is no
longer the case.
Resolves:
https://pagure.io/SSSD/sssd/issue/1898
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com> |
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 |