| Commit message (Expand) | Author | Files | Lines |
2006-12-03 | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add | David Shaw | 1 | -11/+15 |
2006-10-13 | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 1 | -2/+2 |
2006-10-04 | Re-enabled --passphrase-fd | Werner Koch | 1 | -15/+57 |
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 1 | -759/+289 |
2006-07-31 | Fix bug 655 | Werner Koch | 1 | -1/+1 |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -2/+2 |
2006-04-19 | Continued with merging. | Werner Koch | 1 | -16/+17 |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -676/+509 |
2006-01-17 | * keydb.h, passphrase.c (next_to_last_passphrase): New. "Touch" a | David Shaw | 1 | -18/+11 |
2005-09-07 | Add "help" sub option to --*-options. | Werner Koch | 1 | -1/+1 |
2005-08-05 | * g10.c (main), passphrase.c (set_passphrase_from_string): New | David Shaw | 1 | -0/+13 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -34/+34 |
2005-07-26 | * passphrase.c (agent_get_passphrase): Make sure to release the | Werner Koch | 1 | -4/+29 |
2005-06-01 | * signal.c [HAVE_DOSISH_SYSTEM]: Fix unused function warnings on mingw32. | David Shaw | 1 | -9/+2 |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 |
2005-05-24 | * passphrase.c (ask_passphrase): Unescape the description string. | Werner Koch | 1 | -1/+10 |
2005-05-20 | (ccid_transceive): Arghhh. The seqno is another | Werner Koch | 1 | -18/+35 |
2005-05-03 | * passphrase.c (agent_get_passphrase): Add new arg CACHEID. | Werner Koch | 1 | -23/+48 |
2005-04-05 | Changes to make use of code taken from libassuan. This replaces the | Werner Koch | 1 | -570/+199 |
2005-02-15 | * gpg.sgml: Add bkuptocard command for --edit-key. | Werner Koch | 1 | -8/+13 |
2005-01-10 | * passphrase.c (readline, agent_send_option, agent_open, | David Shaw | 1 | -7/+5 |
2004-12-20 | * keyedit.c (keyedit_menu): Invisible alias "passwd" as "password". | David Shaw | 1 | -2/+2 |
2004-12-17 | * passphrase.c (agent_get_passphrase): Define NREAD locally as | Werner Koch | 1 | -1/+3 |
2004-12-14 | automake updates, removed one debug outputV1-3-93 | Werner Koch | 1 | -1/+0 |
2004-12-13 | (read_passphrase_from_fd): Fixed memory leak. | Werner Koch | 1 | -1/+4 |
2004-12-09 | * passphrase.c (agent_get_passphrase): New args CUSTOM_PROMPT and | Werner Koch | 1 | -10/+39 |
2004-11-17 | (open_info_file): New. | Werner Koch | 1 | -11/+17 |
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 1 | -64/+73 |
2004-10-28 | * skclist.c (build_sk_list): Don't need to warn about PGP-generated | David Shaw | 1 | -4/+5 |
2004-10-28 | * card-util.c, delkey.c, keygen.c, plaintext.c, keyedit.c, passphrase.c, | David Shaw | 1 | -2/+2 |
2004-10-26 | (agent_send_all_options): Try to deduce the ttyname | Werner Koch | 1 | -2/+6 |
2004-10-17 | (agent_get_passphrase): Cast UIDLEN to int. Noted | Werner Koch | 1 | -1/+1 |
2004-10-15 | * README: Mentioned --enable-selinux-support. | Werner Koch | 1 | -3/+0 |
2004-10-06 | * helptext.c, pkclist.c (do_we_trust): It is not possible to get here with | David Shaw | 1 | -6/+4 |
2004-10-05 | * passphrase.c (agent_get_passphrase): Use keystrs for agent strings, and | David Shaw | 1 | -14/+20 |
2004-09-24 | * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set | David Shaw | 1 | -1/+1 |
2004-08-18 | 2004-08-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -3/+5 |
2004-08-18 | 2004-08-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -3/+5 |
2004-06-16 | * free-packet.c (copy_secret_key): Fixed memory leak when D is not | Werner Koch | 1 | -1/+20 |
2004-04-06 | * configure.ac: Require libgcrypt 1.1.94. | Werner Koch | 1 | -6/+6 |
2004-03-05 | * getkey.c (merge_selfsigs_subkey): Do not mark subkeys valid if we do not | David Shaw | 1 | -1/+1 |
2004-03-05 | * revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c | David Shaw | 1 | -4/+14 |
2004-02-18 | * call-agent.c (start_agent): Ignore an empty GPG_AGENT_INFO. | Werner Koch | 1 | -1/+1 |
2003-12-17 | * card-util.c (print_name): Fixed bad format string usage. | Werner Koch | 1 | -12/+6 |
2003-10-21 | * passphrase.c (ask_passphrase): Add optional promptid arg. | Werner Koch | 1 | -2/+4 |
2003-09-30 | * keygen.c (do_add_key_flags, parse_parameter_usage): Add support | Werner Koch | 1 | -15/+50 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -9/+13 |
2003-08-29 | * passphrase.c (agent_send_all_options): Make use of $GPG_TTY. | David Shaw | 1 | -9/+13 |
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -1/+1 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -71/+72 |