aboutsummaryrefslogtreecommitdiffstats
path: root/g13/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2009-10-17Removed audit.h cruft which forced us to link against libksba.Werner Koch1-3/+2
There is no need for an audit file.
2009-10-162009-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* 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.
2009-10-16po/Marcus Brinkmann1-2/+3
2009-10-16 Marcus Brinkmann <[email protected]> * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and encr-data.c was renamed to decrypt-data.c g13/ 2009-10-16 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CFLAGS): Add $(KSBA_CFLAGS). (g13_LDADD): Add $(KSBA_LIBS).
2009-10-15Reworked the server commands.Werner Koch1-0/+1
Track mounts. --create does now work as expected.
2009-10-14mount does now work in server and standalone mode.Werner Koch1-0/+1
Implemented a signal handler.
2009-10-13Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch1-0/+2
A hacked up encfs is required.
2009-09-30Some changes to suport g13.Werner Koch1-6/+13
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch1-9/+13
Add some stuff for g13.
2008-04-15Add executable flag to test scripts.Werner Koch1-0/+0
2008-02-19Improve certificate chain construction.Werner Koch1-22/+13
Extend PKITS framework
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+40
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.