Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 2003-06-23 | 1 | -5/+6 | |
| | ||||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -61/+65 | |
| | | | | | | | | | | | 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/+1879 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -1796/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * import.c (import_keys_internal): Missed one s/inp/inp2/. | David Shaw | 2002-10-07 | 1 | -1/+1 | |
| | | | | | | | | | * keylist.c (print_capabilities): Properly indicate per-key capabilities of sign&encrypt primary keys that have secret-parts-missing (i.e. no capabilities at all) * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning. | |||||
* | * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing | Werner Koch | 2002-10-04 | 1 | -3/+3 | |
| | | | | | | | | warning. * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char problem in %-escaping. Noted by Ingo Kl�cker. | |||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 2002-10-01 | 1 | -1/+9 | |
| | | | | | clean ownertrust. | |||||
* | * import.c (import_keys_stream): Fix compiler type warning. | David Shaw | 2002-09-24 | 1 | -7/+7 | |
| | | | | | | * keyring.c (keyring_rebuild_cache), sig-check.c (check_key_signature2), import.c (import, chk_self_sigs): Minor language cleanups. | |||||
* | added fast-import to import-options | Stefan Bellon | 2002-09-23 | 1 | -16/+16 | |
| | ||||||
* | avoid function clone | Stefan Bellon | 2002-09-22 | 1 | -47/+36 | |
| | ||||||
* | added trustdb update/check for stream import as well | Stefan Bellon | 2002-09-21 | 1 | -0/+12 | |
| | ||||||
* | trustdb checks/updates after import | Stefan Bellon | 2002-09-21 | 1 | -1/+11 | |
| | ||||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 2002-09-02 | 1 | -0/+35 | |
| | | | | | | | | | used one in verbosity level 3. * gpgv.c (main): Try to set a default character set. * status.c, status.h (STATUS_IMPORT_OK): New. * import.c (import_one,import_secret_one): Print new status. | |||||
* | * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into | David Shaw | 2002-08-22 | 1 | -109/+82 | |
| | | | | | | | | | | | | | | chk_self_sigs. This improves efficiency as the same signatures are not checked multiple times. Clarify when a subkey is revoked (any revocation signature, even if it is dated before the binding signature). * getkey.c (merge_selfsigs_subkey): Subkey revocation comments. * keylist.c (list_one): Stats are only for public key listings. * g10.c (main), options.skel: Default should be include-revoked for keyserver operations. | |||||
* | * import.c (import_print_stats): Print new non_imported counter | Werner Koch | 2002-08-21 | 1 | -3/+9 | |
| | | | | | which is currently not used becuase we terminate on errors. | |||||
* | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 2002-08-19 | 1 | -19/+12 | |
| | | | | | | | | | | | | (get_user_id_printable): this. Filter out all dangerous characters. Checked all usages. (get_user_id_string_native): Renamed to.. (get_user_id_string_printable): this. Filter out all dangerous characters. Checked all usages. * keyedit.c (show_basic_key_info): New. * keylist.c (print_fingerprint): New mode 3. * import.c (import_one): Use new function to display the user ID. | |||||
* | 2002-08-16 Timo Schulz <[email protected]> | Timo Schulz | 2002-08-18 | 1 | -0/+17 | |
| | | | | | | | | | * g10.c (main): enable opt.interactive. * import.c (import_one): Ask the user if the key shall be imported when the interactive mode is used. Useful to extract selected keys from a file. | |||||
* | * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" -> | David Shaw | 2002-07-25 | 1 | -2/+2 | |
| | | | | | "WARNING" | |||||
* | * main.h, import.c (parse_import_options, fix_hkp_corruption, import_one, | David Shaw | 2002-07-24 | 1 | -13/+88 | |
| | | | | | | | | | | | | delete_inv_parts), g10.c (main): New import-option "repair-hkp-subkey-bug", which repairs as much as possible the HKP mangling multiple subkeys bug. It is on by default for keyserver receives, and off by default for regular --import. * main.h, import.c (import, import_one, delete_inv_parts), hkp.c (hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver import options when doing keyserver receives. | |||||
* | * import.c (parse_import_options), export.c (parse_export_options): Fix | David Shaw | 2002-07-24 | 1 | -1/+4 | |
| | | | | | offset problem with reversed ("no-") meanings. | |||||
* | * import.c (delete_inv_parts): Discard subkey signatures (0x18 and 0x28) | David Shaw | 2002-07-24 | 1 | -1/+12 | |
| | | | | | if found in the userid section of the key. | |||||
* | * options.h, main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 2002-07-22 | 1 | -0/+43 | |
| | | | | | | | | | | | | delete_inv_parts), keyserver.c (parse_keyserver_options): add new --import-options option. The only current flag is "allow-local-sigs". * g10.c (main): Don't disable MDC in pgp7 mode. * options.h, g10.c (main), keyserver.c (parse_keyserver_options): Remove old keyserver-option include-attributes now that there is an export-option for the same thing. | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -247/+554 | |
| | ||||||
* | Changed keyring handling - saving still does not work. | Werner Koch | 2000-10-10 | 1 | -44/+13 | |
| | | | | | Added new cipher mode and updated cipher test program. | |||||
* | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 2000-10-06 | 1 | -19/+7 | |
| | ||||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -1/+12 | |
| | ||||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -35/+69 | |
| | ||||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -36/+36 | |
| | ||||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -9/+9 | |
| | ||||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -2/+2 | |
| | ||||||
* | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1999-09-17 | 1 | -4/+2 | |
| | ||||||
* | See ChangeLog: Thu Sep 2 16:40:55 CEST 1999 Werner Koch | Werner Koch | 1999-09-02 | 1 | -24/+28 | |
| | ||||||
* | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1999-09-01 | 1 | -9/+9 | |
| | ||||||
* | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1999-08-30 | 1 | -3/+3 | |
| | ||||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -2/+2 | |
| | ||||||
* | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch | Werner Koch | 1999-07-22 | 1 | -2/+29 | |
| | ||||||
* | See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch | Werner Koch | 1999-07-14 | 1 | -0/+24 | |
| | ||||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -7/+4 | |
| | ||||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -3/+3 | |
| | ||||||
* | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1999-05-22 | 1 | -98/+134 | |
| | ||||||
* | See ChangeLog: Wed May 19 16:04:30 CEST 1999 Werner Koch | Werner Koch | 1999-05-19 | 1 | -6/+41 | |
| | ||||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -26/+30 | |
| | ||||||
* | See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner Koch | Werner Koch | 1999-04-09 | 1 | -0/+4 | |
| | ||||||
* | See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner Koch | Werner Koch | 1999-04-07 | 1 | -1/+4 | |
| | ||||||
* | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch | Werner Koch | 1999-04-06 | 1 | -1/+6 | |
| | ||||||
* | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1999-03-11 | 1 | -1/+12 | |
| | ||||||
* | See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner Koch | Werner Koch | 1999-02-19 | 1 | -20/+20 | |
| | ||||||
* | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1999-01-16 | 1 | -12/+27 | |
| |