commit 0c7ad6d90811af29ac8ed893578bf3ec83013341 Author: David Goulet dgoulet@ev0ke.net Date: Wed Aug 7 08:55:53 2013 -0400
Update TODO
Signed-off-by: David Goulet dgoulet@ev0ke.net --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/TODO b/TODO index 0132c79..ad99fc2 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,9 @@ Version 2.0 ----------- -* sendmsg()/sendto() --> Deny UDP packet since it might be a DNS request. -* Complete gethostby* family function * Support res_* API * Get sendmsg FD passing on Unix socket and for TCP socket, clean exit -* Support getpeername() since some programs use that to check if a socket -is already connected. * Deny ICMP +* Support the complete list of dangerous syscall number with syscall()
Version 1.0 -----------
tor-commits@lists.torproject.org