aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make gpgv error message about a missing keyring more useful. This fixesWerner Koch2009-04-031-1/+1
| | | | | Debian#494040. Also implement readonly semantic for extra safety.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-8/+0
| | | | Windows.
* Started to code a --server mode. Werner Koch2006-12-211-2/+33
| | | | | It is far from being ready!
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-2/+63
| | | | | The gpg part does not yet build.
* Avoid the " map_to_assuan_status called with no error source" diagnostic.Werner Koch2004-12-181-0/+2
|
* Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch2003-06-181-0/+5
| | | | | | | | | | | 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.
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-0/+33
(Sorry, it does not build currently - I need to check it in to avoid duplicate work.)