Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-23 | Set _GNU_SOURCE globally | Sumit Bose | 3 | -4/+4 | |
2011-01-21 | Fix uninitialized value error | Sumit Bose | 1 | -1/+1 | |
2011-01-20 | NSS obfuscation code cleanup | Jakub Hrozek | 1 | -38/+97 | |
https://fedorahosted.org/sssd/ticket/752 | |||||
2010-09-15 | Fix parameter order when initializing decryption | Jakub Hrozek | 1 | -1/+1 | |
2010-09-08 | Password obfuscation utility functions | Jakub Hrozek | 3 | -0/+510 | |
Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided. | |||||
2010-09-08 | Move crypto functions into its own subdir | Jakub Hrozek | 5 | -0/+872 | |
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. |