aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-311-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 platformsWerner Koch2010-08-131-4/+4
|
* 2010-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-06-081-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 Koch2010-04-201-1/+1
| | | | | Typo fix.
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-1/+6
|
* Reorganized the exechelp code.Werner Koch2010-03-221-1/+13
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+4
| | | | | descriptors.
* Merged jnlib into common.Werner Koch2010-03-101-8/+46
|
* 2009-12-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-12-081-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 Koch2009-12-081-0/+1
|
* Fix possible problem with chnages status.h and VBUILDS.Werner Koch2009-12-041-2/+6
|
* 2009-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-161-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 Koch2009-07-071-3/+4
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-1/+4
| | | | | Removed duplicated code (percent unescaping).
* Make sure not to leak file descriptors if running gpg-agent with aWerner Koch2009-03-191-1/+2
| | | | | command. Restore the signal mask to solve a problem in Mono.
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-1/+3
| | | | | Add a new percent escape fucntion.
* Add Base64 decoder. Not yet used but complements out encoder.Werner Koch2008-06-091-1/+1
|
* Minor cleanups.Werner Koch2008-04-071-1/+4
| | | | | Implemented key helper kdns
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-2/+2
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-4/+7
| | | | | Other minor buf fixes.
* Fixed make distcheckWerner Koch2007-11-271-0/+2
|
* Started to implement the audit log feature.Werner Koch2007-11-191-2/+24
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Updated estream.Werner Koch2007-08-221-2/+2
| | | | | More changes for Windows.
* About to do a releasegnupg-2.0.6Werner Koch2007-08-161-5/+1
|
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-0/+1
|
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+1
| | | | | Fixed W32 compare_filenames
* Fixed card key generation of gpg2.Werner Koch2007-07-051-2/+4
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-1/+4
|
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-1/+3
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-5/+10
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-1/+1
|
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-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 Shaw2006-12-131-1/+1
|
* Collected fixes.Werner Koch2006-11-051-1/+1
|
* 2006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-10-241-1/+2
| | | | | | * Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
* Pth tweaks and improved estream.cWerner Koch2006-10-171-4/+9
|
* Various changesWerner Koch2006-10-101-1/+1
|
* Various updatesWerner Koch2006-09-211-1/+4
|
* Allow for a global trustlist.Werner Koch2006-09-151-0/+15
|
* The big Assuan error code removal.Werner Koch2006-09-061-1/+0
|
* Migrated more stuff to doc/Werner Koch2006-08-211-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 gpg2Werner Koch2006-08-161-0/+1
| | | | | shows no prblems. Needs more testing of course.
* Added http.c from 1.4. Werner Koch2006-08-111-1/+2
| | | | | Added support for estream and gnutls.
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* g10/ does build again.Werner Koch2006-05-231-1/+3
|
* 2005-09-28 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-281-1/+2
| | | | | * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* * sexputil.c: New.Werner Koch2005-04-111-0/+1
|
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently usedWerner Koch2005-03-031-1/+1
| | | | | | | | | --ldflags instead of --cflags. Reported by Kazu Yamamoto. * Makefile.am (AM_CFLAGS): Added PTH_CFLAGS. Noted by Kazu Yamamoto. * Makefile.am (gpgsm_LDADD): Added PTH_LIBS. Noted by Kazu Yamamoto.