Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-22 | More chnages to use estream. Add a way to replace the standard | Werner Koch | 1 | -1/+1 | |
descriptors. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -5/+5 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 1 | -3/+2 | |
2008-12-09 | Minor fixes. | Werner Koch | 1 | -2/+1 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+2 | |
2007-08-23 | Add new features to kbxutil. | Werner Koch | 1 | -2/+41 | |
Fixed bug 829 (can't encrypt if duplicated certs are in the keybox) | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-26 | More W32 related changes | Werner Koch | 1 | -2/+2 | |
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -1/+4 | |
See the ChangeLogs for details. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -14/+0 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 1 | -1/+1 | |
2006-11-20 | Made some PIN pads work. | Werner Koch | 1 | -1/+1 | |
Some cleanups for 64 bit CPUs. | |||||
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2004-09-30 | * gpgv.c (i18n_init): Always use LC_ALL. | Werner Koch | 1 | -6/+1 | |
* kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL. | |||||
2004-08-24 | * kbxutil.c: New command --import-openpgp. | Werner Koch | 1 | -27/+242 | |
(main): Updated libgcrypt initialization stuff. (my_gcry_logger): New. (read_file): New. Taken from ../agent/protect-tool. (dump_fpr, dump_openpgp_key, import_openpgp): New. * keybox-openpgp.c: New. | |||||
2004-06-18 | * keybox-dump.c (_keybox_dump_file): New arg STATS_ONLY. | Werner Koch | 1 | -39/+57 | |
(update_stats): New. * kbxutil.c (main): New command --stats. | |||||
2004-04-06 | * configure.ac: Require libgcrypt 1.1.94. | Werner Koch | 1 | -8/+8 | |
Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT | |||||
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+339 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -2/+3 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -338/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-10 | Minor changes for gettextNEWPG-0-3-10 | Werner Koch | 1 | -1/+1 | |
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -1/+1 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -1/+2 | |
check the certification path. | |||||
2001-11-10 | Started with keybox implementation by basing it on code from the GnuPG | Werner Koch | 1 | -0/+337 | |
devel branch. |