Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -2/+2 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2009-07-22 | Print verbose instructions in case of a corrupted trustdb. | Werner Koch | 1 | -0/+1 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -1/+2 | |
The gpg part does not yet build. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+117 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-05-24 | * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, | David Shaw | 1 | -1/+1 | |
getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h, encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2003-04-26 | * sign.c (do_sign): Show the hash used when making a signature in verbose | David Shaw | 1 | -0/+1 | |
mode. * tdbio.h, tdbio.c (tdbio_read_model): New function to return the trust model used in a given trustdb. * options.h, g10.c (main), trustdb.c (init_trustdb, check_trustdb, update_trustdb): Use tdbio_read_model to implement an "auto" trust model which is set via the trustdb. | |||||
2003-01-06 | * packet.h, tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record), | David Shaw | 1 | -1/+3 | |
trustdb.c (update_validity): Store temporary full & marginal counts in the trustdb. (clear_validity, get_validity_counts): Return and clear temp counts. (store_validation_status): Keep track of which keyids have been stored. (validate_one_keyblock, validate_key_list): Use per-uid copies of the full & marginal counts so they can be recalled for multiple levels. (validate_keys): Only use unused keys for each new round. (reset_unconnected_keys): Rename to reset_trust_records, and only skip specifically excluded records. | |||||
2002-12-04 | * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Store trust | David Shaw | 1 | -0/+2 | |
model in the trustdb version record. (tdbio_update_version_record): New function to update version record values during a trustdb check or update. (tdbio_dump_record): Show trust model in dump. * trustdb.c (validate_keys): Call tdbio_update_version_record on success so that the correct options are stored in the trustdb. * options.h: rearrange trust models so that CLASSIC is 0 and OPENPGP is 1. | |||||
2002-10-29 | * keyedit.c (print_and_check_one_sig, show_key_and_fingerprint, | David Shaw | 1 | -0/+1 | |
menu_addrevoker), keylist.c (list_keyblock_print, print_fingerprint): Show "T" or the trust depth for trust signatures, and add spaces to some strings to make room for it. * packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt, parse_signature): Parse trust signature values. * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Reserve a byte for the minimum ownertrust value (for use with trust signatures). | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -111/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -114/+27 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -2/+3 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-06-29 | See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+5 | |
1999-03-17 | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-03-11 | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1 | -5/+7 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -4/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-11-13 | See ChangeLog ;-). Key validation should now be faster | Werner Koch | 1 | -1/+7 | |
1998-10-25 | some random changes | Werner Koch | 1 | -0/+4 | |
1998-10-21 | Epxerimenta support for GDBM keyings. | Werner Koch | 1 | -25/+8 | |
1998-10-18 | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1 | -1/+2 | |
1998-10-16 | last local commit | Werner Koch | 1 | -0/+1 | |
1998-10-12 | backup | Werner Koch | 1 | -7/+24 | |
1998-10-07 | a new releaseV0-4-1 | Werner Koch | 1 | -2/+6 | |
1998-08-05 | intermediate check in | Werner Koch | 1 | -2/+6 | |
1998-07-30 | started with shm coprocesses | Werner Koch | 1 | -1/+3 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -10/+4 | |
1998-07-21 | changed trustdb design | Werner Koch | 1 | -7/+23 | |
1998-07-15 | sync | Werner Koch | 1 | -3/+7 | |
1998-07-14 | sync | Werner Koch | 1 | -33/+37 | |
1998-07-09 | fixed severe exploitV0-3-2 | Werner Koch | 1 | -0/+150 | |