Age | Commit message (Expand) | Author | Files | Lines |
2013-09-20 | s3-rpc: use table->name directly in DEBUG contexts. | Günther Deschner | 1 | -1/+1 |
2013-08-15 | s3:lib/netapi: make use of lp_cli_maxprotocol() | Stefan Metzmacher | 1 | -1/+1 |
2013-08-05 | s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth(). | Günther Deschner | 1 | -1/+1 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to pipe_cm() and friends. | Günther Deschner | 1 | -8/+8 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to libnetapi_open_pipe(). | Günther Deschner | 1 | -4/+4 |
2013-08-05 | s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle(). | Günther Deschner | 1 | -2/+2 |
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -2/+3 |
2012-02-01 | s3-lib: Fix util_cmdline which doesn't use popt. | Andreas Schneider | 1 | -1/+1 |
2011-11-03 | s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+1 |
2011-07-22 | s3:lib/netapi: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+7 |
2011-07-03 | s3: Make cli_cm_open return NTSTATUS | Volker Lendecke | 1 | -7/+10 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-04-12 | s3-netapi: add libnetapi_get_binding_handle(). | Günther Deschner | 1 | -0/+23 |
2011-03-16 | s3: Fix Coverity ID 2231, REVERSE_INULL | Volker Lendecke | 1 | -2/+3 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2010-09-21 | s3: Remove a global variable in bugfix for bug 7665 | Volker Lendecke | 1 | -7/+10 |
2010-09-20 | s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager. | Günther Deschner | 1 | -30/+65 |
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 |
2010-01-24 | s3: add libnetapi_set_use_ccache() | Volker Lendecke | 1 | -0/+4 |
2009-11-08 | Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_... | Volker Lendecke | 1 | -8/+3 |
2009-11-08 | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 1 | -3/+8 |
2009-11-07 | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 1 | -1/+1 |
2009-06-16 | s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was... | Günther Deschner | 1 | -1/+5 |
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 |