a cleanup of the receive_smb() usage, adding timeouts in some places
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Jun 1996 05:16:19 +0000 (05:16 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Jun 1996 05:16:19 +0000 (05:16 +0000)
commit8e9dce34d50d673cb50531f0c4c7672ce2522cef
treec24d51aae2166386cd1543b80fc5b7922dee1e1e
parentb551dc98f7cc194a5fc2e67a4ebae7fd67a01bbc
a cleanup of the receive_smb() usage, adding timeouts in some places

also added paranoid code in the main process() loop of smbd to detect
when smbd is looping uselessly. This should stop the "smbd is chewing
lots of cpu" reports
source/include/smb.h
source/lib/util.c
source/smbd/ipc.c
source/smbd/password.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/trans2.c