first stages of removing struct cli_state* and uint16 fnum from all
authorLuke Leighton <lkcl@samba.org>
Wed, 24 Nov 1999 20:24:33 +0000 (20:24 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 24 Nov 1999 20:24:33 +0000 (20:24 +0000)
commitf8b82a7b9507e11595bc924def179dc1d7d79a54
tree1dab991fc42fecce86a98d45cb47fcb0dd087c38
parent2752e372b64337de24edef52575ddc7da0ed8d04
first stages of removing struct cli_state* and uint16 fnum from all
msrpc client code.  the intent is to hide / abstract / associate
connection info behind policy handles.

this makes the msrpc functions look more and more like their nt equivalents.

who-hou!
(This used to be commit c01b18e632aede6fce7264ef6971d7ddba945cfb)
14 files changed:
source3/Makefile.in
source3/include/proto.h
source3/lib/domain_namemap.c
source3/lib/util_hnd.c
source3/libsmb/clientgen.c
source3/rpc_client/cli_lsarpc.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/msrpc_lsarpc.c
source3/rpc_client/msrpc_samr.c
source3/rpc_server/srv_lsa_hnd.c
source3/rpcclient/cmd_lsarpc.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/rpcclient.c
source3/utils/rpctorture.c