summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-8/+9
* Fix a type-punned warningVolker Lendecke2009-05-181-1/+1
* Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-5/+7
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-5/+5
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Correct sync wrappers in cli_pipe.cVolker Lendecke2009-04-061-4/+14
* Convert rpc_pipe_bind to tevent_reqVolker Lendecke2009-03-241-50/+46
* Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke2009-03-241-19/+11
* Convert rpc_cli_transport->write to tevent_reqVolker Lendecke2009-03-241-10/+7
* Convert rpc_cli_transport->read to tevent_reqVolker Lendecke2009-03-241-21/+16
* Convert rpc_api_pipe_req to tevent_reqVolker Lendecke2009-03-241-39/+35
* Convert rpc_api_pipe to tevent_reqVolker Lendecke2009-03-241-78/+71
* Convert cli_api_pipe to tevent_reqVolker Lendecke2009-03-241-50/+53
* Convert get_complete_frag to tevent_reqVolker Lendecke2009-03-241-42/+42
* Convert rpc_write to tevent_reqVolker Lendecke2009-03-241-54/+57
* Convert rpc_read to tevent_reqVolker Lendecke2009-03-241-34/+35
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-03-181-1/+1
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-2/+2
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-10/+10
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-53/+53
* Move rpc_pipe_open_internal to srv_pipe_hnd.cVolker Lendecke2009-02-011-37/+0
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-10/+20
* Fix memleaksVolker Lendecke2009-01-301-0/+7
* pass NULL to prs_give_memory, that is a pointerVolker Lendecke2009-01-301-1/+1
* Add the "SMBD" rpc transportVolker Lendecke2009-01-301-0/+55
* Abstract away the transport in cli_pipe.cVolker Lendecke2009-01-221-304/+173
* Fix a segfault: rpccli_* expect the reply_pdu to always be initializedVolker Lendecke2009-01-221-0/+5
* cli_get_pipe_name_from_iface does not need the cli_stateVolker Lendecke2009-01-221-3/+2
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-211-0/+42
* Add a macro async_req_setup()Volker Lendecke2009-01-181-60/+14
* Add code to torture the fragmentation code a bitVolker Lendecke2009-01-181-3/+15
* Remove unused functionsVolker Lendecke2009-01-181-401/+0
* Make rpc_pipe_bind asyncVolker Lendecke2009-01-181-0/+447
* Fix an uninitialized variableVolker Lendecke2009-01-181-0/+1
* Remove sync rpc_api_pipe_reqVolker Lendecke2009-01-181-170/+0
* Add async rpc_api_pipe_reqVolker Lendecke2009-01-181-0/+308
* Add rpc_write_send/recvVolker Lendecke2009-01-181-0/+131
* Remove unused sync functionsVolker Lendecke2009-01-181-196/+0
* Make rpc_api_pipe asyncVolker Lendecke2009-01-181-0/+284
* Rename the async version of get_complete_pdu to get_complete_fragVolker Lendecke2009-01-181-16/+16
* Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke2009-01-181-13/+10
* Always check the max send sizein rpc_api_pipe, not just with DEVELOPERVolker Lendecke2009-01-181-8/+5
* Make cli_api_pipe asyncVolker Lendecke2009-01-181-99/+218
* Remove sync rpc_read wrapperVolker Lendecke2009-01-181-28/+0
* Make cli_pipe_get_current_pdu async, rename it to get_current_pduVolker Lendecke2009-01-181-36/+190
* Make rpc_read asyncVolker Lendecke2009-01-181-87/+154
* Slightly simplify the paths after rpc_api_pipe()Volker Lendecke2009-01-171-6/+2
* Make rpc_read look like a real read callVolker Lendecke2009-01-141-18/+11
* Make rpc_read() match the control flow normally used in SambaVolker Lendecke2009-01-141-12/+19