Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use separate test module for dns-cert.c. | Werner Koch | 2011-11-30 | 1 | -1/+2 | |
| | | | | | * dns-cert.c (get_dns_cert): Factor test code out to ... * t-dns-cert.c: new file. | |||||
* | New functions to compute an ssh style fingerprint. | Werner Koch | 2011-07-20 | 1 | -1/+3 | |
| | ||||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -10/+6 | |
| | | | | | | | | 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. | |||||
* | Move OpenPGP OID helpers to common/. | Werner Koch | 2011-01-31 | 1 | -1/+3 | |
| | | | | | | | This is needed so that the agent will be able to export and import OpenPGP secret keys. Add test case. Removed unused function. | |||||
* | Minor Makefile fixes to let it build on all platforms | Werner Koch | 2010-08-13 | 1 | -4/+4 | |
| | ||||||
* | 2010-06-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2010-06-08 | 1 | -2/+2 | |
| | | | | | | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). (t_common_ldadd): Add $(LIBASSUAN_LIBS). * sysutils.c: Include <assuan.h>. (translate_sys2libc_fd_int): Cast to silence gcc warning. * iobuf.c: Include <assuan.h> (translate_file_handle): Fix syntax error. | |||||
* | Add missing file. | Werner Koch | 2010-04-20 | 1 | -1/+1 | |
| | | | | | Typo fix. | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -1/+6 | |
| | ||||||
* | Reorganized the exechelp code. | Werner Koch | 2010-03-22 | 1 | -1/+13 | |
| | ||||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 1 | -1/+4 | |
| | | | | | descriptors. | |||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -8/+46 | |
| | ||||||
* | 2009-12-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-12-08 | 1 | -1/+5 | |
| | | | | | | * Makefile.am (audit-events.h, status.h) [!MAINTAINER_MODE]: No longer include these rules if not in maintainer mode. | |||||
* | Unification of the search descriptor usage. | Werner Koch | 2009-12-08 | 1 | -0/+1 | |
| | ||||||
* | Fix possible problem with chnages status.h and VBUILDS. | Werner Koch | 2009-12-04 | 1 | -2/+6 | |
| | ||||||
* | 2009-10-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Check for libassuan instead of libassuan-pth. common/ 2009-10-16 Marcus Brinkmann <[email protected]> * Makefile.am (libcommon_a_CFLAGS): Use LIBASSUAN_CFLAGS instead of LIBASSUAN_PTH_CFLAGS. scd/ 2009-10-16 Marcus Brinkmann <[email protected]> * AM_CFLAGS, scdaemon_LDADD: Use libassuan instead of libassuan-pth. * scdaemon.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks and assuan_sock_init. g13/ 2009-10-16 Marcus Brinkmann <[email protected]> * AM_CFLAGS, g13_LDADD: Use libassuan instead of libassuan-pth. * g13.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks. agent/ 2009-10-16 Marcus Brinkmann <[email protected]> * gpg_agent_CFLAGS, gpg_agent_LDADD: Use libassuan instead of libassuan-pth. * gpg-agent.c: Invoke ASSUAN_SYSTEM_PTH_IMPL. (main): Call assuan_set_system_hooks and assuan_sock_init. Fix invocation of assuan_socket_connect. | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -3/+4 | |
| | ||||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 1 | -1/+4 | |
| | | | | | Removed duplicated code (percent unescaping). | |||||
* | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 2009-03-19 | 1 | -1/+2 | |
| | | | | | command. Restore the signal mask to solve a problem in Mono. | |||||
* | Add a custom prompt for the CSR generation. | Werner Koch | 2008-12-05 | 1 | -1/+3 | |
| | | | | | Add a new percent escape fucntion. | |||||
* | Add Base64 decoder. Not yet used but complements out encoder. | Werner Koch | 2008-06-09 | 1 | -1/+1 | |
| | ||||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 1 | -1/+4 | |
| | | | | | Implemented key helper kdns | |||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 1 | -2/+2 | |
| | ||||||
* | Allow configuraton of pinentry tooltip. | Werner Koch | 2007-12-04 | 1 | -4/+7 | |
| | | | | | Other minor buf fixes. | |||||
* | Fixed make distcheck | Werner Koch | 2007-11-27 | 1 | -0/+2 | |
| | ||||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -2/+24 | |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
* | Updated estream. | Werner Koch | 2007-08-22 | 1 | -2/+2 | |
| | | | | | More changes for Windows. | |||||
* | About to do a releasegnupg-2.0.6 | Werner Koch | 2007-08-16 | 1 | -5/+1 | |
| | ||||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -0/+1 | |
| | ||||||
* | Factored common gpgconf constants out | Werner Koch | 2007-08-02 | 1 | -0/+1 | |
| | | | | | Fixed W32 compare_filenames | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -2/+4 | |
| | | | | | 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 | -1/+4 | |
| | ||||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -1/+3 | |
| | | | | | See the ChangeLogs for details. | |||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -5/+10 | |
| | | | | | | | 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 | -1/+1 | |
| | ||||||
* | Included LIBICONV in all Makefiles. | Werner Koch | 2007-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | |||||
* | Some build fixes for platforms like OSX where we use the built-in libintl. | David Shaw | 2006-12-13 | 1 | -1/+1 | |
| | ||||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 1 | -1/+1 | |
| | ||||||
* | 2006-10-24 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-10-24 | 1 | -1/+2 | |
| | | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable. | |||||
* | Pth tweaks and improved estream.c | Werner Koch | 2006-10-17 | 1 | -4/+9 | |
| | ||||||
* | Various changes | Werner Koch | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -1/+4 | |
| | ||||||
* | Allow for a global trustlist. | Werner Koch | 2006-09-15 | 1 | -0/+15 | |
| | ||||||
* | The big Assuan error code removal. | Werner Koch | 2006-09-06 | 1 | -1/+0 | |
| | ||||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -1/+2 | |
| | | | | | | | | 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/+1 | |
| | | | | | shows no prblems. Needs more testing of course. | |||||
* | Added http.c from 1.4. | Werner Koch | 2006-08-11 | 1 | -1/+2 | |
| | | | | | Added support for estream and gnutls. | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 | |
| | ||||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -1/+3 | |
| | ||||||
* | 2005-09-28 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-09-28 | 1 | -1/+2 | |
| | | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). |