Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UTIL: Create new wraper header file sss_endian.h | Lukas Slebodnik | 2013-08-28 | 1 | -1/+1 |
| | | | | | | Some platform have header file endian.h and anothers have sys/endian.h. We nedd to use conditional build to handle it correctly, therefore new header file sss_endian.h was created. | ||||
* | Set _GNU_SOURCE globally | Sumit Bose | 2011-05-23 | 1 | -1/+2 |
| | |||||
* | Move crypto functions into its own subdir | Jakub Hrozek | 2010-09-08 | 1 | -0/+386 |
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. |