From 62039d815eef5a699cb7d78a36a0a5e9eb5910c8 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Thu, 16 Aug 2007 12:44:17 +0000 Subject: Implemented the STATUSFD mechanism. 2007-08-16 Moritz Schulte * 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. --- scd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scd/ChangeLog') diff --git a/scd/ChangeLog b/scd/ChangeLog index 33c0e4ae6..d95b03798 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,16 @@ +2007-08-16 Moritz Schulte + + * 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. + 2007-08-07 Werner Koch * tlv.c, tlv.h: Move to ../common/. -- cgit v1.2.3