aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-percent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: New function percent_data_escape.Werner Koch2018-07-021-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]>
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-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.
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-1/+19
| | | | | Removed duplicated code (percent unescaping).
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-0/+97
Add a new percent escape fucntion.