summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_crypt_sanitize.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
| | | | Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+3
| | | | | | | | | | Most, although not all, source code files have a comment on the first two lines describing the C++ formatting conventions used. This commit adds that directive to the files lacking it. Also, vertical whitespace was made more consistent. Note: this only touches files specifically for RGW. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
* Got rid of unneeded rgw::crypt_sanitize:: .Adam Kupczyk2017-04-051-17/+17
| | | | Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* Moved crypt_sanitize operator<< from namespace std to namespace ↵Adam Kupczyk2017-04-051-6/+2
| | | | | | rgw::crypt_sanitize. Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
* rgw: suppress logs that can leak customer keyAdam Kupczyk2017-04-051-0/+89
Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com> Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>