summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-26s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke1-4/+12
2010-07-26s3: Convert cli_qpathinfo_basic to cli_qpathinfo_sendVolker Lendecke1-0/+6
2010-07-26s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke1-7/+18
2010-07-26s3: Convert cli_qpathinfo1 to cli_qpathinfoVolker Lendecke1-1/+11
2010-07-25s3: Convert cli_get_ea_list_path to cli_qpathinfo_sendVolker Lendecke1-1/+7
2010-07-25s3: Add async cli_qpathinfoVolker Lendecke1-0/+11
2010-07-25s3: cli_qpathinfo->cli_qpathinfo1Volker Lendecke1-1/+1
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison1-8/+8
2010-07-20Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison1-3/+5
2010-07-20Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduceJeremy Allison1-2/+4
2010-07-20Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()Jeremy Allison1-1/+1
2010-07-20dcerpc: Clarify what the arguments of dcerpc_pull_auth_trailer() actually rep...Simo Sorce1-2/+2
2010-07-20s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce1-4/+4
2010-07-20s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce1-26/+1
2010-07-20s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce1-3/+3
2010-07-19Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().Jeremy Allison1-2/+2
2010-07-19Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() andJeremy Allison1-2/+1
2010-07-19Remove parse_negTokenTarg(), as it's actually incorrect. We're processingJeremy Allison1-2/+2
2010-07-19s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider1-4/+16
2010-07-19s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce1-1/+0
2010-07-19s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce1-1/+0
2010-07-16s3-dcerpc: Fix ability to receive Big Endian PDUsSimo Sorce1-0/+1
2010-07-16Make the "map to guest" parameter work correctly with NTLMSSP (spnegoJeremy Allison1-0/+4
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-44/+0
2010-07-16s3-parse_prs: Remove unuesd functionsSimo Sorce1-4/+0
2010-07-16s3-misc: Move smb_io_time() to regfio.cSimo Sorce1-4/+0
2010-07-16s3-dcerpc: Use DATA_BLOB instead of prs_struct for req_dataSimo Sorce1-1/+1
2010-07-16s3-dcerpc: Use DATA_BLOB instead of prs_struct for reply_pduSimo Sorce1-1/+1
2010-07-16s3-dcerpc: Move common helpers into a common fileSimo Sorce1-20/+0
2010-07-16dcerpc: remove ncacn_packet_header and related functionsSimo Sorce1-10/+0
2010-07-16s3-dcerpc: consolidate respones packet creation codeSimo Sorce1-0/+1
2010-07-16s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce1-1/+1
2010-07-16s3-dcerpc: Remove unused functions and headersSimo Sorce1-19/+5
2010-07-14s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett1-2/+3
2010-07-13s3-dcerpc: Remove unused functions and headersSimo Sorce1-11/+0
2010-07-13s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by addressSimo Sorce1-1/+1
2010-07-13s3-dcerpc: Remove unused functionsSimo Sorce1-3/+0
2010-07-13s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requestsSimo Sorce1-4/+4
2010-07-13dcerpc: move dcerpc_pull_auth_trailer into a the common dcerpc_util.c fileSimo Sorce1-0/+6
2010-07-13sr-dcerpc: add dcerpc_push_ncacn_packet_header()Simo Sorce1-0/+7
2010-07-13s3-dcerpc: Use dcerpc_set_frag_length()Simo Sorce1-1/+0
2010-07-13s3-dcerpc: link against ../librpc/rpc/dcerpc_util.cGünther Deschner1-0/+6
2010-07-13s3-dcerpc: Remove unused prototypeSimo Sorce1-1/+0
2010-07-11s3: [ug]id_to_unix_... can not failVolker Lendecke1-2/+2
2010-07-08s3-dcerpc: make dcerpc_pull_dcerpc_auth() publicSimo Sorce1-0/+3
2010-07-08s3-dcerpc: make dceprc_push_dcerpc_auth publicSimo Sorce1-0/+7
2010-07-08s3-rpc: when using rpc_pipe_open_internal, make sure to go through NDR.Günther Deschner1-1/+0
2010-07-08s3:dcerpc Remove unused structure and functionsSimo Sorce1-2/+0
2010-07-08s3:dcerpc Add prs_parse_dcerpc_bindSimo Sorce1-0/+3
2010-07-08s3:rpc user idl define dcerpc_ctx_list instead of custom RPC_CONTEXTSimo Sorce1-1/+1