aboutsummaryrefslogtreecommitdiffstats
path: root/g13/g13.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+1
descriptors.
2010-03-11Use a custom log handler for libassuan.Werner Koch1-3/+5
2009-12-03support numeric debug levels.Werner Koch1-6/+21
2009-11-05Initialize opt.session_env.Marcus Brinkmann1-0/+5
2009-10-28[scd] Memory leak fix.Werner Koch1-0/+3
[g13] Send MOUNTPOINT status line
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-29/+6
[sm] Chnage --include-certs default
2009-10-17Removed audit.h cruft which forced us to link against libksba.Werner Koch1-15/+0
There is no need for an audit file.
2009-10-162009-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* 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-15Reworked the server commands.Werner Koch1-1/+7
Track mounts. --create does now work as expected.
2009-10-14mount does now work in server and standalone mode.Werner Koch1-104/+216
Implemented a signal handler.
2009-10-13Keep on hacking on g13. A simple --create and --mount does now work.Werner Koch1-4/+123
A hacked up encfs is required.
2009-09-30Some changes to suport g13.Werner Koch1-29/+74
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch1-0/+692
Add some stuff for g13.