summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_crypt_sanitize.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
| | | | | | | | | | | | | | | Set 218 constructors as explicit to avoid implicit usage. Fix for cppcheck warning: Class has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided. For more information check: https://www.codeproject.com/Articles/28663/Explicit-Constructor-in-C Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* rgw: switch to Ceph's sstring in AWS signature generation process.Radoslaw Zarzynski2017-06-071-2/+4
| | | | Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
* Got rid of unneeded rgw::crypt_sanitize:: .Adam Kupczyk2017-04-051-5/+5
| | | | Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* Moved crypt_sanitize operator<< from namespace std to namespace ↵Adam Kupczyk2017-04-051-5/+16
| | | | | | rgw::crypt_sanitize. Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* rgw: suppress logs that can leak customer keyAdam Kupczyk2017-04-051-0/+58
Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com> Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>