moved access.c into lib/ from smbd/ as it is needed by testparm. I
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Aug 1998 07:29:57 +0000 (07:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Aug 1998 07:29:57 +0000 (07:29 +0000)
commit162141d3b3fcf53fbc6a1f18702df85c2b7f1781
tree389682944dd55d8d1cd2c52ccb70f06504e2396e
parent90d93889d722670cbb517017531264630af759bf
moved access.c into lib/ from smbd/ as it is needed by testparm. I
modified it not to need any smbd specific structures and instead pass
things from smbd.
source/Makefile.in
source/include/proto.h
source/lib/access.c
source/smbd/server.c