TODO.txt
changeset 46 875902155b06
parent 39 60858d13b22c
child 54 a456a2e5fca4
--- a/TODO.txt	Mon May 15 17:51:29 2006 +0200
+++ b/TODO.txt	Mon May 15 17:51:40 2006 +0200
@@ -1,11 +1,13 @@
 * Verificar les mides de buffers a read, recv, fgets
-* Fer que in_npipe crei la named pipe?
-* establir els permisos del unix socket
+  Should be ok.
+* Fer que in_npipe crei la named pipe? No sé què és millor. És un fàstic
+  això de voler llegir d'una named pipe de manera segura.
+* establir els permisos del unix socket. Com fer-ho sense race-condition?
 
 * Implementar la sortida UDP.
   Done.
 * Implementar el HUP al kernel - rellegir la configuració.
-  This requires asynchronous receiving in the kernel. If not, how? !!!
+  Done.
 * Implementar catxé de log-file amb SIGUSR1 associat. (De veritat?!)
   I won't do that for this release.
 * Implementar una mort neta dels childs (SIGTERM) i el kernel.
@@ -13,6 +15,7 @@
 
 * The childs should control SIGINT. Otherwise, they become killed on Control-C
   under an xterm.
+  Done in syslog_in_unix. I think it's not needed in other syslog_in_*
 
 Known problems
 ----------------