summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-05-28 10:04:04 +0200
committerMichael Adam <obnox@samba.org>2014-06-01 10:03:05 +0200
commitaf40930bebe0322d5876bda2aa36598e1bae2056 (patch)
tree58a3ee219868546d6e148e90908be69a81770e40 /TODO
parentb357525a2958e394fceb8c7b6165b572e944e8f2 (diff)
downloadsocket_wrapper-af40930bebe0322d5876bda2aa36598e1bae2056.tar.gz
socket_wrapper-af40930bebe0322d5876bda2aa36598e1bae2056.tar.xz
socket_wrapper-af40930bebe0322d5876bda2aa36598e1bae2056.zip
Update the todo list.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 205cfaf..fe05c75 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,14 @@
TODO
=====
+This is the TODO list of this project. It should give you some hints of things
+which need to be implemented. If you can spend some time on this project, then
+look at the list below.
+
+
Library:
---------
-* Add IP_PKTINFO support for sendmsg/recvmsg.
* Add support for fd passing in sendmsg/recvmsg.
Scenario:
We accept a connection from a client and need to pass the fd to another
@@ -12,6 +16,7 @@ Library:
to the child first and set it up there.
Or do it like swrap_accept() and call getpeername() and getsockname().
* Add support for threading.
+* Use realpath() in socket_wrapper_dir().
Testing:
---------