| Commit message (Expand) | Author | Files | Lines |
2002-12-05 | * g10.c: New options --[no-]mangle-dos-filenames. | Werner Koch | 4 | -83/+101 |
2002-12-04 | * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01) change. | David Shaw | 6 | -70/+89 |
2002-12-04 | * packet.h, sign.c (update_keysig_packet), keyedit.c | David Shaw | 4 | -7/+16 |
2002-12-03 | * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list), | David Shaw | 7 | -35/+63 |
2002-12-03 | * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): Reorder | David Shaw | 6 | -5/+24 |
2002-12-01 | * keyedit.c (menu_expire): Don't lose key flags when changing the | David Shaw | 5 | -20/+71 |
2002-11-24 | * g10.c (add_notation_data): Disallow notation names that do not contain a | David Shaw | 4 | -8/+48 |
2002-11-13 | fixed type incompatibility | Stefan Bellon | 2 | -1/+6 |
2002-11-13 | * keyedit.c (show_key_with_all_names_colon): Make --with-colons --edit | David Shaw | 4 | -20/+65 |
2002-11-13 | * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys carry | David Shaw | 2 | -21/+27 |
2002-11-09 | * passphrase.c (agent_send_all_options): Use tty_get_ttyname to | Werner Koch | 2 | -2/+27 |
2002-11-05 | * keyedit.c (show_key_with_all_names_colon): Don't stick nulls into the | David Shaw | 2 | -1/+6 |
2002-11-05 | * g10.c (main): Add a mostly noop --trust-model option to smooth | David Shaw | 2 | -0/+15 |
2002-10-31 | * build-packet.c (do_plaintext), encode.c (encode_sesskey, encode_simple, | David Shaw | 4 | -5/+12 |
2002-10-30 | * getkey.c (get_pubkey_direct): Renamed to... | Werner Koch | 5 | -28/+86 |
2002-10-28 | reverted filetype patch | Stefan Bellon | 3 | -65/+7 |
2002-10-28 | filetype support for RISC OS | Stefan Bellon | 4 | -8/+66 |
2002-10-23 | * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK | Werner Koch | 2 | -1/+6 |
2002-10-21 | * exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32; | Werner Koch | 6 | -17/+27 |
2002-10-17 | * pkclist.c (do_edit_ownertrust): Show all user IDs. This should | Werner Koch | 2 | -0/+36 |
2002-10-12 | * keygen.c (print_status_key_created): New. | Werner Koch | 2 | -2/+36 |
2002-10-11 | * keyedit.c (menu_addrevoker): Properly back out if the signature fails. | David Shaw | 2 | -0/+6 |
2002-10-07 | * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning. | David Shaw | 2 | -1/+4 |
2002-10-07 | * keylist.c (print_capabilities): Properly indicate per-key capabilities | David Shaw | 2 | -7/+18 |
2002-10-04 | * getkey.c (get_pubkey_direct): Don't cache keys retrieved via this | David Shaw | 3 | -5/+15 |
2002-10-04 | * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char | Werner Koch | 2 | -10/+16 |
2002-10-03 | * keylist.c (print_capabilities): Secret-parts-missing keys should show | David Shaw | 2 | -6/+9 |
2002-10-03 | * packet.h, parse_packet (parse_key): Add is_primary flag for public keys | David Shaw | 4 | -3/+23 |
2002-10-02 | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 6 | -14/+37 |
2002-10-01 | * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher | David Shaw | 2 | -1/+5 |
2002-10-01 | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 2 | -1/+24 |
2002-10-01 | * getkey.c (get_pubkey_direct): New. | Werner Koch | 2 | -1/+62 |
2002-09-30 | * g10.c (main): Disable --textmode when encrypting (symmetric or pk) in | David Shaw | 2 | -0/+17 |
2002-09-30 | * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to | David Shaw | 2 | -0/+13 |
2002-09-28 | * sig-check.c (check_key_signature2): Properly handle a non-designated | David Shaw | 2 | -2/+10 |
2002-09-26 | * g10.c (set_homedir): New. Changed all direct assignments to use | Werner Koch | 3 | -15/+40 |
2002-09-19 | * keylist.c (list_keyblock_colon): Show 1F direct key signatures in | David Shaw | 4 | -16/+30 |
2002-09-17 | * keyedit.c (menu_addrevoker): The direct key signature for revocation | David Shaw | 2 | -3/+39 |
2002-09-15 | * g10.c (check permissions): Back out previous change - some translations | David Shaw | 2 | -48/+23 |
2002-09-15 | * g10.c (check_permissions): Rearrange strings to make translating easier | David Shaw | 4 | -23/+63 |
2002-09-13 | * getkey.c (check_revocation_keys): Move.... | David Shaw | 4 | -70/+95 |
2002-09-13 | * g10.c (main) [__MINGW32__]: Activate oLoadExtension. | Werner Koch | 2 | -1/+5 |
2002-09-12 | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver | David Shaw | 2 | -5/+11 |
2002-09-11 | * g10.c, options.h: Removed option --emulate-checksum-bug. | Werner Koch | 10 | -126/+152 |
2002-09-10 | * exec.c (expand_args): Remove loop left over from earlier implementation. | David Shaw | 2 | -4/+13 |
2002-09-10 | Cleanups and minor fixes. | Werner Koch | 17 | -64/+121 |
2002-09-09 | * g10.c (add_group): Use '=' to separate group name from group members. | David Shaw | 3 | -3/+10 |
2002-09-04 | * mainproc.c (print_pkenc_list): Don't increment the error counter when | David Shaw | 2 | -1/+9 |
2002-09-02 | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 6 | -2/+55 |
2002-08-30 | * pkclist.c (build_pk_list): Add new status code to indicate an untrusted | David Shaw | 2 | -1/+7 |