s3-libsmb: Remove use of cli_errstr()
[kai/samba.git] / source3 / rpc_client / cli_pipe.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-04-22 Volker Lendeckes3: Fix Coverity ID 986, BUFFER_SIZE_WARNING
2011-05-06 Günther Deschners3-includes: finally only include client.h when libsmb...
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-05 Günther Deschners3-rpc_client: run minimal_includes.pl.
2011-05-02 Günther Deschners3: remove various references to server side dcerpc...
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-24 Stefan Metzmachers3:rpc_client: map fault codes to NTSTATUS with dcerpc_...
2011-04-13 Günther Deschners3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-23 Andreas Schneiders3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2232, REVERSE_INULL
2011-03-09 Andreas Schneiders3-rpc_client: Don't ask endpoint mapper for its own...
2011-03-08 Andreas Schneiders3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-02-09 Stefan Metzmachers3:rpc_client: make rpccli_bh_create() non-static for now
2011-01-28 Günther Deschners3-rpc_client: remove some more obsolete cli_X.h header...
2011-01-21 Günther Deschners3-rpc_client: fix uninitialized variable found by...
2011-01-04 Stefan Metzmachers3:rpc_client: use dcerpc_epm_Map() and don't ignore...
2010-09-23 Simo Sorces3-dcerpc: make auth context opaque
2010-09-23 Simo Sorces3-dcerpc: finally remove the legaqcy spnego_type varia...
2010-09-23 Simo Sorces3-dcerpc: move client spnego stuff in /librpc/crypto
2010-09-23 Simo Sorcespnego: avoid explicit dependency on dcerpc specific...
2010-09-23 Simo Sorcegssapi: avoid explicit dependency on dcerpc specific...
2010-09-23 Simo Sorces3-dcerpc: move crypto stuff in /librpc/crypto
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-17 Stefan Metzmachers3:rpc_client: remove unused rpc_pipe_set_hnd_state()
2010-09-17 Stefan Metzmachers3:rpc_client: use rpc_api_pipe_send() for auth3
2010-09-17 Stefan Metzmachers3:rpc_client: rpc_pipe_bind_step_one_done() doesn...
2010-09-17 Stefan Metzmachers3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_...
2010-09-04 Stefan Metzmachers3:rpc_client: implement rpccli_bh_set_timeout()
2010-08-25 Günther Deschners3-dcerpc: only include rpc_dce.h where needed.
2010-08-25 Günther Deschners3: separate out cli schannel functions that depend...
2010-08-24 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2010-08-23 Simo Sorces3-dcerpc: Allocate structure members on the right...
2010-08-17 Günther Deschners3-dcerpc: fix uninitialized variable in cli_get_sessio...
2010-08-17 Simo Sorces3-dcerpc: Use common send functions for ntlmssp too
2010-08-17 Simo Sorces3-dcerpc: properly implement gse/spnego_get_session_key
2010-08-17 Simo Sorces3-dcerpc: Check data and return appropriate error
2010-08-17 Simo SorceChange debug statements to use __location__
2010-08-17 Simo Sorces3-dcerpc: Pull packet in the caller, before validation
2010-08-17 Simo SorceAdd my (c)
2010-08-16 Stefan Metzmachers3:rpc_client: remove unused cli_do_rpc_ndr* functions
2010-08-16 Stefan Metzmachers3:rpc_client: remove unused rpc_pipe_open_local()
2010-08-12 Stefan Metzmachers3:rpc_client: add dcerpc_binding_handle backend
2010-08-03 Günther Deschners3-dcerpc: fix some uninitialized variables build warnings.
2010-07-30 Simo Sorces3-dceprc: Improve dcerpc_guess_sizes() interface
2010-07-30 Simo Sorces3-dcerpc: Make function to guess pdu sizes common.
2010-07-30 Simo Sorces3-dceprc: consolidate use of dcerpc_push_dcerpc_auth()
2010-07-30 Simo Sorces3-dcerpc: Remove unused functions
2010-07-30 Simo Sorces3-dcerpc: use common spengo wrapper code for client...
2010-07-30 Simo Sorces3-dcerpc: add sign/seal support when using SPNEGO...
2010-07-30 Simo Sorces3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
2010-07-28 Simo SorceDo not refernece pipe_auth_data directly in dcerpc_gssapi.c
2010-07-28 Simo Sorces3-dcerpc: Avoid ifdef, it is handled within dcerpc_gss...
2010-07-28 Simo Sorces3-dcerpc: Add sign/seal with gssapi
2010-07-28 Simo Sorces3-dcerpc: Add next authentication step with gssapi
2010-07-28 Simo Sorces3-decrpc: Introduce gssapi support for dcerpc krb5...
2010-07-28 Simo Sorces3-dcerpc: Refactor calculate_data_len_tosend()
2010-07-28 Simo Sorces3-dcerpc: Add auth trailer only when appropriate.
2010-07-28 Simo Sorces3-dcerpc: consolidate unmarshalling of dcerpc_auth
2010-07-28 Simo Sorces3-dcerpc: revive cli_rpc_pipe_open_krb5()
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
2010-07-28 Simo Sorces3-dcerpc: Cleanup and refactor create_rpc_bind_req()
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_check_auth in client code too
2010-07-28 Simo Sorces3-dcerpc: Move dcerpc_add_auth_footer() to the common...
2010-07-28 Simo Sorces3-dcerpc: Introduce generic helper function to add...
2010-07-28 Simo Sorces3-dcerpc: Pass explicit arguments so that this is...
2010-07-28 Simo Sorces3-dcerpc: Move marshalling of dcerpc_auth_header in...
2010-07-21 Simo Sorcecleaup: Reformat cli_get_session_key()
2010-07-21 Simo Sorces3-libsmb: Use data_blob_talloc to get krb5 ticket...
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Simo Sorces3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_data
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-17 Simo Sorces3-dcerpc: Move common cli/srv functions into a common...
2010-07-17 Volker Lendeckes3: Really fix the 64-bit warnings
2010-07-17 Volker Lendeckes3: Fix some 64-bit warnings
2010-07-16 Günther Deschners3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATUR...
2010-07-16 Simo Sorces3-dcerpc: Fix ability to receive Big Endian PDUs
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Günther Deschners3-dcerpc: fix c++ warning.
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB instead of prs_struct for...
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB instead of prs_struct for...
2010-07-15 Simo Sorces3-dcerpc: Avoid unnecessary memory allocation for...
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB instead of prs_struct for...
2010-07-15 Simo Sorces3-dcerpc: Use DATA_BLOB instead of prs_struct for...
2010-07-15 Simo Sorces3-dcerpc: Read a pdu in 2 steps, header first the...
2010-07-15 Simo Sorces3-dceprc: Use IDL defined constants for length calcula...
2010-07-15 Simo SorceReformat and cleanup
2010-07-15 Simo Sorces3-dcerpc: Move common helpers into a common file
2010-07-15 Simo Sorcedcerpc: remove ncacn_packet_header and related functions
2010-07-15 Simo Sorces3-dcerpc: Refactor code and stop using ncacn_packet_header
next