summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2().Günther Deschner2010-06-032-0/+31
* s3-build: only include generated spoolss headers (not ndr headers).Günther Deschner2010-06-031-0/+1
* s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2010-05-311-5/+10
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3-rpc_client: move protos to init_netlogon.hGünther Deschner2010-05-283-0/+7
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-212-15/+15
* s3-rpc_client: move protos to init_samr.hGünther Deschner2010-05-182-0/+10
* s3-rpc_client: move protos to init_spoolss.hGünther Deschner2010-05-182-0/+15
* s3-rpc_client: move protos to cli_spoolss.hGünther Deschner2010-05-182-0/+125
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-182-0/+45
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-183-0/+50
* s3-rpc_client: move protos to cli_samr.hGünther Deschner2010-05-182-0/+34
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-183-5/+5
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-183-0/+4
* s3-spoolss: Make spoolss_Time_to_time_t public.Simo Sorce2010-05-091-0/+15
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+16
* s3:rpc_client: remove more unused codeStefan Metzmacher2010-03-293-59/+0
* s3:rpc_client: remove unused code, we handle transport failures in the transp...Stefan Metzmacher2010-03-291-14/+0
* s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ...Stefan Metzmacher2010-03-291-3/+12
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-03-294-20/+63
* s3:rpc_client: add rpccli_is_connected()Stefan Metzmacher2010-03-294-18/+171
* s3:rpc_client: don't mix layers and keep a reference to cli_state in the callerStefan Metzmacher2010-03-291-8/+17
* s3:rpc_transport_np: add comment about bad usage in a destructorStefan Metzmacher2010-03-291-1/+2
* s3:rpc_transport_np: use cli_state_is_connected() helperStefan Metzmacher2010-03-291-1/+1
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+5
* s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change.Günther Deschner2010-03-051-3/+13
* s3:rpc_transport_np: handle trans rdata like the output of a normal readStefan Metzmacher2010-02-241-0/+17
* s3:cli_netlogon: keep the the correct negotiate_flags on the cli->dc structureStefan Metzmacher2010-02-231-2/+6
* Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad...Jeremy Allison2010-02-191-0/+6
* First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ...Jeremy Allison2010-02-192-0/+16
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-171-15/+47
* s3: Remove some unused variablesVolker Lendecke2010-01-101-7/+0
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Bo Yang2010-01-065-4/+112
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-1/+1
* s3-spoolss: fix enumprinter key client and server.Günther Deschner2009-12-101-2/+5
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-021-20/+4
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* s3-rpc: running minimal_includes.pl on rpc_client and rpc_server.Günther Deschner2009-11-261-2/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-264-1/+4
* s3-spoolss: fixes for _spoolss_EnumPrinterKey client and server.Günther Deschner2009-11-241-2/+2
* s3-spoolss: fix spoolss_EnumPrinterKey client and server code.Günther Deschner2009-11-231-3/+21
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-2/+2
* fix bogus "out of memory" winbind msgVolker Lendecke2009-11-131-1/+2
* Remove erroneous 'presult = NULL' changes. Now presult only gets setJeremy Allison2009-11-121-9/+2
* Revert "Ensure every return path initializes presult as NULL."Jeremy Allison2009-11-121-40/+0
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-2/+2
* Ensure every return path initializes presult as NULL.Jeremy Allison2009-11-121-0/+40
* s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return ...Günther Deschner2009-11-101-1/+3
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-14/+0