Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-01-06 | 2007-01-02 Moritz Schulte <[email protected]> | Moritz Schulte | 2 | -47/+417 | |
* command-ssh.c (add_control_entry): Slightly rewritten: added improved error handling/error logging. 2007-01-01 Moritz Schulte <[email protected]> * command-ssh.c: Added a lot of error logging code and FIXMEs. (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request. | |||||
2006-11-09 | gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. | Werner Koch | 4 | -4/+24 | |
Other minor fixes | |||||
2006-10-23 | . | Werner Koch | 2 | -0/+7 | |
2006-10-23 | Allow importing of web.de generated p12 files | Werner Koch | 3 | -5/+14 | |
2006-10-19 | Fixes | Werner Koch | 4 | -1/+67 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 2 | -12/+13 | |
2006-10-16 | Allow to cancel marktrusted. | Werner Koch | 4 | -2/+21 | |
2006-10-11 | Allow pkcs#10 creation directkly from a smart card | Werner Koch | 1 | -1/+1 | |
2006-10-10 | Various changes | Werner Koch | 2 | -3/+6 | |
2006-10-06 | Make it also work for the card. | Werner Koch | 2 | -0/+7 | |
2006-10-06 | Add TLS hash mode | Werner Koch | 5 | -28/+150 | |
2006-10-05 | bug fixes | Werner Koch | 3 | -2/+8 | |
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 3 | -36/+90 | |
2006-09-26 | let cmd learn also return KEYPAIRINFO | Werner Koch | 3 | -0/+13 | |
2006-09-25 | New "relax" option for trustlist.txt | Werner Koch | 4 | -16/+106 | |
2006-09-25 | Preparing a new releasegnupg-1.9.90 | Werner Koch | 1 | -2/+2 | |
2006-09-20 | Cleanups. | Werner Koch | 2 | -9/+19 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 5 | -252/+356 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 8 | -66/+77 | |
2006-09-13 | Various fixes and new features. | Werner Koch | 3 | -2/+16 | |
Enhanced gpg-connect-agent. | |||||
2006-09-07 | Let scdaemon call a script on status changes | Werner Koch | 1 | -1/+1 | |
2006-09-06 | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+8 | |
* Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS). | |||||
2006-09-06 | The big Assuan error code removal. | Werner Koch | 12 | -169/+171 | |
2006-09-06 | Minor changes and typo fixes. | Werner Koch | 1 | -1/+1 | |
2006-09-04 | Added comamnds PUTVAL and GETVAL | Werner Koch | 2 | -4/+197 | |
2006-08-29 | See ChangeLogs | Werner Koch | 1 | -6/+14 | |
2006-08-29 | Allow for 4k ssh keys and better error reporting. | Werner Koch | 3 | -2/+42 | |
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2 | -5/+11 | |
shows no prblems. Needs more testing of course. | |||||
2006-07-29 | 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCH | Marcus Brinkmann | 3 | -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. | |||||
2006-07-24 | Create bag attributes so that Mozilla will accept these files. | Werner Koch | 2 | -8/+87 | |
Tested with using a CAcert generated certificate. | |||||
2006-07-21 | Support import from TrustedMIME (i.e. from simple keyBags) | Werner Koch | 2 | -44/+198 | |
2006-06-27 | Various smaller changes | Werner Koch | 3 | -12/+20 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 22 | -23/+44 | |
2006-06-20 | Add MAC t P12 files. | Werner Koch | 2 | -6/+65 | |
2006-06-09 | 2006-06-09 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+6 | |
* Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise. | |||||
2006-06-09 | agent/ | Marcus Brinkmann | 2 | -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 | 2006-04-09 Moritz Schulte <[email protected]> | Moritz Schulte | 2 | -5/+13 | |
* command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack. | |||||
2006-04-01 | 2006-04-01 Moritz Schulte <[email protected]> | Moritz Schulte | 2 | -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. | |||||
2006-02-09 | PIN caching of cards does now work. | Werner Koch | 4 | -11/+81 | |
2005-12-16 | Fixed importing certs created by newer versions of Mozilla. | Werner Koch | 2 | -48/+247 | |
2005-11-28 | Preparing an interim release | Werner Koch | 8 | -58/+265 | |
2005-10-08 | agent/ | Marcus Brinkmann | 2 | -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. | |||||
2005-09-16 | Fixed padding in pkcs#12 | Werner Koch | 2 | -2/+17 | |
2005-09-15 | 2005-09-15 Moritz Schulte <[email protected]> | Moritz Schulte | 2 | -2/+170 | |
* t-protect.c (test_agent_protect): Implemented. (main): Disable use of secure memory. | |||||
2005-09-09 | Fixed yesterdays change. Importing to Outlook seems to work now. | Werner Koch | 2 | -2/+3 | |
2005-09-09 | Bug fixes and ssh support for the BELPIC. | Werner Koch | 3 | -23/+41 | |
2005-08-16 | Use a default argument for --write-env-file. | Werner Koch | 2 | -2/+11 | |
2005-08-01 | About to release 1.9.18V1-9-18 | Werner Koch | 1 | -0/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 24 | -10120/+0 | |
2005-07-25 | * findkey.c (agent_public_key_from_file): Fixed array assignment. | Werner Koch | 2 | -1/+6 | |
This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New. |