summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
...
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-79/+127
* s3-dcerpc: Cleanup and refactor create_rpc_bind_req()Simo Sorce2010-07-281-34/+40
* s3-dcerpc: Use dcerpc_check_auth in client code tooSimo Sorce2010-07-281-343/+18
* s3-dcerpc: Move dcerpc_add_auth_footer() to the common helpers fileSimo Sorce2010-07-281-203/+0
* s3-dcerpc: Introduce generic helper function to add auth trailerSimo Sorce2010-07-281-66/+78
* s3-dcerpc: Pass explicit arguments so that this is not client specificSimo Sorce2010-07-281-12/+13
* s3-dcerpc: Move marshalling of dcerpc_auth_header in the callersSimo Sorce2010-07-281-48/+50
* cleaup: Reformat cli_get_session_key()Simo Sorce2010-07-211-22/+21
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-2/+4
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-4/+4
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-1/+3
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-48/+56
* Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison2010-07-191-1/+2
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-1/+1
* s3-rpc_client: Fixed a segfault in rpccli_samr_chng_pswd_auth_crap().Andreas Schneider2010-07-181-4/+23
* s3-dcerpc: Move common cli/srv functions into a common fileSimo Sorce2010-07-171-214/+0
* s3: Really fix the 64-bit warningsVolker Lendecke2010-07-171-1/+1
* s3: Fix some 64-bit warningsVolker Lendecke2010-07-171-1/+3
* s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.Günther Deschner2010-07-161-2/+2
* s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce2010-07-161-6/+6
* s3-dcerpc: fix c++ warning.Günther Deschner2010-07-161-1/+1
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_dataSimo Sorce2010-07-162-18/+10
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for rpc_outSimo Sorce2010-07-161-122/+108
* s3-dcerpc: Avoid unnecessary memory allocation for dcerpc_ctx_listSimo Sorce2010-07-161-35/+7
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pduSimo Sorce2010-07-162-85/+74
* s3-dcerpc: Use DATA_BLOB instead of prs_struct for incoming fragmentsSimo Sorce2010-07-161-169/+84
* s3-dcerpc: Read a pdu in 2 steps, header first the payloadSimo Sorce2010-07-161-18/+8
* s3-dceprc: Use IDL defined constants for length calculationsSimo Sorce2010-07-161-33/+38
* Reformat and cleanupSimo Sorce2010-07-161-75/+75
* s3-dcerpc: Move common helpers into a common fileSimo Sorce2010-07-161-145/+1
* dcerpc: remove ncacn_packet_header and related functionsSimo Sorce2010-07-161-58/+0
* s3-dcerpc: Refactor code and stop using ncacn_packet_headerSimo Sorce2010-07-161-202/+164
* s3-dcerpc: consolidate respones packet creation codeSimo Sorce2010-07-161-3/+3
* s3-dcerpc: Stop using hand marshalling in rpc_finish_auth3_bind_send()Simo Sorce2010-07-161-15/+9
* s3-dcerpc: Do not parse the packet twice.Simo Sorce2010-07-161-17/+7
* s3-dcerpc: Remove unused functionSimo Sorce2010-07-161-36/+0
* s3-dcerpc: Do not reparse the headerSimo Sorce2010-07-161-26/+15
* s3-dcerpc: Pull the whole packet at once instead of fetching just the headerSimo Sorce2010-07-161-57/+68
* s3-dcerpc: Delay parsing rpc header in client codeSimo Sorce2010-07-161-19/+21
* s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by addressSimo Sorce2010-07-131-5/+5
* sr-dcerpc: add dcerpc_push_ncacn_packet_header()Simo Sorce2010-07-131-0/+36
* s3-dcerpc: Use dcerpc_set_frag_length()Simo Sorce2010-07-131-13/+9
* s3-dcerpc: Fix ntlmssp sign/seal.Simo Sorce2010-07-131-15/+29
* s3-dceprc: Fix auth_length in auth3 responseSimo Sorce2010-07-131-3/+2
* s3-dcerpc: Fix miscalculation of buffer start addressSimo Sorce2010-07-121-1/+3
* s3-dcerpc: make dcerpc_pull_dcerpc_auth() publicSimo Sorce2010-07-081-3/+3
* s3-dcerpc: make dceprc_push_dcerpc_auth publicSimo Sorce2010-07-081-7/+8
* s3-dcerpc: use dcerpc_pull_dcerpc_auth() in rpc_finish_spnego_ntlmssp_bind_se...Simo Sorce2010-07-081-13/+12
* s3-dcerpc: use dcerpc_push_dcerpc_auth in add_schannel_auth_footer()Simo Sorce2010-07-081-17/+16
* s3-dcerpc: use dcerpc_push_dcerpc_auth() in add_ntlmssp_auth_footer()Simo Sorce2010-07-081-54/+48