aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-12* import.c (import_one): Add a flag (from_sk) so we don't check prefsDavid Shaw2-6/+13
2006-06-10* keygen.c (gen_card_key): Add optional argument to return a pointerDavid Shaw2-8/+20
2006-06-09* parse-packet.c (parse_user_id): Cap the user ID size at 2048 bytes. David Shaw2-0/+22
2006-05-27Revert last. It is still wrong.David Shaw2-17/+7
2006-05-27* exec.c (make_tempdir) [_WIN32]: Modified to properly handleDavid Shaw2-7/+17
2006-05-25* keygen.c (gen_dsa): Allow generating DSA2 keys (allow specifying sizes >David Shaw3-21/+73
2006-05-25* exec.c (make_tempdir): Fix bug with a temporary directory on Win32David Shaw2-2/+10
2006-05-24Still making gpg2 work.Werner Koch7-18/+73
2006-05-23* gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we areDavid Shaw2-0/+72
2006-05-23g10/ does build again.Werner Koch22-81/+165
2006-05-23* parse-packet.c (dump_sig_subpkt, parse_signature), build-packet.cDavid Shaw6-19/+34
2006-05-22* import.c (import_one): Fix bug when importing a new key from a file.David Shaw2-7/+8
2006-05-22* getkey.c (get_pubkey_byname), import.c (import_one): Fix key selectionDavid Shaw3-4/+19
2006-04-28Merged recent changes from 1.4Werner Koch15-148/+341
2006-04-27(keyserver_import_cert): Show warning if there is a CERT fingerprint,David Shaw2-1/+9
2006-04-27* keyserver.c (path_makes_direct): New. (keyserver_spawn): Used hereDavid Shaw2-32/+29
2006-04-22* keyserver.c: Fix build problem with platforms that stick libcurl inDavid Shaw2-3/+5
2006-04-21Still merging 1.4.3 code backWerner Koch9-29/+36
2006-04-20* options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2. DefaultsDavid Shaw5-34/+145
2006-04-20* gpg.c (print_mds), armor.c (armor_filter, parse_hash_header): AddDavid Shaw8-50/+98
2006-04-19Continued with merging.Werner Koch22-158/+158
2006-04-19Merged with gpg 1.4.3 code. Werner Koch68-10393/+17704
2006-04-19* keyedit.c (menu_backsign): Give some more verbose errors when weDavid Shaw2-6/+26
2006-04-11* options.skel, photoid.c (get_default_photo_command): Find an imageDavid Shaw3-6/+24
2006-04-09* getkey.c (parse_auto_key_locate): Fix dupe-removal code.David Shaw5-20/+41
2006-04-08Fixed segvWerner Koch2-2/+9
2006-04-08See ChangeLogWerner Koch2-4/+23
2006-04-05RenamedWerner Koch1-0/+0
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch8-4/+34
2006-04-01* getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock.David Shaw2-5/+12
2006-03-30Update copyrightDavid Shaw1-1/+2
2006-03-30* main.h, seskey.c (encode_md_value): Modify to allow a q size greaterDavid Shaw5-35/+94
2006-03-22* getkey.c (parse_auto_key_locate): Silently strip out duplicates ratherDavid Shaw2-5/+15
2006-03-22Changed URLsWerner Koch3-3/+8
2006-03-22* mainproc.c (get_pka_address): Fix bug introduced as part ofDavid Shaw2-1/+6
2006-03-21Allow for rmd160 signatures when using gpg-agent.Werner Koch3-1/+13
2006-03-17* keyserver.c (keyserver_import_cert): Handle the IPGP CERT type forDavid Shaw3-24/+43
2006-03-16* cert.c (get_cert): Handle the fixed IPGP type with fingerprint.David Shaw1-1/+1
2006-03-14* keyserver-internal.h, keyserver.c (keyserver_import_pka): Use theDavid Shaw4-31/+61
2006-03-14* keyserver-internal.h, keyserver.c (keyserver_spawn, keyserver_work,David Shaw4-26/+40
2006-03-14* main.h, import.c (import_one): Optionally return the fingerprint ofDavid Shaw4-26/+43
2006-03-12* sig-check.c (signature_check2): Print the backsig warning when thereDavid Shaw3-8/+20
2006-03-09* build-packet.c (string_to_notation): Add ability to indicate a notationDavid Shaw3-39/+85
2006-03-09Preparing for an RC23Werner Koch2-11/+16
2006-03-09* keyedit.c (menu_set_notation): New function to set notations onDavid Shaw2-4/+250
2006-03-09* mainproc.c (get_pka_address), keylist.c (show_notation): RemoveDavid Shaw3-92/+64
2006-03-09* packet.h, build-packet.c (sig_to_notation), keygen.cDavid Shaw4-8/+20
2006-03-08* packet.h, build-packet.c (sig_to_notation), keygen.cDavid Shaw4-6/+15
2006-03-08* options.h, sign.c (mk_notation_policy_etc), gpg.c (add_notation_data):David Shaw9-117/+275
2006-03-08* options.h, mainproc.c (check_sig_and_print), gpg.c (main):David Shaw6-14/+27