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)
commit670c6addc322e69b86975fc4024c88a885b63d9f
tree1b439579fb86388780653722e878952059271c15
parentfa88efbbacbbe74b72ddb9e316265de2aab31260
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.
(This used to be commit 162141d3b3fcf53fbc6a1f18702df85c2b7f1781)
source3/Makefile.in
source3/include/proto.h
source3/lib/access.c
source3/smbd/server.c