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)
commitc3effa8b599a6a0a2fe05487edc3a0d13e83d427
treea5359c3b289244233855d16f0c9cabac3ae6ab6e
parent0922615405838af7430ef39490ee578711866320
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.
(This used to be commit a6d194886a4a5f7507fa37289ff96c1be56f14a6)
source3/Makefile.in
source3/include/proto.h
source3/smbd/close.c [new file with mode: 0644]
source3/smbd/dosmode.c
source3/smbd/error.c [new file with mode: 0644]
source3/smbd/open.c [new file with mode: 0644]
source3/smbd/oplock.c [new file with mode: 0644]
source3/smbd/process.c [new file with mode: 0644]
source3/smbd/server.c
source3/smbd/service.c [new file with mode: 0644]