Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: Add z-base-32 encoder. | Werner Koch | 2014-06-03 | 1 | -0/+2 |
| | | | | | | | | | | | * common/zb32.c: New. * common/t-zb32.c: New. * common/Makefile.am (common_sources): Add zb82.c -- (cherry picked from commit b8a91ebf46a927801866e99bb5a66ab00651424e) Resolved conflicts: common/Makefile.am | ||||
* | Require libgpg-error 1.11. | Werner Koch | 2013-08-19 | 1 | -16/+9 |
| | | | | | | | | | | | | | | | * configure.ac (NEED_GPG_ERROR_VERSION): Set to 1.11. * common/util.h: Remove GPG_ERR_ replacements. -- The replacement macros actually never worked because gog-error.h uses enums and not macros. libgpg-error 1.11 is 6 months old and thus it should not be a problem to require that version. Future replacement macros may then use the new GPG_ERROR_VERSION_NUMBER to detect missing error codes. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Return a more specific error code for missing issuer certificates | Werner Koch | 2010-09-16 | 1 | -0/+3 |
| | |||||
* | Print status of CRL checks in the audit log. | Werner Koch | 2009-07-23 | 1 | -0/+5 |
| | |||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 1 | -0/+3 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | New helper function factored out of ../scd and equipped with test code. | Werner Koch | 2009-05-07 | 1 | -0/+9 |
| | |||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 1 | -0/+5 |
| | | | | | Removed duplicated code (percent unescaping). | ||||
* | Remove duplicated code. | Werner Koch | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | New gpg-agent command to list key information. | Werner Koch | 2009-03-06 | 1 | -1/+3 |
| | | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | ||||
* | Add a custom prompt for the CSR generation. | Werner Koch | 2008-12-05 | 1 | -0/+3 |
| | | | | | Add a new percent escape fucntion. | ||||
* | Revamped the W32 gettext implementation. | Werner Koch | 2008-11-04 | 1 | -0/+1 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 1 | -0/+7 |
| | | | | | Other minor changes. | ||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 1 | -0/+3 |
| | | | | | Cleanups | ||||
* | Add Base64 decoder. Not yet used but complements out encoder. | Werner Koch | 2008-06-09 | 1 | -1/+12 |
| | |||||
* | As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time. | Werner Koch | 2008-06-05 | 1 | -4/+10 |
| | | | | | Typo fix. | ||||
* | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 2008-05-27 | 1 | -0/+2 |
| | | | | | | Replaced almost all free by xfree. Translation fixes. | ||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 1 | -0/+1 |
| | | | | | Implemented key helper kdns | ||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 1 | -0/+1 |
| | |||||
* | Created help files form the current po entries. | Werner Koch | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | Allow configuraton of pinentry tooltip. | Werner Koch | 2007-12-04 | 1 | -0/+6 |
| | | | | | Other minor buf fixes. | ||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 1 | -0/+4 |
| | |||||
* | Add more passphrase policy rules. | Werner Koch | 2007-08-28 | 1 | -1/+3 |
| | | | | | (--max-passphrase-days). | ||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -0/+1 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Documentaion updates. | Werner Koch | 2007-08-14 | 1 | -0/+1 |
| | | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug. | ||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -0/+2 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -2/+4 |
| | |||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -1/+5 |
| | | | | Windows. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -0/+16 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -2/+3 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Use estream_asprintf instead of the GNU asprintf. | Werner Koch | 2007-05-15 | 1 | -10/+10 |
| | |||||
* | Improved logging for error orginating from libgcrypt. | Werner Koch | 2007-04-20 | 1 | -0/+4 |
| | |||||
* | Allow export to work on systems without funopen/fopencookie. | Werner Koch | 2007-03-19 | 1 | -0/+2 |
| | |||||
* | Changes to let the key listing use estream to help systems without | Werner Koch | 2007-03-19 | 1 | -1/+0 |
| | | | | | funopen. | ||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 1 | -1/+2 |
| | |||||
* | Allow to select X.509 certificates using the keygrip. | Werner Koch | 2006-10-20 | 1 | -0/+1 |
| | |||||
* | Various changes | Werner Koch | 2006-10-10 | 1 | -0/+7 |
| | |||||
* | Add missing file and other changes. | Werner Koch | 2006-09-27 | 1 | -9/+0 |
| | |||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -0/+9 |
| | |||||
* | Allow for a global trustlist. | Werner Koch | 2006-09-15 | 1 | -0/+6 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -3/+1 |
| | |||||
* | The big Assuan error code removal. | Werner Koch | 2006-09-06 | 1 | -6/+12 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -0/+3 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -1/+5 |
| | | | | | The gpg part does not yet build. | ||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 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. | ||||
* | * configure.ac (gl_INIT): Add gnulib stuff. | Werner Koch | 2005-06-01 | 1 | -16/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h. | ||||
* | * configure.ac: Require libksba 0.9.11. | Werner Koch | 2005-04-18 | 1 | -0/+3 |
| | | | | | | | | | | | | sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto. | ||||
* | * sexputil.c: New. | Werner Koch | 2005-04-11 | 1 | -0/+3 |
| |