this completes the splitup of server.c.
authorAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 13:11:34 +0000 (13:11 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 17 Aug 1998 13:11:34 +0000 (13:11 +0000)
commita6d194886a4a5f7507fa37289ff96c1be56f14a6
tree1b24d31f4b2b8d050f73089607382907f78e1232
parent534a90ca44641417c21f6ed6d4b94b1de60f808d
this completes the splitup of server.c.

the splitup was done with an axe, not a scalpel, so there are some
rough edges. I mostly wanted to get the general form right with fine
tuning of what goes where to come later. Still, this is better than
what we had before where server.c was a general repository for
anything that didn't fit elsewhere.
source/Makefile.in
source/include/proto.h
source/smbd/close.c [new file with mode: 0644]
source/smbd/dosmode.c
source/smbd/error.c [new file with mode: 0644]
source/smbd/open.c [new file with mode: 0644]
source/smbd/oplock.c [new file with mode: 0644]
source/smbd/process.c [new file with mode: 0644]
source/smbd/server.c
source/smbd/service.c [new file with mode: 0644]