Added SIGUSR1/SIGUSR2 handling.
authorJeremy Allison <jra@samba.org>
Wed, 24 Dec 1997 09:30:56 +0000 (09:30 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 24 Dec 1997 09:30:56 +0000 (09:30 +0000)
commitaef2c5d69956c72f8b0bd2285283e8879ed8603d
tree79a4cd35313d1f4a88a067a0c004b27a13ebaa24
parent5cdb60bd93fcf97fa9ee1c42642237eb7d4c2083
Added SIGUSR1/SIGUSR2 handling.
Sending nmbd/smbd a SIGUSR1 will raise the debug level by one (capped at 10)
sending a SIGUSR2 will lower it (lower limit at zero).
Jeremy.
(This used to be commit 6a3cb6f4b46129e4d799a24d34cdb9460ed8910f)
source3/include/proto.h
source3/lib/util.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_packets.c
source3/smbd/server.c