gnupg/g13
Marcus Brinkmann 1d3c39fd7b agent/
2009-11-05  Marcus Brinkmann  <marcus@g10code.de>

	* call-pinentry.c (start_pinentry): Call assuan_pipe_connect, not
	assuan_pipe_connect_ext.
	* command.c (start_command_handler): Change
	assuan_init_socket_server_ext into assuan_init_socket_server.
	* call-scd.c (start_scd): Update use of assuan_socket_connect and
	assuan_pipe_connect.
	* gpg-agent.c (check_own_socket_thread, check_for_running_agent):
	Update use of assuan_socket_connect.

common/
2009-11-05  Marcus Brinkmann  <marcus@g10code.de>

	* asshelp.c (start_new_gpg_agent): Update use of
	assuan_socket_connect and assuan_pipe_connect.

scd/
2009-11-05  Marcus Brinkmann  <marcus@g10code.de>

	* command.c (scd_command_handler): Call assuan_init_socket_server,
	not assuan_init_socket_server_ext.

sm/
2009-11-05  Marcus Brinkmann  <marcus@g10code.de>

	* call-dirmngr.c (start_dirmngr_ext): Update use of
	assuan_pipe_connect and assuan_socket_connect.

tools/
2009-11-05  Marcus Brinkmann  <marcus@g10code.de>

	* gpg-connect-agent.c (start_agent): Update use of
	assuan_socket_connect and assuan_pipe_connect.
2009-11-05 12:06:45 +00:00
..
ChangeLog agent/ 2009-11-05 12:06:45 +00:00
Makefile.am Removed audit.h cruft which forced us to link against libksba. 2009-10-17 19:15:15 +00:00
backend.c Reworked the server commands. 2009-10-15 17:20:41 +00:00
backend.h Reworked the server commands. 2009-10-15 17:20:41 +00:00
be-encfs.c [scd] Memory leak fix. 2009-10-28 12:02:15 +00:00
be-encfs.h Reworked the server commands. 2009-10-15 17:20:41 +00:00
be-truecrypt.c Some changes to suport g13. 2009-09-30 15:28:38 +00:00
be-truecrypt.h Some changes to suport g13. 2009-09-30 15:28:38 +00:00
call-gpg.c agent/ 2009-11-05 12:06:45 +00:00
call-gpg.h [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
create.c [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
create.h [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
g13.c Initialize opt.session_env. 2009-11-05 02:18:31 +00:00
g13.h [scd] Memory leak fix. 2009-10-28 12:02:15 +00:00
keyblob.h Keep on hacking on g13. A simple --create and --mount does now work. 2009-10-13 19:17:24 +00:00
mount.c [scd] Memory leak fix. 2009-10-28 12:02:15 +00:00
mount.h Reworked the server commands. 2009-10-15 17:20:41 +00:00
mountinfo.c [scd] Memory leak fix. 2009-10-28 12:02:15 +00:00
mountinfo.h [scd] Memory leak fix. 2009-10-28 12:02:15 +00:00
runner.c Reworked the server commands. 2009-10-15 17:20:41 +00:00
runner.h Reworked the server commands. 2009-10-15 17:20:41 +00:00
server.c Add help strings for all commands. 2009-11-04 11:57:26 +00:00
server.h mount does now work in server and standalone mode. 2009-10-14 17:06:10 +00:00
utils.c Keep on hacking on g13. A simple --create and --mount does now work. 2009-10-13 19:17:24 +00:00
utils.h Keep on hacking on g13. A simple --create and --mount does now work. 2009-10-13 19:17:24 +00:00