aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-37/+1
| | | | | Removed duplicated code (percent unescaping).
* Signing using Netkey 3 cards does now work.Werner Koch2009-03-261-1/+8
|
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-191-1/+1
| | | | | and stores negative answers in trustlist.txt.
* Enhanced last patch.Werner Koch2009-03-171-1/+65
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-171-15/+63
|
* New gpg-agent command to list key information.Werner Koch2009-03-061-3/+158
| | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-1/+1
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Add --reload command to gpgconf.Werner Koch2009-03-031-1/+5
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Add option --no-ask for GET_PASSPHRASE.Werner Koch2008-12-101-2/+9
|
* Preparing a release candidate.Werner Koch2008-12-091-1/+1
|
* Minor fixes.Werner Koch2008-12-091-7/+1
|
* Minor cleanups.Werner Koch2008-11-111-2/+8
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+17
|
* Use more warning options with modern GCCs.Werner Koch2008-10-171-1/+1
| | | | | Other minor changes.
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-2/+2
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-7/+12
| | | | | Cleanups
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-15/+15
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-3/+3
| | | | | Minor cleanups.
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-141-2/+22
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-2/+2
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+21
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Extended gpg-connect-agent.Werner Koch2007-10-021-0/+8
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-011-4/+3
| | | | | Made socket servers secure under Windows.
* Support the SETQUALITYBAR command of recent pinentries.Werner Koch2007-09-181-1/+1
|
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+2
| | | | | (--max-passphrase-days).
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-041-0/+12
|
* Add missing fiels for W32.Werner Koch2007-06-181-0/+73
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* agent/Werner Koch2007-01-251-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-27/+17
| | | | | Some cleanups for 64 bit CPUs.
* Silent GETEVENT command. Requires latest libassuan.Werner Koch2006-11-141-0/+45
| | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-0/+79
| | | | | | | | | | * command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
* sm/Werner Koch2006-11-141-1/+1
| | | | | | | | | | | | | | * server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-1/+1
|
* Add TLS hash modeWerner Koch2006-10-061-8/+51
|
* bug fixesWerner Koch2006-10-051-2/+2
|
* Fixed agent access for gpg.Werner Koch2006-10-041-10/+54
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-261-0/+2
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-1/+34
|
* Allow for a global trustlist.Werner Koch2006-09-151-2/+2
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-4/+4
|
* The big Assuan error code removal.Werner Koch2006-09-061-83/+78
|
* Added comamnds PUTVAL and GETVALWerner Koch2006-09-041-4/+192
|
* 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-291-1/+8
| | | | | | | | | * preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* Preparing an interim releaseWerner Koch2005-11-281-3/+6
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-2/+2
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-10/+11
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-0/+34
| | | | | | | | | | | | | | | | | | | | * gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-0/+1
| | | | | gpg-agent accordingly. Code cleanups.