summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index 3e9161c..fceeb2b 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,15 @@
+ -*- outline -*-
* waitpid is used instead of pth_waitpid as well as some other
functions.
* When turning libassuan into a shared library, provide a general
version as well as a Pth-enabled one.
* Need API documentation.
-* assuan_transact returns immetitely on an error in the callback
- function. It might be Better to return the error to the caller. As
- an example see dirmngr-client, where we need to send empty reponses
+* assuan_transact returns immediately on an error in the callback
+ function. It might be better to return the error to the caller. As
+ an example see dirmngr-client, where we need to send empty responses
for unknown inquiries, albeit dirmngr itself would handle the
- returns for assuan_inquire gracefully. We need to chekc all
+ returns for assuan_inquire gracefully. We need to check all
applications whether it is safe to change this.
+* Check the system error to assuan error translation
+* Do a configure test for SO_PEERCRED.
+ We already use HAVE_SO_PEERCRED buty it never gets defined.