aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made some PIN pads work.Werner Koch2006-11-209-84/+156
| | | | | Some cleanups for 64 bit CPUs.
* Silent GETEVENT command. Requires latest libassuan.Werner Koch2006-11-142-0/+48
| | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
* New command GETEVENTCOUNTER.Werner Koch2006-11-146-1/+94
| | | | | | | | | | * 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.
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-094-4/+24
| | | | | Other minor fixes
* .Werner Koch2006-10-232-0/+7
|
* Allow importing of web.de generated p12 filesWerner Koch2006-10-233-5/+14
|
* FixesWerner Koch2006-10-194-1/+67
|
* Pth tweaks and improved estream.cWerner Koch2006-10-172-12/+13
|
* Allow to cancel marktrusted.Werner Koch2006-10-164-2/+21
|
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-1/+1
|
* Various changesWerner Koch2006-10-102-3/+6
|
* Make it also work for the card.Werner Koch2006-10-062-0/+7
|
* Add TLS hash modeWerner Koch2006-10-065-28/+150
|
* bug fixesWerner Koch2006-10-053-2/+8
|
* Fixed agent access for gpg.Werner Koch2006-10-043-36/+90
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-263-0/+13
|
* New "relax" option for trustlist.txtWerner Koch2006-09-254-16/+106
|
* Preparing a new releasegnupg-1.9.90Werner Koch2006-09-251-2/+2
|
* Cleanups.Werner Koch2006-09-202-9/+19
|
* Allow for a global trustlist.Werner Koch2006-09-155-252/+356
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-148-66/+77
|
* Various fixes and new features.Werner Koch2006-09-133-2/+16
| | | | | Enhanced gpg-connect-agent.
* Let scdaemon call a script on status changesWerner Koch2006-09-071-1/+1
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-2/+8
| | | | | | * Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS).
* The big Assuan error code removal.Werner Koch2006-09-0612-169/+171
|
* Minor changes and typo fixes.Werner Koch2006-09-061-1/+1
|
* Added comamnds PUTVAL and GETVALWerner Koch2006-09-042-4/+197
|
* See ChangeLogsWerner Koch2006-08-291-6/+14
|
* Allow for 4k ssh keys and better error reporting.Werner Koch2006-08-293-2/+42
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-162-5/+11
| | | | | shows no prblems. Needs more testing of course.
* 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-293-3/+61
| | | | | | | | | * 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.
* Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-242-8/+87
| | | | | Tested with using a CAcert generated certificate.
* Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-212-44/+198
|
* Various smaller changesWerner Koch2006-06-273-12/+20
|
* Updated FSF's address.Werner Koch2006-06-2022-23/+44
|
* Add MAC t P12 files.Werner Koch2006-06-202-6/+65
|
* 2006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-092-2/+6
| | | | | | | * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise.
* agent/Marcus Brinkmann2006-06-092-1/+5
| | | | | | | | | | | | 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
* 2006-04-09 Moritz Schulte <[email protected]>Moritz Schulte2006-04-092-5/+13
| | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
* 2006-04-01 Moritz Schulte <[email protected]>Moritz Schulte2006-04-012-3/+7
| | | | | | | * command-ssh.c (ssh_identity_register): Make KEY_GRIP_RAW be 20 instead of 21 bytes long; do not fill KEY_GRIP_RAW[20] with NUL byte - KEY_GRIP_RAW is a raw binary string anyway.
* PIN caching of cards does now work.Werner Koch2006-02-094-11/+81
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-162-48/+247
|
* Preparing an interim releaseWerner Koch2005-11-288-58/+265
|
* agent/Marcus Brinkmann2005-10-082-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_protect_tool_LDADD): Add ../gl/libgnu.a. (gpg_preset_passphrase_LDADD, t_common_ldadd): Likewise. (gpg_agent_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. kbx/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (kbxutil_LDADD): Add ../gl/libgnu.a after ../jnlib/libjnlib.a. scd/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. sm/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgsm_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. tools/ 2005-10-08 Marcus Brinkmann <[email protected]> * Makefile.am (gpgconf_LDADD): Add ../gl/libgnu.a after ../common/libcommon.a. (symcryptrun_LDADD, gpg_connect_agent_LDADD, gpgkey2ssh_LDADD): Likewise.
* Fixed padding in pkcs#12 Werner Koch2005-09-162-2/+17
|
* 2005-09-15 Moritz Schulte <[email protected]>Moritz Schulte2005-09-152-2/+170
| | | | | | * t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory.
* Fixed yesterdays change. Importing to Outlook seems to work now.Werner Koch2005-09-092-2/+3
|
* Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-093-23/+41
|
* Use a default argument for --write-env-file.Werner Koch2005-08-162-2/+11
|