aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2003-07-01* misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g),David Shaw4-12/+44
2003-06-26* keyserver.c (keyserver_spawn): Use ascii_isspace instead of spacep sinceDavid Shaw2-1/+6
2003-06-24* signal.c, tdbio.c: Comment out the transaction code. It was not used inDavid Shaw3-4/+13
2003-06-20* Makefile.am: Include W32LIBS where appropriate.David Shaw2-1/+3
2003-06-19* keyedit.c (sign_uids): Add additional prompt to the signature levelDavid Shaw3-2/+19
2003-06-19* keyserver.c (parse_keyserver_uri): Accept "http" as an alias for "hkp",David Shaw3-2/+12
2003-06-18* keygen.c (ask_user_id): Make --allow-freeform-uid apply to the emailDavid Shaw2-4/+12
2003-06-18* hkp.c (hkp_search): Return proper error code on failure.David Shaw5-15/+49
2003-06-15* keylist.c (list_keyblock_colon): Don't include validity values whenDavid Shaw3-17/+46
2003-06-10* parse-packet.c (parse): Disallow old style partial length forWerner Koch2-2/+27
2003-06-08* import.c (import_keys): Invalidate the cache so that the fileWerner Koch2-0/+7
2003-06-07* keyedit.c (sign_uids): Do not sign expired uids without --expert (sameDavid Shaw3-9/+46
2003-06-07Make sure that only ascii is passed to isfoo functions.Werner Koch8-18/+31
2003-06-04* options.skel: Use new hkp://subkeys.pgp.net as sample keyserver sinceDavid Shaw5-10/+38
2003-05-31* main.h, misc.c (parse_options): New general option line parser. Fix theDavid Shaw5-72/+60
2003-05-30* keylist.c (list_one): Don't show the keyring filename when inDavid Shaw8-30/+116
2003-05-22* armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,David Shaw24-199/+197
2003-05-21* sign.c (write_plaintext_packet)Werner Koch4-5/+16
2003-05-20* keylist.c (list_keyblock_print): Don't dump attribs forDavid Shaw4-14/+26
2003-05-11* parse-packet.c (parse_key): Clear disabled flag when parsing a new key.David Shaw5-19/+118
2003-05-09* g10.c (main): New --gnupg option to disable the various --openpgp,David Shaw8-24/+55
2003-05-07* revoke.c (ask_revocation_reason): Clear old reason if user elects toDavid Shaw2-0/+4
2003-05-07* keyedit.c (sign_uids): Show keyid of the key making the signature.David Shaw7-27/+46
2003-05-03* g10.c (main): Show errors for failure in export, send-keys, recv-keys,David Shaw7-46/+156
2003-05-02* sign.c (sign_file): Fix bug that causes spurious compression preferenceDavid Shaw7-142/+179
2003-05-02* options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c,David Shaw11-78/+90
2003-05-02* packet.h, build-packet.c (build_sig_subpkt), export.cDavid Shaw6-42/+14
2003-04-30* pkclist.c (do_we_trust_pre): If an untrusted key was chosen by aDavid Shaw3-25/+82
2003-04-29* sig-check.c (check_key_signature2): Made "no subkey for subkeyWerner Koch3-3/+12
2003-04-29* filter.h: Remove const from WHAT.Werner Koch5-12/+25
2003-04-28* build-packet.c (build_sig_subpkt): Comments.David Shaw5-7/+29
2003-04-27* sign.c (mk_notation_and_policy): Make some strings translatable.David Shaw1-2/+4
2003-04-27* sign.c (mk_notation_and_policy): Make some strings translatable.David Shaw2-4/+7
2003-04-27* mainproc.c (check_sig_and_print): Show sig class when verifying a sigDavid Shaw7-22/+46
2003-04-26* mainproc.c (check_sig_and_print): Show digest algorithm when verifying aDavid Shaw3-5/+20
2003-04-25* hkp.c (hkp_ask_import, hkp_export, hkp_search): Make sure to allocateDavid Shaw2-3/+14
2003-04-23Reverted recent changes in the copyright notices. We can't use aWerner Koch4-3/+14
2003-04-22* plaintext.c (ask_for_detached_datafile, hash_datafiles): Fix compilerDavid Shaw2-3/+4
2003-04-22* keyedit.c (sign_uids): Allow replacing expired signatures. AllowDavid Shaw6-14/+73
2003-04-15* g10.c, options.h: New option --enable-progress-filter.Werner Koch13-14/+108
2003-04-15This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+104
2003-04-14Reverted recent changes to --output. This is the stable branch and itWerner Koch5-113/+62
2003-04-13Forgot to sync the CVS. Check in the code again.Timo Schulz5-62/+113
2003-04-10Return cancel flag also for the old agent protocol.Werner Koch1-1/+5
2003-04-10* passphrase.c (read_passphrase_from_fd): Do a dummy read if theWerner Koch2-35/+48
2003-04-09* passphrase .c (agent_get_passphrase): New arg CANCELED.Werner Koch10-36/+126
2003-04-09* decrypt.c (decrypt_messages): Fixed error handling; the fucntionWerner Koch2-13/+14
2003-04-09* hkp.c (dehtmlize): Fix bug #121 (memory corruption on some platforms).David Shaw6-10/+38
2003-04-08* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which isWerner Koch2-8/+33
2003-04-04* pkclist.c (algo_available): PGP 8 can use the SHA-256 hash.David Shaw3-21/+29