aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First steps towards supporting W32.Werner Koch2007-06-061-0/+4
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* * call-pinentry.c (start_pinentry): Fix for OS X to allow loadingWerner Koch2007-02-201-0/+9
| | | | | of the bundle. Tested by Benjamin Donnachie.
* agent/Werner Koch2007-02-141-0/+25
| | | | | | | | | | * gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
* agent/Werner Koch2007-01-251-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Made some PIN pads work.Werner Koch2006-11-201-3/+4
| | | | | Some cleanups for 64 bit CPUs.
* FixesWerner Koch2006-10-191-0/+34
|
* Allow to cancel marktrusted.Werner Koch2006-10-161-0/+3
|
* Fixed agent access for gpg.Werner Koch2006-10-041-26/+26
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-3/+3
|
* The big Assuan error code removal.Werner Koch2006-09-061-0/+704