Put in intermediate version of new SAM system. It's not stable yet, code
authorJelmer Vernooij <jelmer@samba.org>
Wed, 28 Aug 2002 04:54:43 +0000 (04:54 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 28 Aug 2002 04:54:43 +0000 (04:54 +0000)
commit2b2b0f7119fe043f61259579ce70e782f5f9ec5f
tree4f01756afc8aaeb48a01c76aa34f1b63392a6848
parent61e4ee500f70939b95fb293ec4005e481f95076a
Put in intermediate version of new SAM system. It's not stable yet, code
might be ugly, etc - please don't blame me for anything but instead try to fix
the code :-). Compiling of the new sam system can be enabled with the
configure option --with-sam

Removing passdb/passgrp.c as it's unused
fix typo in utils/testparm.c
(This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
20 files changed:
source3/Makefile.in
source3/acconfig.h
source3/configure
source3/configure.in
source3/groupdb/aliasdb.c
source3/groupdb/groupdb.c
source3/include/config.h.in
source3/include/debug.h
source3/include/includes.h
source3/include/sam.h [new file with mode: 0644]
source3/lib/debug.c
source3/lib/time.c
source3/passdb/passgrp.c [deleted file]
source3/rpc_server/srv_samr_nt.c
source3/sam/account.c [new file with mode: 0644]
source3/sam/get_set_domain.c [new file with mode: 0644]
source3/sam/get_set_group.c [new file with mode: 0644]
source3/sam/get_set_user.c [new file with mode: 0644]
source3/sam/interface.c [new file with mode: 0644]
source3/utils/testparm.c