summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+3
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-1/+1
* s3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+7
* s3: Make cli_cm_open return NTSTATUSVolker Lendecke2011-07-031-7/+10
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-netapi: add libnetapi_get_binding_handle().Günther Deschner2011-04-121-0/+23
* s3: Fix Coverity ID 2231, REVERSE_INULLVolker Lendecke2011-03-161-2/+3
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Remove a global variable in bugfix for bug 7665Volker Lendecke2010-09-211-7/+10
* s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager.Günther Deschner2010-09-201-30/+65
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-241-0/+4
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_...Volker Lendecke2009-11-081-8/+3
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-3/+8
* s3: get_pipe_name_from_iface -> get_pipe_name_from_syntaxVolker Lendecke2009-11-071-1/+1
* s3-netapi: Fix Bug #6305. Correctly prompt for a password when a username was...Günther Deschner2009-06-161-1/+5
* s3-libnetapi: fix creds in libnetapi_open_ipc_connection().Günther Deschner2009-03-261-0/+5
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-16/+16
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-12/+16
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-1/+1
* Actually complete 3662c2b...Volker Lendecke2009-01-221-2/+1
* libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-181-2/+0
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-1/+2
* Fix build of netapi.Jeremy Allison2009-01-141-1/+2
* netapi: make libnetapi_open_ipc_connection static.Günther Deschner2008-08-141-5/+15
* Fix uninitialized variables.Jeremy Allison2008-07-301-1/+1
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-211-39/+37
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+1
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-131-2/+6
* Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2008-04-101-0/+110
* Fix one missing netapi_private header.Günther Deschner2008-04-101-2/+2
* Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2008-04-101-0/+75