Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-indentation of keydb.c and error code changes. | Werner Koch | 2011-04-29 | 1 | -14/+13 |
| | | | | | | Returning -1 as an error code is not very clean given that gpg error has more descriptive error codes. Thus we now return GPG_ERR_NOT_FOUND for all search operations and adjusted all callers. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -4/+4 |
| | | | | | | | | 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. | ||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -4/+1 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -3/+6 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Removed more secret key related code. | Werner Koch | 2010-09-06 | 1 | -14/+3 |
| | | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet. | ||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -0/+5 |
| | |||||
* | Provide a useful pinentry prompt. | Werner Koch | 2010-04-27 | 1 | -0/+3 |
| | |||||
* | Decryption and signi via agent is now implemented. | Werner Koch | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | More changes on the way to remove secring.gpg. | Werner Koch | 2010-04-21 | 1 | -15/+12 |
| | |||||
* | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 2010-04-20 | 1 | -0/+3 |
| | |||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 1 | -8/+22 |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | ||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 1 | -0/+1 |
| | | | | | Collected changes. | ||||
* | Unification of the search descriptor usage. | Werner Koch | 2009-12-08 | 1 | -30/+0 |
| | |||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 1 | -8/+14 |
| | |||||
* | Made card key generate with backup key work for 2048 bit. | Werner Koch | 2009-05-15 | 1 | -5/+5 |
| | | | | | Improved card key generation prompts. | ||||
* | --locate-key now returns several keys if they all match. | Werner Koch | 2008-05-07 | 1 | -1/+1 |
| | |||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 1 | -0/+2 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -4/+4 |
| | |||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -0/+1 |
| | | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | ||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -0/+2 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 1 | -2/+11 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -0/+1 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -21/+41 |
| | | | | | The gpg part does not yet build. | ||||
* | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 2003-07-01 | 1 | -1/+5 |
| | | | | | | | | * keygen.c (gen_card_key): Obviously we should use the creation date received from SCDAEMON, so that the fingerprints will match. * sign.c (do_sign): Pass the serialno to the sign code. * keyid.c (serialno_and_fpr_from_sk): New. | ||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -1/+2 |
| | | | | | | | | | | | 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/+278 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -265/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 2002-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | (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. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -47/+109 |
| | |||||
* | Changed keyring handling - saving still does not work. | Werner Koch | 2000-10-10 | 1 | -1/+3 |
| | | | | | 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 | -53/+22 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -0/+9 |
| | |||||
* | See ChangeLog: Mon Aug 21 17:59:17 CEST 2000 Werner Koch | Werner Koch | 2000-08-21 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -1/+4 |
| | |||||
* | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 2000-03-13 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -4/+1 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1999-05-22 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1999-03-17 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner Koch | Werner Koch | 1999-02-19 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch | Werner Koch | 1999-01-24 | 1 | -3/+7 |
| | |||||
* | See ChangeLog: Tue Jan 12 11:17:18 CET 1999 Werner Koch | Werner Koch | 1999-01-12 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+5 |
| | |||||
* | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1998-12-10 | 1 | -0/+1 |
| |