1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00
gnupg/g13
Marcus Brinkmann 717c38381a agent/
2009-11-02  Marcus Brinkmann  <marcus@g10code.de>

	* command.c (reset_notify): Take LINE arg and return error.
	(register_commands): Use assuan_handler_t type.

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

	* get-passphrase.c (default_inq_cb, membuf_data_cb): Change return
	type to gpg_error_t.

g10/
2009-11-02  Marcus Brinkmann  <marcus@g10code.de>

	* server.c (reset_notify, input_notify, output_notify): Update to
	new assuan interface.
	(register_commands): Use assuan_handler_t.

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

	* command.c (reset_notify): Take LINE arg and return error.
	(register_commands): Use assuan_handler_t type.

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

	* server.c (reset_notify, input_notify, output_notify): Update to
	new assuan interface.
	(register_commands): Use assuan_handler_t.
	* call-agent.c (membuf_data_cb, default_inq_cb)
	(inq_ciphertext_cb, scd_serialno_status_cb)
	(scd_keypairinfo_status_cb, istrusted_status_cb)
	(learn_status_cb, learn_cb, keyinfo_status_cb): Return gpg_error_t.
2009-11-02 17:47:11 +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 [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
call-gpg.h [g13] Add RECIPEINT and CREATE command. 2009-10-19 09:18:46 +00:00
ChangeLog agent/ 2009-11-02 17:47:11 +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 [scd] Memory leak fix. 2009-10-28 12:02:15 +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
Makefile.am Removed audit.h cruft which forced us to link against libksba. 2009-10-17 19:15:15 +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 agent/ 2009-11-02 17:47:11 +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