| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * keyedit.c (menu_revkey): Rename to menu_revsubkey. (menu_revkey): New. | David Shaw | 2004-12-19 | 2 | -19/+77 |
* | Readline fix to be robust against platforms where readline has its own | David Shaw | 2004-12-18 | 3 | -3/+10 |
* | * passphrase.c (agent_get_passphrase): Define NREAD locally as | Werner Koch | 2004-12-17 | 4 | -3/+13 |
* | * g10.c (main): Add --require-secmem/--no-require-secmem to cause gpg to | David Shaw | 2004-12-16 | 2 | -18/+21 |
* | * apdu.c (apdu_send_le, apdu_send_direct), keylist.c | David Shaw | 2004-12-15 | 5 | -9/+24 |
* | * keyedit.c (keyedit_menu): Re-remove the N_() markers. | David Shaw | 2004-12-14 | 2 | -43/+45 |
* | * trustdb.c (uid_trust_string_fixed): Show uids as revoked if the key is | David Shaw | 2004-12-14 | 3 | -119/+196 |
* | automake updates, removed one debug outputV1-3-93 | Werner Koch | 2004-12-14 | 2 | -1/+2 |
* | Prepared for last 1.4 release candidate | Werner Koch | 2004-12-14 | 4 | -82/+95 |
* | (read_passphrase_from_fd): Fixed memory leak. | Werner Koch | 2004-12-13 | 2 | -1/+9 |
* | * keyserver.c (parse_preferred_keyserver): Force preferred keyserver | David Shaw | 2004-12-12 | 2 | -1/+6 |
* | * options.h, g10.c (main), textfilter.c (standard): Use --rfc2440 or | David Shaw | 2004-12-11 | 5 | -6/+11 |
* | * app-openpgp.c (send_fprtime_if_not_null): New. | Werner Koch | 2004-12-10 | 5 | -2/+65 |
* | * options.h, g10.c (main), textfilter.c (len_without_trailing_ws): Removed | David Shaw | 2004-12-10 | 4 | -11/+35 |
* | * passphrase.c (agent_get_passphrase): New args CUSTOM_PROMPT and | Werner Koch | 2004-12-09 | 6 | -66/+235 |
* | * keygen.c (ask_algo): Add a choose-your-own-capabilities option for DSA. | David Shaw | 2004-12-09 | 2 | -8/+20 |
* | * keygen.c (ask_keysize): Change strings to always use %u instead of | David Shaw | 2004-12-07 | 2 | -57/+69 |
* | * getkey.c (parse_key_usage): New function to parse out key usage flags. | David Shaw | 2004-11-29 | 2 | -51/+80 |
* | * export.c (do_export_stream): Allow export-minimal to work with secret | David Shaw | 2004-11-26 | 2 | -4/+11 |
* | * options.h, export.c (parse_export_options, do_export_stream), import.c | David Shaw | 2004-11-26 | 5 | -19/+32 |
* | * options.h, export.c (parse_export_options, do_export_stream): Add | David Shaw | 2004-11-25 | 3 | -23/+45 |
* | * trustdb.c (uid_trust_string_fixed): Use a string that can be atoi-ed, | David Shaw | 2004-11-25 | 2 | -3/+7 |
* | * trustdb.h, trustdb.c (uid_trust_string_fixed): New. Return a fixed-size | David Shaw | 2004-11-24 | 6 | -29/+58 |
* | (S_IRGRP) [HAVE_DOSISH_SYSTEM]: Define to 0. | Werner Koch | 2004-11-18 | 2 | -1/+8 |
* | (open_info_file): New. | Werner Koch | 2004-11-17 | 6 | -85/+221 |
* | * plaintext.c (handle_plaintext): Don't try and create a zero-length | David Shaw | 2004-11-04 | 5 | -18/+31 |
* | * misc.c (print_digest_algo_note): The latest 2440bis drafts deprecates | David Shaw | 2004-11-03 | 2 | -35/+39 |
* | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 2004-11-03 | 3 | -64/+83 |
* | * skclist.c (build_sk_list): Don't need to warn about PGP-generated | David Shaw | 2004-10-28 | 6 | -52/+78 |
* | Inlcude LIBICONV | Werner Koch | 2004-10-28 | 2 | -1/+7 |
* | About to release 1.3.92 | Werner Koch | 2004-10-28 | 3 | -3/+9 |
* | * card-util.c, delkey.c, keygen.c, plaintext.c, keyedit.c, passphrase.c, | David Shaw | 2004-10-28 | 8 | -19/+27 |
* | * keylist.c (status_one_subpacket): New. Send the subpacket data to the | David Shaw | 2004-10-28 | 6 | -84/+116 |
* | * keyring.c: Make some strings translatable. | David Shaw | 2004-10-28 | 4 | -25/+34 |
* | * delkey.c, export.c, keyedit.c, pkclist.c, revoke.c, skclist.c: Fix a few | David Shaw | 2004-10-28 | 7 | -33/+48 |
* | (verify_chv3): The minimum length for CHV3 is | Werner Koch | 2004-10-26 | 1 | -3/+3 |
* | (agent_send_all_options): Try to deduce the ttyname | Werner Koch | 2004-10-26 | 3 | -5/+43 |
* | * options.h, g10.c (main), mainproc.c (check_sig_and_print): Rename | David Shaw | 2004-10-21 | 5 | -8/+17 |
* | * configure.ac: Remove the check for asprintf | Werner Koch | 2004-10-21 | 4 | -4/+26 |
* | * g10.c (parse_list_options): Fix non-constant initializer so we can build | David Shaw | 2004-10-21 | 2 | -11/+11 |
* | * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. | Werner Koch | 2004-10-20 | 8 | -47/+493 |
* | (agent_get_passphrase): Cast UIDLEN to int. Noted | Werner Koch | 2004-10-17 | 2 | -3/+8 |
* | * parse-packet.c (parse_one_sig_subpkt, enum_sig_subpkt): Don't BUG() on | David Shaw | 2004-10-16 | 2 | -10/+12 |
* | * README: Mentioned --enable-selinux-support. | Werner Koch | 2004-10-15 | 8 | -17/+52 |
* | * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New. | Werner Koch | 2004-10-15 | 2 | -32/+115 |
* | * pkclist.c (do_edit_ownertrust): Add a note to translators. | Werner Koch | 2004-10-15 | 4 | -2/+31 |
* | another s/unsigned char*/byte*/ | Werner Koch | 2004-10-14 | 2 | -3/+5 |
* | * keylist.c (list_keyblock_print): Show the fingerprint after the key, not | David Shaw | 2004-10-14 | 4 | -102/+104 |
* | * export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 2004-10-14 | 3 | -0/+23 |
* | * misc.c (is_secured_filename): New. | Werner Koch | 2004-10-14 | 11 | -36/+159 |