Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
authorJeremy Allison <jra@samba.org>
Wed, 9 Jul 2003 00:23:42 +0000 (00:23 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 9 Jul 2003 00:23:42 +0000 (00:23 +0000)
commit4072006fecf56bebf113fe1d4566156c0d89bacc
treed117a5ac5629f0c3ed162e76ffb6a8ceea26ca57
parent2f0c3cd8174ba7c1cdf65281d50b922e5069bfa7
Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful
purpose. Replace with an array of SAM_ACCOUNT/DOMAIN_GRP entries.
ZERO struct's in smbd/uid.c stops core dumps when sid_to_XX
functions fail. Getting ready to add caching.
Jeremy.
(This used to be commit 9d0692a54fe2cb087f25796ec2ab5e1d8433e388)
source3/include/rpc_samr.h
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr_nt.c
source3/smbd/uid.c