summaryrefslogtreecommitdiffstats
path: root/src/common/armor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* armor: don't break lines by defaultYehuda Sadeh2013-05-091-2/+7
* common/armor.c: reduce scope of some variablesDanny Al-Gaaf2013-02-271-1/+3
* Allow URL-safe base64 cephx keys to be decoded.Wido den Hollander2012-07-051-2/+2
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-0/+4
* Fix base64-decoding when input ends in newline.Tommi Virtanen2011-02-021-1/+4
* common: use ceph_armor instead of openssl based functionsYehuda Sadeh2010-12-041-15/+34
* armor: make armor encoding match libssl's base64Sage Weil2009-09-111-13/+22
* kclient: add base64, crypt.[ch]Sage Weil2009-08-201-0/+89