aboutsummaryrefslogtreecommitdiffstats
path: root/scd/sc-copykeys.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-3/+3
| | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-21/+19
| | | | | | | | 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.
* Detect non operational readers.Werner Koch2011-01-251-1/+1
| | | | Backport from 2.0.
* Make bug reporting address easier changeable.Werner Koch2009-07-211-2/+2
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-141-0/+2
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-21/+2
|
* agent/Werner Koch2007-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-1/+1
| | | | | gpg-agent accordingly. Code cleanups.
* Some minor bug fixes, new test utilities and started support for otherWerner Koch2004-01-271-1/+1
| | | | | smartcard applications.
* Cleanups, fixes and PC/SC supportWerner Koch2003-08-051-2/+6
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-08-051-0/+731
'GNUPG-1-9-BRANCH'.