r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Sep 2007 05:31:49 +0000 (05:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:06:51 +0000 (15:06 -0500)
commit08c97435d3dd055329d41b3814af687c7404533f
treecd7b2eacbda9378478ea4b8eca2168bf3d3a151e
parentffbb7e40604b9cffeb0c226279b929497b03a964
r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
a new torture suite to match.

This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de>

Previously we had no knowlege of BUILTIN or well-known names.

This code needs expansion to check with winbind for trusted domains.

Andrew Bartlett
(This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a)
source4/dsdb/common/sidmap.c
source4/librpc/idl/security.idl
source4/rpc_server/config.mk
source4/rpc_server/lsa/dcesrv_lsa.c
source4/rpc_server/lsa/lsa.h [new file with mode: 0644]
source4/rpc_server/lsa/lsa_init.c [new file with mode: 0644]
source4/rpc_server/lsa/lsa_lookup.c [new file with mode: 0644]
source4/torture/rpc/lsa.c