| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * g10.c (collapse_args): New function to turn argc/argv into a single | David Shaw | 2004-01-16 | 2 | -19/+116 |
* | * g10.c (list_config, main): New function to dump config options to | David Shaw | 2004-01-13 | 6 | -26/+84 |
* | * hkp.c (hkp_export): Send a content-type line. | Werner Koch | 2004-01-13 | 2 | -0/+8 |
* | * packet.h, getkey.c (merge_selfsigs, merge_selfsigs_main), pkclist.c | David Shaw | 2004-01-09 | 4 | -4/+16 |
* | * sig-check.c: Copyright typo. | David Shaw | 2004-01-06 | 3 | -3/+12 |
* | * sig-check.c (check_revocation_keys): Comments. | David Shaw | 2003-12-29 | 6 | -20/+59 |
* | * tdbio.c: Fixed format string bugs related to the sue of | Werner Koch | 2003-12-23 | 2 | -9/+13 |
* | * getkey.c (get_pubkey_fast): This one is sort of obscure. get_pubkey_fast | David Shaw | 2003-12-10 | 2 | -5/+25 |
* | * getkey.c (merge_selfsigs_main, merge_selfsigs_subkey, | David Shaw | 2003-12-05 | 4 | -9/+27 |
* | * mainproc.c (check_sig_and_print): Removed the "0x" again. | Werner Koch | 2003-12-03 | 2 | -1/+6 |
* | * g10.c (strusage, main): Show development version warning in --version | David Shaw | 2003-12-02 | 3 | -7/+50 |
* | * keygen.c (ask_algo): Remove ability to generate Elgamal sign+encrypt | David Shaw | 2003-11-29 | 2 | -23/+9 |
* | * revoke.c (gen_desig_revoke): Specify in the comment when a designated | David Shaw | 2003-11-29 | 4 | -3/+35 |
* | * trustdb.c (validate_keys): Reset the trustdb before checking if we have | David Shaw | 2003-11-29 | 2 | -4/+11 |
* | * seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings. | David Shaw | 2003-11-21 | 3 | -1/+19 |
* | * compress-bz2.c (init_compress): Compression level 0 is not meaningful | David Shaw | 2003-11-15 | 2 | -7/+8 |
* | * g10.c: Add --compress-level (same as -z). | David Shaw | 2003-11-15 | 2 | -1/+5 |
* | * mainproc.c (proc_symkey_enc): Don't show algorithm information when | David Shaw | 2003-11-06 | 3 | -39/+43 |
* | * pkclist.c (build_pk_list): Show all recipients rather than showing each | David Shaw | 2003-11-01 | 2 | -22/+36 |
* | * misc.c (compress_algo_to_string, check_compress_algo): Add bzip2. | David Shaw | 2003-10-31 | 12 | -47/+360 |
* | * mainproc.c (proc_symkey_enc, proc_encrypted): Keep a count of the number | David Shaw | 2003-10-26 | 2 | -3/+17 |
* | * mainproc.c (symkey_decrypt_sesskey): There is no way to tell the | David Shaw | 2003-10-26 | 2 | -25/+69 |
* | * g10.c (main): Fix --export-all do actually do something different than | David Shaw | 2003-10-17 | 3 | -7/+12 |
* | * mainproc.c (check_sig_and_print): Prefix the key ID printed with | Werner Koch | 2003-10-03 | 2 | -3/+8 |
* | * g10.c (main): Add --no-groups to zero --group list. | David Shaw | 2003-10-01 | 5 | -47/+69 |
* | * parse-packet.c (parse_symkeyenc): Give a warning if a session key | David Shaw | 2003-09-30 | 2 | -3/+21 |
* | * g10.c (main): Deprecate --no-comment in favor of --no-sk-comments. | David Shaw | 2003-09-23 | 2 | -1/+11 |
* | * g10.c (main): Deprecate -f in favor of --encrypt-files. | David Shaw | 2003-09-12 | 2 | -3/+12 |
* | * g10.c (main): Error out if --multifile is used with the commands that | David Shaw | 2003-09-09 | 2 | -0/+37 |
* | * g10.c (main): Add --multifile as an alias to turn --encrypt into | David Shaw | 2003-09-05 | 3 | -40/+56 |
* | * keylist.c (show_policy_url): Policy URLs might be UTF8. | David Shaw | 2003-08-31 | 2 | -2/+3 |
* | * keyedit.c (menu_addrevoker): Fix leaking a few bytes. | David Shaw | 2003-08-31 | 2 | -1/+11 |
* | * gpgv.c: s/__MINGW32__/_WIN32/ to help building on native Windows | David Shaw | 2003-08-29 | 2 | -1/+6 |
* | * keyedit.c (change_passphrase): When responding 'no' to the blank | David Shaw | 2003-08-26 | 2 | -1/+9 |
* | * keyserver.c (keyserver_search_prompt): Flush stdout before | Werner Koch | 2003-08-21 | 2 | -1/+9 |
* | * options.skel: Note that keyserver.pgp.com isn't synchronized, and | David Shaw | 2003-08-19 | 4 | -58/+89 |
* | * keyring.c (keyring_rebuild_cache): Comment. | David Shaw | 2003-08-13 | 3 | -14/+30 |
* | * parse-packet.c (parse_signature): Don't give "signature packet without | David Shaw | 2003-08-02 | 2 | -8/+17 |
* | Removed trailing semicolon to avoid error with Norcroft C | Stefan Bellon | 2003-07-31 | 2 | -1/+6 |
* | * passphrase.c (agent_send_all_options): Make use of $GPG_TTY. | Werner Koch | 2003-07-30 | 2 | -1/+7 |
* | Changed a lot of __MINGW32__ to _WIN32. This should help a bit in | Werner Koch | 2003-07-30 | 5 | -17/+20 |
* | * g10.c (main): Disable use-agent if passphrase-fd is given | Werner Koch | 2003-07-30 | 2 | -0/+6 |
* | Removed an md_start_debug | Werner Koch | 2003-07-30 | 1 | -2/+1 |
* | * parse-packet.c (parse_key): Allow to parse the gnu-divert-to-s2k | Werner Koch | 2003-07-28 | 3 | -2/+29 |
* | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages): | David Shaw | 2003-07-28 | 7 | -52/+73 |
* | * gpgv.c (read_trust_options): Stub. | David Shaw | 2003-07-21 | 2 | -0/+4 |
* | * trustdb.h, trustdb.c (read_trust_options): New. Returns items from the | David Shaw | 2003-07-21 | 4 | -7/+52 |
* | * sig-check.c (signature_check, signature_check2, check_key_signature, | David Shaw | 2003-07-21 | 4 | -19/+24 |
* | * keygen.c (do_add_key_flags): Don't set the certify flag for subkeys. | David Shaw | 2003-07-16 | 2 | -1/+28 |
* | * misc.c (pct_expando): Minor performance tweak. Don't bother to re-fetch | David Shaw | 2003-07-05 | 3 | -12/+25 |