gnupg/sm
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 Implemented more gpg-agen options to support certain passphrase policies. 2007-08-27 18:10:27 +00:00
base64.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
call-agent.c agent/ 2009-11-02 17:47:11 +00:00
call-dirmngr.c agent/ 2009-11-05 12:06:45 +00:00
certchain.c Print status of CRL checks in the audit log. 2009-07-23 15:18:58 +00:00
certcheck.c Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 2008-09-29 15:02:55 +00:00
certdump.c Print NO_SECKEY status line in gpgsm. 2009-03-25 16:05:16 +00:00
certlist.c Marked all unused args on non-W32 platforms. 2008-10-20 13:53:23 +00:00
certreqgen-ui.c Create a pkcs#10 request directly from a card. 2009-07-02 09:49:31 +00:00
certreqgen.c Fixed a bunch of little bugs as reported by Fabian Keil. 2009-06-24 14:03:09 +00:00
decrypt.c Print NO_SECKEY status line in gpgsm. 2009-03-25 16:05:16 +00:00
delete.c Allow deletion of ephemeral keys. 2009-03-23 16:17:49 +00:00
encrypt.c Fix for bug#1066. 2009-06-02 15:46:59 +00:00
export.c Import/export of pkcs#12 now uses the gpg-agent directly. 2009-04-01 10:51:53 +00:00
fingerprint.c Print NO_SECKEY status line in gpgsm. 2009-03-25 16:05:16 +00:00
gpgsm.c [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
gpgsm.h Impleemned gpgsm's IMPORT --re-import feature. 2009-07-07 16:52:12 +00:00
import.c Impleemned gpgsm's IMPORT --re-import feature. 2009-07-07 16:52:12 +00:00
keydb.c s/DOTLOCK/dotlock_t/. 2009-09-23 10:28:41 +00:00
keydb.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
keylist.c 2009-07-29 Marcus Brinkmann <marcus@g10code.com> 2009-07-29 16:05:49 +00:00
misc.c Reworked passing of envars to Pinentry. 2009-07-07 10:02:41 +00:00
qualified.c Marked all unused args on non-W32 platforms. 2008-10-20 13:53:23 +00:00
server.c Add help strings for all commands 2009-11-04 15:31:52 +00:00
sign.c Improved detection of bad/invalid signer keys. 2009-08-06 20:12:00 +00:00
verify.c Print NO_SECKEY status line in gpgsm. 2009-03-25 16:05:16 +00:00