summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/cm.c
Commit message (Expand)AuthorAgeFilesLines
* 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