Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use inline functions to convert buffer data to scalars. | Werner Koch | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * include/host2net.h (buf16_to_ulong, buf16_to_uint): New. (buf16_to_ushort, buf16_to_u16): New. (buf32_to_size_t, buf32_to_ulong, buf32_to_uint, buf32_to_u32): New. -- This fixes sign extension on shift problems. Hanno Böck found a case with an invalid read due to this problem. To fix that almost all uses of "<< 24" and "<< 8" are changed by this patch to use an inline function from host2net.h. (back ported from commit 2183683bd633818dd031b090b5530951de76f392) Signed-off-by: Werner Koch <[email protected]> | ||||
* | gpg: Need to init the trustdb for import. | Kristian Fiskerstrand | 2014-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | * g10/trustdb.c (clear_ownertrusts): Init trustdb. -- This was fixed in 1.4 branch in commit 23191d7851eae2217ecdac6484349849a24fd94a but was not applied to the 2.0 branch that exhibits the same problem. This is actually a hack to fix a bug introduced with commit 2528178. GnuPG-bug-id: 1622 | ||||
* | gpg: Do not require a trustdb with --always-trust. | Werner Koch | 2013-10-11 | 1 | -91/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * g10/tdbio.c (tdbio_set_dbname): Add arg R_NOFILE. * g10/trustdb.c (trustdb_args): Add field no_trustdb. (init_trustdb): Set that field. (revalidation_mark): Take care of a nonexistent trustdb file. (read_trust_options): Ditto. (get_ownertrust): Ditto. (get_min_ownertrust): Ditto. (update_ownertrust): Ditto. (update_min_ownertrust): Ditto. (clear_ownertrusts): Ditto. (cache_disabled_value): Ditto. (check_trustdb_stale): Ditto. (get_validity): Ditto. * g10/gpg.c (main): Do not create a trustdb with most commands for trust-model always. -- This slightly changes the semantics of most commands in that they won't create a trustdb if --trust-model=always is used. It just does not make sense to create a trustdb if there is no need for it. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Actually show translators comments in PO files | David Prévot | 2012-08-24 | 1 | -5/+5 |
| | |||||
* | Changes to --min-cert-level should cause a trustdb rebuild (issue 1366) | David Shaw | 2012-01-20 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | * g10/gpgv.c, g10/trustdb.c (read_trust_options): Add min_cert_level * g10/trustdb.c (check_trustdb_stale): Request a rebuild if pending_check_trustdb is true (set when we detect a trustdb parameter has changed). * g10/keylist.c (public_key_list): Use 'l' in the "tru" with-colons listing for min_cert_level not matching. * g10/tdbio.c (tdbio_update_version_record, create_version_record, tdbio_db_matches_options, tdbio_dump_record, tdbio_read_record, tdbio_write_record): Add a byte for min_cert_level in the tdbio version record. | ||||
* | A bunch of minor changes | Werner Koch | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Fix bug#1138. | Werner Koch | 2009-09-28 | 1 | -6/+12 |
| | |||||
* | Print verbose instructions in case of a corrupted trustdb. | Werner Koch | 2009-07-22 | 1 | -0/+21 |
| | |||||
* | Flush keyserver search output. | Werner Koch | 2008-12-09 | 1 | -43/+67 |
| | | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation. | ||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -4/+13 |
| | |||||
* | Doc fixes. | Werner Koch | 2007-12-12 | 1 | -11/+88 |
| | | | | | | Add more files to POTFILES. Protect against malloc bombs. | ||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -1/+1 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | ||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -4/+0 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -221/+431 |
| | | | | | The gpg part does not yet build. | ||||
* | * card-util.c (print_name): Fixed bad format string usage. | Werner Koch | 2003-12-17 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | (print_isoname): Ditto. * trustdb.c (check_regexp): s/exp/expr/. * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is always false due to the data type. * passphrase.c (agent_get_passphrase): Use xasprintf and avoid non-literal format strings. * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable): Fixed log_error format string bugs. Kudos to the now working gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in gnupg 1.2.3. | ||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -7/+35 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -36/+37 |
| | | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+2129 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -1642/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 1 | -9/+1 |
| | | | | | | | | | | | | | | | | | | cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher in question is in fact IDEA. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -2512/+1336 |
| | |||||
* | Changed keyring handling - saving still does not work. | Werner Koch | 2000-10-10 | 1 | -3/+3 |
| | | | | | Added new cipher mode and updated cipher test program. | ||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -27/+96 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -67/+227 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -39/+39 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -25/+25 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -2/+3 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -4/+4 |
| | |||||
* | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1999-09-01 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1999-07-07 | 1 | -238/+194 |
| | |||||
* | See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch | Werner Koch | 1999-07-02 | 1 | -13/+30 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -48/+72 |
| | |||||
* | See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch | Werner Koch | 1999-06-29 | 1 | -1124/+604 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -0/+30 |
| | |||||
* | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1999-03-17 | 1 | -81/+294 |
| | |||||
* | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1999-03-11 | 1 | -1511/+1098 |
| | |||||
* | See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch | Werner Koch | 1999-03-08 | 1 | -363/+273 |
| | |||||
* | See ChangeLog: Tue Mar 2 10:38:42 CET 1999 Werner Koch | Werner Koch | 1999-03-02 | 1 | -3/+15 |
| | |||||
* | See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch | Werner Koch | 1999-02-25 | 1 | -0/+15 |
| | |||||
* | See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner Koch | Werner Koch | 1999-02-24 | 1 | -12/+58 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -31/+31 |
| | |||||
* | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1999-02-10 | 1 | -45/+208 |
| | |||||
* | See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner Koch | Werner Koch | 1999-01-09 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Dec 29 19:55:38 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -2/+11 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -4/+4 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -5/+27 |
| |