The cli_lsa_lookup_{names,sids} functions were returning useless
authorTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:21:25 +0000 (11:21 +0000)
committerTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:21:25 +0000 (11:21 +0000)
commit245468dbabb7c849ce423cc3cb586fa913d0adfe
tree5d52e876586106266f21b664a35689e00281260a
parentf736e115c00e02e3f131ccceb7769559dd4d908a
The cli_lsa_lookup_{names,sids} functions were returning useless
information when one or more of the names/sids being queried were not
resolvable.  We now return a list the same length as the parameters passed
instead of an array of just the resolvable names/sids.
source/libsmb/cli_lsarpc.c
source/nsswitch/winbindd_rpc.c
source/rpcclient/cmd_lsarpc.c
source/utils/smbcacls.c