aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2003-03-24* keydb.h: Err on the side of making an unknown signature a SIG ratherDavid Shaw3-5/+19
2003-03-24* configure.ac: Test for ranlib and ar.Werner Koch2-3/+6
2003-03-21* status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fdDavid Shaw3-7/+22
2003-03-10* compress.c (init_uncompress): Use a 15 bit window size so thatWerner Koch2-1/+12
2003-03-05* passphrase.c (agent_get_passphrase): Fix memory leak with symmetricDavid Shaw2-5/+14
2003-03-04* options.skel: Add explantion and commented-outDavid Shaw4-10/+25
2003-03-03* keyring.c (keyring_rebuild_cache): Lock the keyring while rebuilding theDavid Shaw4-6/+25
2003-03-022003-03-02 Timo Schulz <[email protected]>Timo Schulz2-2/+10
2003-02-26* trustdb.c (validate_keys): Mask the ownertrust when building the list ofDavid Shaw4-6/+20
2003-02-23* g10.c (main): --openpgp disables --pgpX.David Shaw3-6/+22
2003-02-19* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are usingDavid Shaw2-1/+6
2003-02-13* sign.c (sign_file): Do not push textmode filter onto an unopened IOBUFDavid Shaw2-2/+17
2003-02-11* g10.c (print_mds): Check that SHA384 and 512 are available before usingDavid Shaw4-7/+25
2003-02-06* Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easilyDavid Shaw2-1/+8
2003-02-05* g10.c (print_hex, print_mds): Print long hash strings a lot neater.David Shaw2-57/+95
2003-02-04* armor.c (parse_hash_header, armor_filter): Accept the new SHAs in theDavid Shaw3-18/+50
2003-02-02* keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 keyDavid Shaw5-6/+170
2003-01-16* g10.c (add_group): Trim whitespace after a group name so it does notDavid Shaw2-0/+5
2003-01-16* options.skel: Comment out the first three lines in case someone manuallyDavid Shaw2-4/+9
2003-01-15* sign.c (clearsign_file): Only use pgp2mode with v3 keys and MD5. ThisDavid Shaw2-2/+8
2003-01-15* sig-check.c (signature_check2): Use G10ERR_GENERAL as the error forDavid Shaw2-1/+8
2003-01-14* g10.c (add_group): Fixed group parsing to allow more than oneWerner Koch2-2/+10
2003-01-12* tdbio.c (tdbio_set_dbname): Fix assertion failure withDavid Shaw2-3/+17
2003-01-10* trustdb.h, trustdb.c (trust_letter): Make static. (get_ownertrust_info,David Shaw4-11/+24
2003-01-09* packet.h, pkclist.c (build_pk_list), free-packet.cDavid Shaw9-35/+31
2003-01-07Preparing a release candidate.Werner Koch3-5/+5
2003-01-06* packet.h, tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record),David Shaw5-85/+169
2003-01-06* keylist.c (print_capabilities): Show 'D' for disabled keys inDavid Shaw3-3/+21
2003-01-03* getkey.c (merge_selfsigs_main): Remove some unused code and make sureDavid Shaw3-9/+22
2003-01-02* keydb.c (keydb_add_resource): Don't assume that try_make_homedirWerner Koch3-9/+43
2002-12-28(oops) The rest of the fix from previous checkin.David Shaw2-13/+15
2002-12-28* getkey.c (merge_selfsigs_main), main.h, sig-check.cDavid Shaw4-9/+21
2002-12-27* keyserver.c (keyserver_refresh): Don't print the "refreshing..." line ifDavid Shaw3-7/+26
2002-12-26* keygen.c (keygen_add_key_expire): Properly handle updating a keyDavid Shaw4-2/+21
2002-12-232002-12-23 Timo Schulz <[email protected]>Timo Schulz2-0/+6
2002-12-19* keydb.h, getkey.c (key_byname): Flag to enable or disable includingDavid Shaw8-14/+91
2002-12-12* options.skel: Include the required '=' sign in the sample 'group'David Shaw3-2/+11
2002-12-11* mainproc.c (proc_tree): Handle multiple detached sigs concatenatedDavid Shaw3-3/+16
2002-12-06* keygen.c (ask_algo): Make the Elgamal sign+encrypt warning stronger, andDavid Shaw3-10/+34
2002-12-05* g10.c: New options --[no-]mangle-dos-filenames.Werner Koch4-83/+101
2002-12-04* main.h, keyedit.c, keygen.c: Back out previous (2002-12-01) change.David Shaw6-70/+89
2002-12-04* packet.h, sign.c (update_keysig_packet), keyedit.cDavid Shaw4-7/+16
2002-12-03* options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),David Shaw7-35/+63
2002-12-03* main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): ReorderDavid Shaw6-5/+24
2002-12-01* keyedit.c (menu_expire): Don't lose key flags when changing theDavid Shaw5-20/+71
2002-11-24* g10.c (add_notation_data): Disallow notation names that do not contain aDavid Shaw4-8/+48
2002-11-13fixed type incompatibilityStefan Bellon2-1/+6
2002-11-13* keyedit.c (show_key_with_all_names_colon): Make --with-colons --editDavid Shaw4-20/+65
2002-11-13* getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys carryDavid Shaw2-21/+27
2002-11-09* passphrase.c (agent_send_all_options): Use tty_get_ttyname toWerner Koch2-2/+27