Age | Commit message (Expand) | Author | Files | Lines |
2009-03-26 | s3-libnetapi: fix creds in libnetapi_open_ipc_connection(). | Günther Deschner | 1 | -0/+5 |
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -16/+16 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -12/+16 |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -1/+1 |
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -2/+1 |
2009-01-18 | libnetapi_open_pipe does not need to return cli_state | Volker Lendecke | 1 | -2/+0 |
2009-01-14 | Remove smbclient globals that bled into clidfs.c. Now we only have | Jeremy Allison | 1 | -1/+2 |
2009-01-14 | Fix build of netapi. | Jeremy Allison | 1 | -1/+2 |
2008-08-14 | netapi: make libnetapi_open_ipc_connection static. | Günther Deschner | 1 | -5/+15 |
2008-07-30 | Fix uninitialized variables. | Jeremy Allison | 1 | -1/+1 |
2008-07-21 | Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx | Volker Lendecke | 1 | -39/+37 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+3 |
2008-04-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-13 | libnetapi: add libnetapi_set_use_kerberos | Günther Deschner | 1 | -2/+6 |
2008-04-10 | Add libnetapi_open_pipe, inspired by the cli_cm_ interface. | Günther Deschner | 1 | -0/+110 |
2008-04-10 | Fix one missing netapi_private header. | Günther Deschner | 1 | -2/+2 |
2008-04-10 | Add very basic cli_cm_* based connection handler to libnetapi. | Günther Deschner | 1 | -0/+75 |