fix for enumerate domain users (bug spotted by sean matthews).
authorLuke Leighton <lkcl@samba.org>
Fri, 29 Jan 1999 21:22:08 +0000 (21:22 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 29 Jan 1999 21:22:08 +0000 (21:22 +0000)
commitad58cdfac6b85d9431216e32e532ad4d60f9c6dd
tree3d792b9c6930841100d1125a36e1f8e4909e0b89
parent6d14db6a6c101e86b3c62d5098a05d29ae4e9cd8
fix for enumerate domain users (bug spotted by sean matthews).

also needed to use start index properly and generate next index.

both client and server code need to recognise error code 0x105
when there's not enough room to store all the users in one call.

sort this out another time.
source/include/proto.h
source/include/rpc_samr.h
source/rpc_client/cli_samr.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr.c
source/rpcclient/cmd_samr.c