summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-06 16:36:45 +0000
committerWerner Koch <wk@gnupg.org>2006-09-06 16:36:45 +0000
commita731887cb92df9568c9d1baad20becbab83a8e55 (patch)
tree0191cf9f3389d6109360bcaeb074f69e5a78fdcd /TODO
parent8f03bae28a23027c383bab16d0bf9df78f56d2e6 (diff)
downloadlibassuan-a731887cb92df9568c9d1baad20becbab83a8e55.tar.gz
Changes to support gpg-error style error codes.
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.