1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-18 19:17:08 +03:00

7 Commits

Author SHA1 Message Date
Volker Lendecke
c56e1c08ce Introduce rpc_pipe_np_smb_conn()
This abstracts away all references to rpc_pipe_client->cli, the only reference
is now in cli_pipe.c.
2008-04-20 14:08:16 +02:00
Volker Lendecke
4840febcd4 Remove the pipe_idx variable from rpc_pipe_client 2008-04-20 11:47:33 +02:00
Volker Lendecke
783afab9c8 Add "desthost" to rpc_pipe_client
This reduces the dependency on cli_state
2008-04-20 00:13:09 +02:00
Günther Deschner
15bef5ae41 libnetapi: add libnetapi_set_use_kerberos
Don't unconditionally set the kerberos flag for authentication.

Guenther
2008-04-13 19:25:59 +02:00
Günther Deschner
87d8fc338f Add libnetapi_open_pipe, inspired by the cli_cm_ interface.
Guenther
2008-04-10 22:42:07 +02:00
Günther Deschner
d34c3e8ad2 Fix one missing netapi_private header.
Guenther
2008-04-10 21:56:12 +02:00
Günther Deschner
e9e46cfcbe Add very basic cli_cm_* based connection handler to libnetapi.
Guenther
2008-04-10 21:41:03 +02:00