s3-kerberos: only use krb5 headers where required.
[ira/wip.git] / source3 / rpc_client / cli_pipe.c
2009-11-27 Günther Deschners3-kerberos: only use krb5 headers where required.
2009-11-26 Günther Deschners3-rpc: running minimal_includes.pl on rpc_client and...
2009-11-12 Jeremy AllisonRemove erroneous 'presult = NULL' changes. Now presult...
2009-11-12 Jeremy AllisonRevert "Ensure every return path initializes presult...
2009-11-12 Jeremy AllisonEnsure all callers to the rpc_client/cli_pipe functions...
2009-11-12 Jeremy AllisonEnsure every return path initializes presult as NULL.
2009-11-10 Günther Deschners3-rpc_client: make sure cli_rpc_pipe_open_schannel...
2009-11-08 Volker LendeckeRevert "s3: Do not directly reference the ndr_table_...
2009-11-07 Volker Lendeckes3: Do not directly reference the ndr_table_* in rpcclient
2009-11-07 Volker Lendeckes3: Register the ndr_interfaces dynamically
2009-11-07 Volker Lendeckes3: Get rid of a NULL terminator
2009-11-07 Volker Lendeckes3: Get rid of explicit pipe names
2009-11-07 Volker Lendeckes3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
2009-11-06 Günther Deschners3-kerberos: modify cli_krb5_get_ticket to take a new...
2009-11-03 Volker Lendeckes3: Remove debug_ctx()
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-13 Günther Deschners3: use enum netr_SchannelType all over the place.
2009-10-05 Volker Lendeckes3: Remove a scary error message -- talloc_move can...
2009-09-25 Stefan Metzmachers3:rpc_client: don't randomly fragment rpc pdu's in...
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-09-16 Stefan Metzmacherlibcli/auth: rewrite schannel sign/seal code to be...
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Günther Deschnerschannel: fully share schannel sign/seal between s3...
2009-09-15 Günther Deschners3-schannel: fix blob length when pulling off a NL_AUTH...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Günther Deschners3-dcerpc: fix remaining old auth level constants.
2009-09-15 Günther Deschners3-dcerpc: remove unsed auth type defines as seen on...
2009-09-15 Günther Deschners3-dcerpc: use dcerpc_AuthLevel and remove duplicate...
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-09-16 Günther Deschners3-dcerpc: remove more obsolete or duplicate headers.
2009-09-16 Günther Deschners3-schannel: add dump_NL_AUTH_SIGNATURE.
2009-09-11 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-09-11 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-09-11 Günther Deschners3-rpc_client: add cli_rpc_pipe_open_noauth_transport.
2009-09-11 Günther Deschners3-schannel: use NL_AUTH_SIGNATURE for schannel sign...
2009-09-10 Günther Deschners3-rpc_client: add enum dcerpc_transport_t to rpc_cli_t...
2009-09-08 Günther Deschners3-rpc_client: use NL_AUTH_MESSAGE in create_schannel_a...
2009-09-08 Günther Deschners3-schannel: Fix Bug #6697. Interdomain trusts with...
2009-07-31 Stefan Metzmachers3:rpc_client: add dispatch_send/recv() to struct rpc_p...
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Volker LendeckeLift the event loop in rpc_api_pipe_req() one level...
2009-07-05 Volker LendeckeRemove "typedef struct ndr_syntax_id RPC_IFACE;"
2009-05-18 Volker LendeckeFix a type-punned warning
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Andrew BartlettRemove use of talloc_reference in cli_rpc_pipe_open_sch...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettMake Samba3 use the new common libcli/auth code
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-06 Volker LendeckeCorrect sync wrappers in cli_pipe.c
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-24 Volker LendeckeConvert rpc_pipe_bind to tevent_req
2009-03-24 Volker LendeckeConvert rpc_cli_transport->trans to tevent_req
2009-03-24 Volker LendeckeConvert rpc_cli_transport->write to tevent_req
2009-03-24 Volker LendeckeConvert rpc_cli_transport->read to tevent_req
2009-03-24 Volker LendeckeConvert rpc_api_pipe_req to tevent_req
2009-03-24 Volker LendeckeConvert rpc_api_pipe to tevent_req
2009-03-24 Volker LendeckeConvert cli_api_pipe to tevent_req
2009-03-24 Volker LendeckeConvert get_complete_frag to tevent_req
2009-03-24 Volker LendeckeConvert rpc_write to tevent_req
2009-03-24 Volker LendeckeConvert rpc_read to tevent_req
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3-spoolss: remove custom syntax_spoolss and use the...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-14 Jeremy AllisonRemove pwd_cache.c, it was doing nothing. Make user_nam...
2009-02-13 Volker LendeckeReplace get_myname() with the talloc version from v3...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Volker LendeckeNext step disentangling async_req from NTSTATUS
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-02-01 Volker LendeckeMove rpc_pipe_open_internal to srv_pipe_hnd.c
2009-02-01 Volker Lendeckecli_get_pipe_name_from_interface does not really need...
2009-01-30 Volker LendeckeFix memleaks
2009-01-30 Volker Lendeckepass NULL to prs_give_memory, that is a pointer
2009-01-30 Volker LendeckeAdd the "SMBD" rpc transport
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Volker LendeckeAbstract away the transport in cli_pipe.c
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Volker LendeckeFix a segfault: rpccli_* expect the reply_pdu to always...
2009-01-22 Volker Lendeckecli_get_pipe_name_from_iface does not need the cli_state
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 Jelmer VernooijAllow calling DCE/RPC server implementations directly...
2009-01-21 Jelmer VernooijAllow overriding the function that ships the request...
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
next