| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * main.h, keygen.c (keygen_add_revkey): Add revocation key subpackets to a | David Shaw | 2002-05-16 | 9 | -27/+232 |
* | * options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl as a | David Shaw | 2002-05-15 | 3 | -29/+69 |
* | 2002-05-14 Timo Schulz <[email protected]> | Timo Schulz | 2002-05-14 | 2 | -1/+5 |
* | EXTSEP_S instead of hardcoded dot | Stefan Bellon | 2002-05-13 | 2 | -1/+6 |
* | * photoid.c (show_photos): Use the long keyid as the filename for the | David Shaw | 2002-05-13 | 6 | -30/+73 |
* | * mainproc.c (proc_symkey_enc): Avoid segv in case the parser | Werner Koch | 2002-05-11 | 2 | -1/+6 |
* | * keyserver.c (keyserver_export): Get confirmation before sending | Werner Koch | 2002-05-11 | 2 | -0/+16 |
* | fixes for M_DEBUG, strcasecmp and RISC OS | Stefan Bellon | 2002-05-10 | 5 | -38/+45 |
* | * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show assumed | David Shaw | 2002-05-10 | 7 | -27/+81 |
* | * getkey.c (merge_selfsigs_main): Make sure the revocation key list starts | David Shaw | 2002-05-09 | 7 | -44/+85 |
* | * pkclist.c (select_algo_from_prefs): There is an assumed compression | David Shaw | 2002-05-09 | 2 | -1/+9 |
* | * options.h, g10.c (main), getkey.c (finish_lookup), pkclist.c | David Shaw | 2002-05-07 | 5 | -20/+40 |
* | * export.c (do_export_stream): Warn the user when exporting a secret key | David Shaw | 2002-05-07 | 6 | -26/+67 |
* | * keygen.c (get_parameter_algo): Never allow generation of the | Werner Koch | 2002-05-07 | 3 | -4/+34 |
* | * keyedit.c (sign_uids): If --expert it set, allow re-signing a uid to | David Shaw | 2002-05-07 | 3 | -21/+64 |
* | * packet.h, parse-packet.c (parse_key), getkey.c (merge_keys_and_selfsig, | David Shaw | 2002-05-07 | 4 | -16/+38 |
* | * keyedit.c (sign_uids): When making a self-signature via "sign" don't ask | David Shaw | 2002-05-06 | 2 | -18/+48 |
* | * keyedit.c (sign_uids): Convert uids from UTF8 to native before printing. | David Shaw | 2002-05-06 | 2 | -10/+32 |
* | * import.c (import_one): When merging with a key we already have, don't | David Shaw | 2002-05-05 | 3 | -17/+30 |
* | 2002-05-04 Timo Schulz <[email protected]> | Timo Schulz | 2002-05-05 | 2 | -0/+8 |
* | * keyserver.c (keyserver_refresh): --refresh-keys implies --merge-only so | David Shaw | 2002-05-05 | 2 | -0/+11 |
* | fixed m_alloc(0) bug and added checks to revkey and numrevkeys | Stefan Bellon | 2002-05-04 | 4 | -39/+58 |
* | * photoid.c: Provide default image viewer for Win32. | David Shaw | 2002-05-04 | 6 | -14/+34 |
* | * keyedit.c (sign_uids): Nonrevocable key signatures cause an automatic | David Shaw | 2002-05-03 | 2 | -2/+8 |
* | * configure.ac: Add --disable-exec flag to disable all remote program | David Shaw | 2002-05-03 | 2 | -0/+19 |
* | * photoid.h, photoid.c (parse_image_header, image_type_to_string): Useful | David Shaw | 2002-05-02 | 11 | -158/+284 |
* | Allow multiple policy URLs on a given signature. | David Shaw | 2002-05-02 | 6 | -87/+142 |
* | util/ | Werner Koch | 2002-05-02 | 2 | -11/+5 |
* | * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute packets | David Shaw | 2002-05-01 | 3 | -37/+22 |
* | Added a copyright year for files changed this year. | Werner Koch | 2002-04-29 | 39 | -38/+42 |
* | fixed comment style | Werner Koch | 2002-04-29 | 1 | -1/+1 |
* | g10/ | Werner Koch | 2002-04-25 | 5 | -0/+157 |
* | After generating a new key, show the key information (name, keyid, | David Shaw | 2002-04-23 | 5 | -43/+103 |
* | * parse-packet.c (parse_plaintext), packet.h, plaintext.c | David Shaw | 2002-04-23 | 8 | -13/+49 |
* | po/ | Werner Koch | 2002-04-22 | 2 | -1/+6 |
* | RISC OS specific changes | Stefan Bellon | 2002-04-22 | 3 | -3/+12 |
* | * keygen.c (generate_subkeypair): 2440bis04 adds that creating subkeys on | David Shaw | 2002-04-20 | 3 | -4/+16 |
* | * keyedit.c (menu_deluid): Only cause a trust update if we delete a | David Shaw | 2002-04-19 | 7 | -22/+39 |
* | * keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig, | David Shaw | 2002-04-19 | 3 | -18/+41 |
* | * tdbio.c (tdbio_write_nextcheck): Return a status whether the | Werner Koch | 2002-04-19 | 7 | -21/+98 |
* | * seskey.c (encode_md_value): Print an error message if a wrong | Werner Koch | 2002-04-18 | 4 | -6/+30 |
* | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2002-04-18 | 2 | -17/+108 |
* | * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable | David Shaw | 2002-04-18 | 3 | -21/+59 |
* | * trustdb.c (validate_keys): Never schedule a nextcheck into the | Werner Koch | 2002-04-18 | 2 | -2/+12 |
* | * getkey.c (lookup): Advance the searchmode after a search FIRST. | Werner Koch | 2002-04-18 | 2 | -0/+7 |
* | * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax | Werner Koch | 2002-04-18 | 5 | -17/+41 |
* | * parse-packet.c (parse_key): Support a SHA1 checksum as per | Werner Koch | 2002-04-17 | 7 | -34/+98 |
* | * parse-packet.c (parse_signature): Minor fix - signatures should expire | David Shaw | 2002-04-14 | 5 | -4/+25 |
* | * pkclist.c (build_pk_list): Fix bug that allowed a key to be selected | David Shaw | 2002-04-13 | 4 | -6/+52 |
* | * build-packet.c (build_sig_subpkt): Delete subpackets from both hashed | David Shaw | 2002-04-12 | 4 | -114/+101 |