aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2003-07-30* passphrase.c (agent_send_all_options): Make use of $GPG_TTY.Werner Koch2-1/+7
2003-07-30Changed a lot of __MINGW32__ to _WIN32. This should help a bit inWerner Koch5-17/+20
2003-07-30* g10.c (main): Disable use-agent if passphrase-fd is givenWerner Koch2-0/+6
2003-07-30Removed an md_start_debugWerner Koch1-2/+1
2003-07-28* parse-packet.c (parse_key): Allow to parse the gnu-divert-to-s2kWerner Koch3-2/+29
2003-07-28* packet.h, sig-check.c (signature_check2, do_check, do_check_messages):David Shaw7-52/+73
2003-07-21* gpgv.c (read_trust_options): Stub.David Shaw2-0/+4
2003-07-21* trustdb.h, trustdb.c (read_trust_options): New. Returns items from theDavid Shaw4-7/+52
2003-07-21* sig-check.c (signature_check, signature_check2, check_key_signature,David Shaw4-19/+24
2003-07-16* keygen.c (do_add_key_flags): Don't set the certify flag for subkeys.David Shaw2-1/+28
2003-07-05* misc.c (pct_expando): Minor performance tweak. Don't bother to re-fetchDavid Shaw3-12/+25
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