Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -16/+131 | |
| | ||||||
* | * keygen.c (do_add_key_flags, parse_parameter_usage) | Werner Koch | 2003-09-05 | 1 | -7/+16 | |
| | | | | | | | | (do_generate_keypair): Add support the proposed AUTH key flag. * getkey.c (fixup_uidnode, merge_selfsigs_main) (merge_selfsigs_subkey, premerge_public_with_secret): Ditto. * keylist.c (print_capabilities): Ditto. | |||||
* | * g10.c: New command --card-status. | Werner Koch | 2003-07-24 | 1 | -8/+22 | |
| | | | | | | | | | * card-util.c (card_status): New. * call-agent.c (learn_status_cb): Parse more information. * keylist.c (print_pubkey_info): Add FP arg for optinal printing to a stream. Changed all callers. | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -25/+25 | |
| | | | | | | | | | | | 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/+1287 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -1116/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * import.c (import_keys_internal): Missed one s/inp/inp2/. | David Shaw | 2002-10-07 | 1 | -7/+12 | |
| | | | | | | | | | * 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. | |||||
* | * keylist.c (print_capabilities): Secret-parts-missing keys should show | David Shaw | 2002-10-03 | 1 | -5/+15 | |
| | | | | | | | | | that fact in the capabilities, and only primary signing keys can certify other keys. * packet.h, parse_packet.c (parse_key): Add is_primary flag for public keys (it already exists for secret keys). | |||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | From stable branch | David Shaw | 2002-09-19 | 1 | -0/+2 | |
| | | | | | | | | | | * keyserver.c (keyserver_spawn): Properly handle line truncation. Don't leak memory (~10-20 bytes) on searches. (keyserver_search_prompt): Cleanup. * keylist.c (list_keyblock_colon): Show 1F direct key signatures in --with-colons listing. | |||||
* | * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into | David Shaw | 2002-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | 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. | |||||
* | * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. | David Shaw | 2002-08-20 | 1 | -0/+5 | |
| | | | | | | | | | * export.c (do_export_stream): Fix noop bug in exporting sensitive revocation keys. * pkclist.c (do_edit_ownertrust): Comment out the option for showing trust paths until it can be implemented. | |||||
* | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 2002-08-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | (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. | |||||
* | * keyedit.c (menu_revsig): Change "revsig" to honor selected uids so the | David Shaw | 2002-07-25 | 1 | -4/+6 | |
| | | | | | | | | user can revoke sigs from particular uids only. * keylist.c (list_keyblock_print): Don't display expired uids in --list-keys unless -v and not --list-sigs (just like revoked uids). | |||||
* | * sig-check.c (signature_check2): Signatures made by invalid subkeys | David Shaw | 2002-07-23 | 1 | -3/+49 | |
| | | | | | | | | (bad/missing binding sig) are also invalid. * keylist.c (print_fingerprint): Show the primary as well as the secondary key fingerprint in modes 1 & 2. | |||||
* | * options.skel: Fix a few typos, clarify "group", and remove sample photo | David Shaw | 2002-07-01 | 1 | -1/+1 | |
| | | | | | | | | viewers for Win32 since they are the defaults now. * parse-packet.c (make_attribute_uidname), keylist.c (dump_attribs): Fix two typecast warnings. | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -285/+761 | |
| | ||||||
* | Changed keyring handling - saving still does not work. | Werner Koch | 2000-10-10 | 1 | -6/+6 | |
| | | | | | Added new cipher mode and updated cipher test program. | |||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 1 | -1/+82 | |
| | ||||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -40/+55 | |
| | ||||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -7/+7 | |
| | ||||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -4/+4 | |
| | ||||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -2/+3 | |
| | ||||||
* | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1999-08-31 | 1 | -4/+12 | |
| | ||||||
* | See ChangeLog: Tue Jun 8 13:36:25 CEST 1999 Werner Koch | Werner Koch | 1999-06-08 | 1 | -0/+18 | |
| | ||||||
* | See ChangeLog: Wed Apr 28 13:03:03 CEST 1999 Werner Koch | Werner Koch | 1999-04-28 | 1 | -1/+4 | |
| | ||||||
* | See ChangeLog: Sun Apr 18 20:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -1/+4 | |
| | ||||||
* | See ChangeLog: Wed Mar 10 11:26:18 CET 1999 Werner Koch | Werner Koch | 1999-03-10 | 1 | -3/+7 | |
| | ||||||
* | See ChangeLog: Mon Mar 8 20:47:17 CET 1999 Werner Koch | Werner Koch | 1999-03-08 | 1 | -3/+10 | |
| | ||||||
* | See ChangeLog: Sun Feb 28 19:11:00 CET 1999 Werner Koch | Werner Koch | 1999-02-28 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner Koch | Werner Koch | 1999-02-24 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1999-02-10 | 1 | -0/+1 | |
| | ||||||
* | See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch | Werner Koch | 1999-01-24 | 1 | -22/+24 | |
| | ||||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 | |
| | ||||||
* | See ChangeLog ;-). Key validation should now be faster | Werner Koch | 1998-11-13 | 1 | -1/+2 | |
| | ||||||
* | ready to release 0.4.3V0-4-3 | Werner Koch | 1998-11-08 | 1 | -13/+31 | |
| | ||||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -33/+56 | |
| | ||||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -9/+11 | |
| | ||||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -0/+7 | |
| | ||||||
* | sync | Werner Koch | 1998-07-14 | 1 | -2/+2 | |
| | ||||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -56/+56 | |
| | ||||||
* | Sicherung | Werner Koch | 1998-06-09 | 1 | -0/+1 | |
| | ||||||
* | *** empty log message ***V0-2-19 | Werner Koch | 1998-05-29 | 1 | -38/+113 | |
| | ||||||
* | release 0.2.14 | Werner Koch | 1998-04-02 | 1 | -8/+39 | |
| | ||||||
* | some cleanups | Werner Koch | 1998-03-19 | 1 | -0/+1 | |
| | ||||||
* | partial DSA support | Werner Koch | 1998-03-09 | 1 | -5/+219 | |
| | ||||||
* | removed g10maint.c | Werner Koch | 1998-03-05 | 1 | -0/+48 | |