s3-build: only link in lsa client code where needed.
[nivanova/samba-autobuild/.git] / source3 / rpc_client / cli_pipe.c
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
2010-07-15 Simo Sorces3-dcerpc: consolidate respones packet creation code
2010-07-15 Simo Sorces3-dcerpc: Stop using hand marshalling in rpc_finish_au...
2010-07-15 Simo Sorces3-dcerpc: Do not parse the packet twice.
2010-07-15 Simo Sorces3-dcerpc: Remove unused function
2010-07-15 Simo Sorces3-dcerpc: Do not reparse the header
2010-07-15 Simo Sorces3-dcerpc: Pull the whole packet at once instead of...
2010-07-15 Simo Sorces3-dcerpc: Delay parsing rpc header in client code
2010-07-13 Simo Sorces3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by...
2010-07-13 Simo Sorcesr-dcerpc: add dcerpc_push_ncacn_packet_header()
2010-07-13 Simo Sorces3-dcerpc: Use dcerpc_set_frag_length()
2010-07-12 Simo Sorces3-dcerpc: Fix ntlmssp sign/seal.
2010-07-12 Simo Sorces3-dceprc: Fix auth_length in auth3 response
2010-07-12 Simo Sorces3-dcerpc: Fix miscalculation of buffer start address
2010-07-08 Simo Sorces3-dcerpc: make dcerpc_pull_dcerpc_auth() public
2010-07-08 Simo Sorces3-dcerpc: make dceprc_push_dcerpc_auth public
2010-07-08 Simo Sorces3-dcerpc: use dcerpc_pull_dcerpc_auth() in rpc_finish_...
2010-07-08 Simo Sorces3-dcerpc: use dcerpc_push_dcerpc_auth in add_schannel_...
2010-07-08 Simo Sorces3-dcerpc: use dcerpc_push_dcerpc_auth() in add_ntlmssp...
2010-07-08 Simo Sorces3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_ve...
2010-07-08 Simo Sorces3-dcerpc: use dcerpc_push_ncacn_packet() in create_rpc...
2010-07-08 Jeremy AllisonChange one more use of "struct rpc_hdr_info" -> "struct...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_pull_ncacn_packet() for rpc_pipe_...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_push_ncacn_packet() in push_next_...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_pull_ncacn_packet() in cli_pipe_v...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_pull_dcerpc_auth() in cli_pipe_ve...
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_pull_dcerpc_auth().
2010-07-08 Günther Deschners3-dcerpc: use struct ncacn_packet_header instead of...
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_pull_ncacn_packet_header().
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_push_dcerpc_auth() for all authen...
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_push_schannel_bind().
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_push_dcerpc_auth().
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_push_ncacn_packet() for create_bi...
2010-07-08 Günther Deschners3-dcerpc: use dcerpc_pull_ncacn_packet() for pulling...
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_pull_ncacn_packet().
2010-07-08 Günther Deschners3-dcerpc: add dcerpc_push_ncacn_packet().
2010-06-21 Volker Lendeckes3: Remove an unreachable line of code
2010-06-18 Jeremy AllisonSecond part of fix converting prs_XX struct and functio...
next