diff options
author | Werner Koch <wk@gnupg.org> | 2005-06-03 15:57:24 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-06-03 15:57:24 +0200 |
commit | f1dac8851d02a0cb63fc7379ee74692856d0cf39 (patch) | |
tree | 79a731b1da742fe64ab4ee7fbca09f439954c032 /TODO | |
parent | Add stuff from gnulib. (diff) | |
download | gnupg2-f1dac8851d02a0cb63fc7379ee74692856d0cf39.tar.xz gnupg2-f1dac8851d02a0cb63fc7379ee74692856d0cf39.zip |
* command.c (cmd_updatestartuptty): New.
* gpg-agent.c: New option --write-env-file.
* gpg-agent.c (handle_connections): Make sure that the signals we
are handling are not blocked.Block signals while creating new
threads.
* estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H!
(es_func_fd_read, es_func_fd_write): Protect against EINTR.
* gpg-agent.texi (Agent UPDATESTARTUPTTY): New.
* scdaemon.c (handle_connections): Make sure that the signals we
are handling are not blocked.Block signals while creating new
threads.
(handle_connections): Include the file descriptor into the name of
the thread.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -72,6 +72,13 @@ might want to have an agent context for each service request we can change all S-expression handling code to make use of this function. +* scd +** Application context vs. reader slot + We have 2 concurrent method of tracking whether a read is in use: + Using the session_list in command.c and the lock_table in app.c. IT + would be better to do this just at one place. First we need to see + how we can support cards with multiple applications. + * tests ** Makefile.am We use printf(1) to setup the library path, this is not portable. |