[SCM] Socket Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Fri Jan 24 02:47:40 MST 2014


The branch, master has been updated
       via  bede01d Update TODO.
      from  93b794d src: Fix warnings on Solaris.

http://gitweb.samba.org/?p=socket_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bede01de975cbde68d73cbf49d4e7351e3dc4228
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Jan 24 10:39:57 2014 +0100

    Update TODO.

-----------------------------------------------------------------------

Summary of changes:
 TODO |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/TODO b/TODO
index f4b8a12..2ce46ff 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,19 @@
-* Add recvmsg() with support for IP_PKTINFO
-* We might need serialization so we don't call wrapper symbols recursively.
-* Add logging for debug.
+TODO
+=====
+
+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
+  child we forked. socket_wrapper then needs to send the 'struct socket_info'
+  to the child first and set it up there.
+
+Testing:
+---------
+* Add a test to make sure detect stale file descriptors.
+* Add a test for sento() to broadcast 255.255.255.255.
+* Add a test to check that read/readv/send/ only work on connected sockets.
+* Add unit tests for conversion functions like convert_in_un_remote().


-- 
Socket Wrapper Repository


More information about the samba-cvs mailing list