aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-04g10: Fix regexp sanitization.NIIBE Yutaka1-1/+7
2015-11-20gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-02-23Use inline functions to convert buffer data to scalars.Werner Koch1-1/+1
2014-03-06gpg: Need to init the trustdb for import.Werner Koch1-0/+1
2013-10-11gpg: Do not require a trustdb with --always-trust.Werner Koch1-85/+119
2012-08-24Actually show translators comments in PO filesDavid Prévot1-5/+5
2012-01-20Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw1-3/+7
2010-10-20Remove warnings on VMSWerner Koch1-1/+1
2009-12-21Fix some spelling errors. Fixes bug#1127.Werner Koch1-2/+2
2009-09-28Fix bug#1138.Werner Koch1-0/+6
2009-07-23Parse EXTCAP lines from the card.Werner Koch1-0/+21
2008-11-18* trustdb.c (validate_one_keyblock): Fix the trust signatureDavid Shaw1-40/+62
2007-12-12* trustdb.c (sanitize_regexp): New. Protect against dangerous regexpsDavid Shaw1-11/+86
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
2006-03-07* options.h, gpg.c (main, parse_trust_model), pkclist.cDavid Shaw1-6/+1
2005-12-20Finished PKA featureWerner Koch1-2/+8
2005-12-06Some cleanup so we don't build files that are completely ifdeffed out. David Shaw1-1/+1
2005-11-18* keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw1-26/+20
2005-11-12* trustdb.h, trustdb.c (clean_key): New function to handle keyDavid Shaw1-8/+40
2005-11-12* trustdb.c (clean_uid_from_key, clean_uids_from_key): SignificantlyDavid Shaw1-66/+49
2005-11-10* keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add "minimize"David Shaw1-2/+0
2005-11-10* packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.cDavid Shaw1-9/+6
2005-11-10* trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove allDavid Shaw1-3/+9
2005-11-02* trustdb.c (clean_sigs_from_uid): Include sigs from unavailable keys inDavid Shaw1-5/+11
2005-11-02* import.c (import_one): Do collapse_uids() before we do any cleaningDavid Shaw1-2/+7
2005-07-27Converted all m_free to xfree etc.Werner Koch1-20/+20
2005-07-09* trustdb.c (clean_uids_from_key): Don't keep a valid selfsig aroundDavid Shaw1-8/+4
2005-06-14* keygen.c (save_unprotected_key_to_card): Fix gcc4 warning.David Shaw1-2/+6
2005-06-10* options.h, export.c (do_export_stream), keyedit.c (keyedit_menu,David Shaw1-60/+0
2005-06-10* keydb.h, kbnode.c (undelete_kbnode): New function to undelete aDavid Shaw1-7/+34
2005-06-09* trustdb.c (clean_uids_from_key), keyedit.cDavid Shaw1-15/+9
2005-05-31* keyedit.c (menu_clean_uids_from_key, menu_clean_subkeys_from_key),David Shaw1-2/+2
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-31* trustdb.h, trustdb.c (clean_subkeys_from_key): New. Walk throughDavid Shaw1-8/+68
2005-05-30* trustdb.h, trustdb.c (clean_uids_from_key): New. Walk through theDavid Shaw1-1/+74
2005-04-24* trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for theDavid Shaw1-16/+94
2005-02-06* trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdbDavid Shaw1-0/+14
2004-12-15* apdu.c (apdu_send_le, apdu_send_direct), keylist.cDavid Shaw1-2/+2
2004-12-14* trustdb.c (uid_trust_string_fixed): Show uids as revoked if the key isDavid Shaw1-3/+4
2004-12-11* options.h, g10.c (main), textfilter.c (standard): Use --rfc2440 orDavid Shaw1-0/+1
2004-11-25* trustdb.c (uid_trust_string_fixed): Use a string that can be atoi-ed,David Shaw1-3/+4
2004-11-24* trustdb.h, trustdb.c (uid_trust_string_fixed): New. Return a fixed-sizeDavid Shaw1-0/+28
2004-10-13* pkclist.c (do_edit_ownertrust): Different prompt when we're using directDavid Shaw1-0/+9
2004-10-11* pkclist.c (do_edit_ownertrust): Use the same translated string forDavid Shaw1-4/+4
2004-05-22some late minor fixes.V1-3-6Werner Koch1-4/+4
2004-03-19* trustdb.c (update_min_ownertrust, validate_keys): Do not use keystrDavid Shaw1-4/+5
2004-03-15* trustdb.c (add_utk, verify_own_keys, update_min_ownertrust,David Shaw1-31/+30
2004-02-24* plaintext.c: Copyright.David Shaw1-1/+1
2004-02-23* options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): AddDavid Shaw1-2/+5
2004-01-21* trustdb.c (reset_trust_records): New, faster, implementation thatDavid Shaw1-86/+27