aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-percent.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-24common: Extend function percent_data_escape.Werner Koch1-5/+163
* common/percent.c (percent_data_escape): Add new args prefix and plus_escape. * agent/command.c (cmd_put_secret): Adjust for changed function * common/t-percent.c (test_percent_data_escape): Extend test for the prefix. (test_percent_data_escape_plus): new test for the plus escaping. Signed-off-by: Werner Koch <[email protected]>
2018-07-02common: New function percent_data_escape.Werner Koch1-1/+50
* common/percent.c (percent_data_escape): New. * common/t-percent.c (test_percent_data_escape): New. Signed-off-by: Werner Koch <[email protected]>
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-13/+12
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-1/+19
Removed duplicated code (percent unescaping).
2008-12-05Add a custom prompt for the CSR generation.Werner Koch1-0/+97
Add a new percent escape fucntion.