aboutsummaryrefslogtreecommitdiffstats
path: root/scd/Makefile.am
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2007-08-16 12:44:17 +0000
committerMoritz Schulte <[email protected]>2007-08-16 12:44:17 +0000
commit62039d815eef5a699cb7d78a36a0a5e9eb5910c8 (patch)
tree925563c8c20b48aabd3825d26bc387d9e4631c84 /scd/Makefile.am
parentCreating new branch for moritz' hacks (diff)
downloadgnupg-GNUPG-TRUNK-MO-HACKS.tar.gz
gnupg-GNUPG-TRUNK-MO-HACKS.zip
Implemented the STATUSFD mechanism.GNUPG-TRUNK-MO-HACKS
2007-08-16 Moritz Schulte <[email protected]> * command.c: Include "statusfd.h". (cmd_statusfd): New function. (register_commands): New entry for STATUSFD command. (update_reader_status_file): Call statusfd_event_card_inserted and statusfd_event_card_removed on events. (scd_command_handler): Pass flags=3 to assuan_init_socket_server_ext (enabling fd passing). * statusfd.c, statusfd.h: New files. * Makefile.am (scdaemon_SOURCES): Added statusfd.c, statusfd.h. * NOTES-STATUSFD: New file.
Diffstat (limited to '')
-rw-r--r--scd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am
index e9da5b492..0a35eaa84 100644
--- a/scd/Makefile.am
+++ b/scd/Makefile.am
@@ -38,6 +38,7 @@ scdaemon_SOURCES = \
apdu.c apdu.h \
ccid-driver.c ccid-driver.h \
iso7816.c iso7816.h \
+ statusfd.c statusfd.h \
app.c app-common.h app-help.c $(card_apps)