one of those wonderful moments when running against a different MSRPC
authorLuke Leighton <lkcl@samba.org>
Mon, 25 Oct 1999 16:22:08 +0000 (16:22 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 25 Oct 1999 16:22:08 +0000 (16:22 +0000)
commit19490d8b4fb8a103f3df4e6104f6f22937b0c518
tree31de18a0ceed143dfc06c69bbe1df496544ed143
parent134b20e2a7b5ddfa4cc9bf100de5025c7b98f594
one of those wonderful moments when running against a different MSRPC
implementation (NT5) when you discover that your code is trash.
samr_enum_dom_users(), samr_enum_dom_aliases() and samr_enum_dom_groups()
all take a HANDLE for multiple-call enumeration purposes.
source/include/nterr.h
source/include/proto.h
source/include/rpc_samr.h
source/libsmb/clientgen.c
source/rpc_client/cli_netlogon.c
source/rpc_client/cli_samr.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_samr.c
source/rpcclient/cmd_samr.c
source/rpcclient/rpcclient.c