further abstraction involving client states. main client-side code
authorLuke Leighton <lkcl@samba.org>
Sat, 27 Nov 1999 21:50:11 +0000 (21:50 +0000)
committerLuke Leighton <lkcl@samba.org>
Sat, 27 Nov 1999 21:50:11 +0000 (21:50 +0000)
commit3fc5ec73be6009d50ec1e8e83505572ad16c1943
tree66759f75ddb08b8df70199443c38c98b9ed0994b
parentd4bf1ca515eb9015970cc339b6b9a2177691350d
further abstraction involving client states.  main client-side code
is pretty much independent of SMB client states, which will make it
easier to add other transports.
(This used to be commit a1ff7e8fc3129ba4a04722f977bc2d3725d13624)
13 files changed:
source3/include/client.h
source3/include/proto.h
source3/include/rpcclient.h
source3/lib/util_hnd.c
source3/rpc_client/cli_connect.c
source3/rpc_client/cli_lsarpc.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_reg.c
source3/rpc_client/cli_samr.c
source3/rpc_client/cli_svcctl.c
source3/rpc_server/srv_lsa_hnd.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/rpcclient.c