summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Collapse)AuthorFilesLines
2009-07-05Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke1-8/+9
2009-07-03s3-spoolss: add rpccli_spoolss_getprinterdriver convenience wrapper.Günther Deschner1-0/+50
Guenther
2009-06-25s3-netlogon: remove remaining netlogon init functions.Günther Deschner2-122/+39
Guenther
2009-06-25s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner1-117/+0
Guenther
2009-05-18Fix broken pipe handlingVolker Lendecke1-2/+2
Metze is right: If we have *any* error at the socket level, we just can not continue. Also, apply some defensive programming: With this async stuff someone else might already have closed the socket.
2009-05-18Fix a type-punned warningVolker Lendecke1-1/+1
2009-05-19s3: tevent_req_poll() loops forever when pipe is brokenBo Yang1-1/+20
Signed-off-by: Bo Yang <boyang@samba.org>
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-4/+1
Jeremy.
2009-04-29s3: fix crash in winbinddBo Yang1-0/+6
2009-04-28Do not panic unnecessarilyVolker Lendecke1-2/+4
2009-04-24s3-netlogon: Start fixing rpccli_netlogon_setup_creds after auth merge.Günther Deschner1-1/+2
Guenther
2009-04-22Move serverinfo_to_SamInfo3() to rpc_server/Volker Lendecke1-187/+0
Normally I hate moving around stuff, but this function is only called from the RPC server side and it pulls in passdb when trying to link in our rpc client routines. That seems unnecessary to me.
2009-04-20Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett1-5/+7
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett2-106/+59
This is particuarly in the netlogon client (but not server at this stage)
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett5-16/+21
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
2009-04-08Convert rpc_transport_smbd_init to tevent_reqVolker Lendecke1-34/+32
2009-04-08Convert rpc_cli_smbd_conn_init to tevent_reqVolker Lendecke1-37/+34
2009-04-08Convert get_anon_ipc to tevent_reqVolker Lendecke1-40/+35
2009-04-08Convert rpc_transport_np_init to tevent_reqVolker Lendecke2-41/+38
2009-04-06Correct sync wrappers in cli_pipe.cVolker Lendecke1-4/+14
2009-04-06Convert cli_write_andx to tevent_reqVolker Lendecke1-13/+8
2009-04-06Convert cli_read_andx to tevent_reqVolker Lendecke1-8/+6
2009-04-06Convert cli_ntcreate to tevent_reqVolker Lendecke1-7/+8
2009-04-06Convert cli_tcon_andx to tevent_reqVolker Lendecke1-13/+10
2009-04-06Convert cli_negprot to tevent_reqVolker Lendecke1-7/+7
2009-04-06Convert cli_session_setup_guest to tevent_reqVolker Lendecke1-12/+13
2009-04-06Convert cli_trans to tevent_reqVolker Lendecke1-8/+6
2009-04-05Keep the forked-smbd stdout reader around longerVolker Lendecke1-3/+8
2009-04-05Ensure 0-termination for the forked-smbd debug outputVolker Lendecke1-0/+1
2009-04-05Pass the current debuglevel down to the forked smbdVolker Lendecke1-1/+2
2009-03-24Convert rpc_pipe_bind to tevent_reqVolker Lendecke1-50/+46
2009-03-24Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke2-40/+33
2009-03-24Convert rpc_cli_transport->write to tevent_reqVolker Lendecke4-75/+70
2009-03-24Convert rpc_cli_transport->read to tevent_reqVolker Lendecke4-88/+80
2009-03-24Convert rpc_api_pipe_req to tevent_reqVolker Lendecke1-39/+35
2009-03-24Convert rpc_api_pipe to tevent_reqVolker Lendecke1-78/+71
2009-03-24Convert cli_api_pipe to tevent_reqVolker Lendecke1-50/+53
2009-03-24Convert get_complete_frag to tevent_reqVolker Lendecke1-42/+42
2009-03-24Convert rpc_write to tevent_reqVolker Lendecke1-54/+57
2009-03-24Convert rpc_read to tevent_reqVolker Lendecke1-34/+35
2009-03-18s3: remove POLICY_HND.Günther Deschner3-7/+7
Guenther
2009-03-18s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner1-1/+1
Guenther
2009-03-18s3-spoolss: remove old rpccli_spoolss_enumprinterdataex.Günther Deschner1-64/+0
Guenther
2009-03-18s3-spoolss: add rpccli_spoolss_enumprinterdataex convenience wrapper.Günther Deschner1-0/+41
Guenther
2009-03-17s3-spoolss: remove old rpccli_spoolss_enumprinterkey wrapper.Günther Deschner1-55/+0
Guenther
2009-03-17s3-spoolss: add rpccli_spoolss_enumprinterkey convenience wrapper.Günther Deschner1-0/+39
Guenther
2009-03-17s3-spoolss: remove rpccli_spoolss_enumprinterdata.Günther Deschner1-49/+0
Guenther
2009-03-17s3-spoolss: remove old rpccli_spoolss_setprinterdata wrapper.Günther Deschner1-26/+0
Guenther
2009-03-17s3-spoolss: remove old rpccli_spoolss_getprinterdata.Günther Deschner1-57/+0
Guenther
2009-03-17s3-spoolss: add rpccli_spoolss_getprinterdata convenience wrapper.Günther Deschner1-0/+41
Guenther