| Commit message (Expand) | Author | Files | Lines |
2006-03-30 | * main.h, seskey.c (encode_md_value): Modify to allow a q size greater | David Shaw | 1 | -2/+2 |
2006-03-14 | * main.h, import.c (import_one): Optionally return the fingerprint of | David Shaw | 1 | -2/+2 |
2006-03-08 | * options.h, sign.c (mk_notation_policy_etc), gpg.c (add_notation_data): | David Shaw | 1 | -3/+4 |
2005-11-20 | * main.h, keylist.c (print_revokers): New. Print the "rvk" designated | David Shaw | 1 | -0/+1 |
2005-11-19 | * free-packet.c (copy_secret_key): Copy secret key into secure memory | David Shaw | 1 | -1/+1 |
2005-10-14 | * keyedit.c (keyedit_menu, menu_backsign): New "backsign" command to | David Shaw | 1 | -0/+2 |
2005-09-14 | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 1 | -0/+1 |
2005-08-21 | * Makefile.am: No need to link with curl any longer. | David Shaw | 1 | -1/+1 |
2005-08-05 | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 1 | -0/+1 |
2005-07-28 | Implemented PKA trust model | Werner Koch | 1 | -0/+1 |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 1 | -0/+1 |
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/+1 |
2005-05-20 | (ccid_transceive): Arghhh. The seqno is another | Werner Koch | 1 | -0/+1 |
2005-05-06 | * main.h, keygen.c (parse_expire_string, ask_expire_interval), sign.c | David Shaw | 1 | -1/+1 |
2005-05-05 | * Makefile.am, packet.h, main.h, comment.c: Remove comment.c. We don't | David Shaw | 1 | -4/+0 |
2005-05-05 | * options.h, g10.c (main): Add new --default-sig-expire and | David Shaw | 1 | -3/+4 |
2005-04-11 | * g10.c (main, add_notation_data, add_policy_url) | Werner Koch | 1 | -0/+2 |
2005-01-20 | * gpgv.c (tty_fprintf): New stub. | Werner Koch | 1 | -0/+6 |
2005-01-20 | * g10.c (i18n_init) [W32]: Pass registry key to gettext | Werner Koch | 1 | -0/+3 |
2004-10-22 | Compile fixes. | Werner Koch | 1 | -1/+1 |
2004-10-14 | * misc.c (is_secured_filename): New. | Werner Koch | 1 | -0/+1 |
2004-10-13 | Added SELInux hacks and did some cleanups. | Werner Koch | 1 | -0/+3 |
2004-09-25 | * main.h, g10.c (main), card-util.c (change_pin): If "admin" has not been | David Shaw | 1 | -1/+1 |
2004-09-24 | * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always set | David Shaw | 1 | -4/+9 |
2004-09-23 | Note: I have not fully tested the new key creation due to a pc/sc | Werner Koch | 1 | -1/+3 |
2004-09-23 | * gpg.sgml: Document "addcardkey" and "keytocard". | Werner Koch | 1 | -0/+1 |
2004-09-20 | * gpg.sgml: Document -K. | Werner Koch | 1 | -0/+5 |
2004-09-13 | * main.h, keylist.c (print_subpackets_colon): Make a public function. | David Shaw | 1 | -0/+1 |
2004-04-29 | * main.h, keylist.c (show_notation): Add argument to show only user | David Shaw | 1 | -1/+1 |
2004-04-23 | * keygen.c (make_backsig): If DO_BACKSIGS is not defined, do not create | David Shaw | 1 | -0/+2 |
2004-04-16 | * main.h, misc.c (optsep, argsplit, optlen, parse_options): Simplify code | David Shaw | 1 | -2/+2 |
2004-04-16 | * main.h, misc.c (argsplit): Refactor argsep into argsplit and argsep so | David Shaw | 1 | -0/+1 |
2004-02-21 | * main.h, misc.c (hextobyte): Removed. It's in libutil.a now. | David Shaw | 1 | -1/+0 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 1 | -0/+2 |
2004-02-12 | * main.h, keyedit.c (keyedit_menu): Remove sign_mode and enhance the more | David Shaw | 1 | -4/+4 |
2004-01-28 | * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES to | David Shaw | 1 | -1/+1 |
2003-12-28 | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 1 | -3/+4 |
2003-12-04 | * options.h, g10.c (main), main.h, seskey.c (do_encode_md, | David Shaw | 1 | -2/+2 |
2003-11-13 | * g10.c (main): Add --symmetric --sign --encrypt. | David Shaw | 1 | -5/+10 |
2003-10-31 | * misc.c (compress_algo_to_string, string_to_compress_algo, | David Shaw | 1 | -1/+1 |
2003-10-26 | * g10.c (main): Add --symmetric --encrypt command. This generates a | David Shaw | 1 | -1/+1 |
2003-10-21 | * passphrase.c (ask_passphrase): Add optional promptid arg. | Werner Koch | 1 | -1/+1 |
2003-10-21 | * card-util.c (card_edit): New command "passwd". Add logic to | Werner Koch | 1 | -1/+1 |
2003-10-08 | * cardglue.c (pin_cb): Detect whether an admin or regular PIN is | Werner Koch | 1 | -1/+8 |
2003-10-08 | * call-agent.c (agent_scd_getattr): Don't clear the passed info | Werner Koch | 1 | -1/+1 |
2003-10-02 | * cardglue.c (learn_status_cb): Release values before assignment | Werner Koch | 1 | -1/+1 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -1/+4 |
2003-09-18 | * g10.c: New command --card-edit. | Werner Koch | 1 | -1/+1 |
2003-08-31 | * main.h, keygen.c (keygen_add_keyserver_url): Signature callback for | David Shaw | 1 | -0/+1 |