summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/cm.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21s3: Remove a global variable in bugfix for bug 7665Volker Lendecke1-7/+10
2010-09-20s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner1-30/+65
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-01-24s3: add libnetapi_set_use_ccache()Volker Lendecke1-0/+4
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke1-8/+3
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-3/+8
2009-11-07s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke1-1/+1
2009-06-16s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner1-1/+5
2009-03-26s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner1-0/+5
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-16/+16
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-12/+16
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-1/+1
2009-01-22Actually complete 3662c2b...Volker Lendecke1-2/+1
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-2/+0
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-1/+2
2009-01-14Fix build of netapi.Jeremy Allison1-1/+2
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner1-5/+15
2008-07-30Fix uninitialized variables.Jeremy Allison1-1/+1
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-39/+37
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner1-2/+6
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner1-0/+110
2008-04-10Fix one missing netapi_private header.Günther Deschner1-2/+2
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner1-0/+75