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