| Commit message (Expand) | Author | Files | Lines |
2003-07-29 | * gpgsm.c (main): Add secmem features and set the random seed file. | Werner Koch | 8 | -260/+518 |
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 11 | -42/+44 |
2003-07-24 | * options.h, g10.c (main, add_keyserver_url): Add | David Shaw | 4 | -6/+83 |
2003-07-24 | * g10.c: New command --card-status. | Werner Koch | 10 | -13/+253 |
2003-07-23 | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. | Werner Koch | 10 | -20/+272 |
2003-07-21 | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 9 | -29/+129 |
2003-07-20 | * keyedit.c (show_key_with_all_names): Use list-option show-validity in | David Shaw | 2 | -0/+13 |
2003-07-20 | * options.h, g10.c (main), mainproc.c (check_sig_and_print): Add | David Shaw | 4 | -24/+58 |
2003-07-20 | * packet.h, main.h, sig-check.c (signature_check2, check_key_signature2, | David Shaw | 7 | -26/+81 |
2003-07-16 | * export.c (parse_export_options): New option sexp-format. | Werner Koch | 6 | -30/+199 |
2003-07-10 | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 17 | -69/+237 |
2003-07-03 | * options.h (DBG_CIPHER): Reintroduced it. | Werner Koch | 13 | -202/+422 |
2003-07-01 | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 11 | -61/+143 |
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 15 | -387/+1138 |
2003-06-23 | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 7 | -29/+96 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 65 | -2434/+3299 |
2003-06-10 | * parse-packet.c (parse): Disallow old style partial length for | Werner Koch | 2 | -2/+27 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 1 | -1/+1 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 2 | -0/+8 |
2003-06-05 | A small step for GnuPG but a huge leap for error codes. | Werner Koch | 7 | -7/+492 |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 53 | -0/+52632 |
2003-06-05 | * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since | David Shaw | 8 | -14/+86 |
2003-06-04 | Inadvertently left out of the 2003-06-01 checkin | David Shaw | 2 | -2/+10 |
2003-06-03 | * options.h, g10.c (main), keylist.c (list_keyblock_print): Add | David Shaw | 5 | -34/+122 |
2003-06-01 | * g10.c (main), keylist.c (show_policy_url, show_notation), mainproc.c | David Shaw | 5 | -58/+103 |
2003-05-31 | * mainproc.c (check_sig_and_print), main.h, keylist.c (show_policy, | David Shaw | 9 | -93/+157 |
2003-05-31 | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 5 | -72/+60 |
2003-05-31 | * keylist.c (list_one): Don't show the keyring filename when in | David Shaw | 8 | -27/+116 |
2003-05-26 | * getkey.c (premerge_public_with_secret): Made "no secret subkey for" | David Shaw | 8 | -19/+54 |
2003-05-24 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 23 | -190/+190 |
2003-05-21 | * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename | David Shaw | 15 | -79/+236 |
2003-05-21 | * progress.c (handle_progress) | Werner Koch | 4 | -6/+18 |
2003-05-03 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 20 | -261/+380 |
2003-05-01 | * tdbio.c (create_version_record): Only create new trustdbs with | David Shaw | 7 | -29/+75 |
2003-04-30 | * build-packet.c (build_sig_subpkt): Comments. | David Shaw | 7 | -30/+109 |
2003-04-27 | * g10.c (main): Add --no-textmode. | David Shaw | 8 | -29/+70 |
2003-04-26 | * sign.c (do_sign): Show the hash used when making a signature in verbose | David Shaw | 7 | -26/+68 |
2003-04-23 | * import.c (import_revoke_cert): Remove ultimate trust when revoking an | David Shaw | 8 | -18/+89 |
2003-04-15 | * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS. | Werner Koch | 13 | -17/+209 |
2003-04-10 | * passphrase.c (read_passphrase_from_fd): Do a dummy read if the | Werner Koch | 11 | -67/+175 |
2003-04-09 | * main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 4 | -10/+22 |
2003-04-08 | Add primary key fingerprint to VALIDSIG status. | Werner Koch | 2 | -8/+33 |
2003-04-04 | * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash. | David Shaw | 3 | -21/+29 |
2003-03-24 | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 7 | -14/+48 |
2003-03-11 | * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv" | David Shaw | 5 | -5/+20 |
2003-03-10 | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2 | -1/+12 |
2003-03-04 | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 13 | -26/+103 |
2003-02-26 | * keyserver.c (keyserver_spawn): Include various pieces of information | David Shaw | 4 | -9/+100 |
2003-02-22 | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 6 | -17/+101 |
2003-02-22 | * g10.c (main): Accept "s1" in addition to "idea" to match the other | David Shaw | 4 | -1/+17 |