Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-03 | Check for correct variable name | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1864 | |||||
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 1 | -36/+3 | |
2011-11-22 | Cleanup: Remove unused parameters | Jakub Hrozek | 1 | -4/+3 | |
2011-09-28 | Multiline macro cleanup | Jakub Hrozek | 1 | -1/+1 | |
This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again. | |||||
2011-05-23 | Set _GNU_SOURCE globally | Sumit Bose | 1 | -2/+2 | |
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 | 1 | -0/+480 | |
Adds two utility functions to obfuscate a password and inverse to extract the cleartext password back. So far, only NSS-based implementation is provided. |