silcd: Fixed SIGUSR1 signal handling
authorPekka Riikonen <priikone@silcnet.org>
Fri, 25 Sep 2009 09:05:38 +0000 (12:05 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 25 Sep 2009 09:05:38 +0000 (12:05 +0300)
commitdbcb39afedd5dba46a1c5e79e3ff7095c3e86454
treedf796011571f47355bfeccfa329a10368339d42b
parent8cb801cf6482666818e721822ce81c81ec818908
silcd: Fixed SIGUSR1 signal handling

Fixed the SIGUSR1 signal handling which can be used to dump the server
internals to /tmp.

Changed also End of Stream handling to handle NULL idata pointer instead
of ignoring the EOS in case it is NULL.

Changed also the DETACH timeout handling to use the packet stream
directly instead of looking up client in the callback.
apps/silcd/command.c
apps/silcd/server.c
apps/silcd/silcd.c